OSDN Git Service

qmiga/qemu.git
2020-05-28 BALATON Zoltansm501: Remove obsolete changelog and todo comment
2020-05-28 BALATON Zoltansm501: Optimize small overlapping blits
2020-05-28 BALATON Zoltansm501: Replace hand written implementation with pixman...
2020-05-28 BALATON Zoltansm501: Clean up local variables in sm501_2d_operation
2020-05-28 BALATON Zoltansm501: Use BIT(x) macro to shorten constant
2020-05-28 BALATON Zoltansm501: Shorten long variable names in sm501_2d_operation
2020-05-28 BALATON Zoltansm501: Convert printf + abort to qemu_log_mask
2020-05-28 Philippe Mathieu... hw/display/pxa2xx_lcd: Replace printf() call by qemu_lo...
2020-05-28 Philippe Mathieu... hw/display/omap_dss: Replace fprintf() call by qemu_log...
2020-05-28 Philippe Mathieu... hw/display/exynos4210_fimd: Use qemu_log_mask(GUEST_ERROR)
2020-05-28 Philippe Mathieu... hw/display/vmware_vga: Let the PCI device own its I...
2020-05-28 Philippe Mathieu... hw/display/vmware_vga: Replace printf() calls by qemu_l...
2020-05-28 Philippe Mathieu... hw/display/xlnx_dp: Replace disabled DPRINTF() by error...
2020-05-28 Philippe Mathieu... hw/display/dpcd: Convert debug printf()s to trace events
2020-05-28 Philippe Mathieu... hw/display/dpcd: Fix memory region size
2020-05-28 Philippe Mathieu... hw/display/cirrus_vga: Convert debug printf() to trace...
2020-05-28 Philippe Mathieu... hw/display/cirrus_vga: Use qemu_log_mask(ERROR) instead...
2020-05-28 Philippe Mathieu... hw/display/cirrus_vga: Use qemu_log_mask(UNIMP) instead...
2020-05-28 Philippe Mathieu... hw/display/cirrus_vga: Convert debug printf() to trace...
2020-05-28 Philippe Mathieu... hw/display/cg3: Convert debug printf()s to trace events
2020-05-28 Philippe Mathieu... hw/display/edid: Add missing 'qdev-properties.h' header
2020-05-26 Peter MaydellMerge remote-tracking branch 'remotes/philmd-gitlab...
2020-05-26 Peter MaydellMerge remote-tracking branch 'remotes/gkurz/tags/9p...
2020-05-26 Aleksandar... MAINTAINERS: Change Aleksandar Rikalo's email address
2020-05-26 Philippe Mathieu... hw/mips/mips_int: De-duplicate KVM interrupt delivery
2020-05-26 Aleksandar... hw/mips/malta: Add some logging for bad register offset...
2020-05-26 Aleksandar... hw/mips: Rename malta/mipssim/r4k/jazz files
2020-05-26 Philippe Mathieu... hw/mips/fuloong2e: Fix typo in Fuloong machine name
2020-05-26 Philippe Mathieu... hw/mips/fuloong2e: Move code and update a comment
2020-05-26 Philippe Mathieu... hw/pci-host/bonito: Set the Config register reset value...
2020-05-26 Philippe Mathieu... hw/pci-host/bonito: Better describe the I/O CS regions
2020-05-26 Philippe Mathieu... hw/pci-host/bonito: Map the different PCI ranges more...
2020-05-26 Philippe Mathieu... hw/pci-host/bonito: Map all the Bonito64 I/O range
2020-05-26 Philippe Mathieu... hw/pci-host/bonito: Map peripheral using physical address
2020-05-26 Philippe Mathieu... hw/pci-host/bonito: Fix DPRINTF() format strings
2020-05-26 Philippe Mathieu... hw/pci-host: Use CONFIG_PCI_BONITO to select the Bonito...
2020-05-26 Huacai ChenMAINTAINERS: Add Huacai Chen as fuloong2e co-maintainer
2020-05-26 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/audio...
2020-05-26 Philippe Mathieu... hw/mips/mips_fulong2e: Remove unused 'audio/audio.h...
2020-05-26 Philippe Mathieu... audio: Let capture_callback handler use const buffer...
2020-05-26 Philippe Mathieu... audio: Let audio_sample_to_uint64() use const samples...
2020-05-26 Bruce Rogersaudio: fix wavcapture segfault
2020-05-26 Volker Rümelinaudio/mixeng: fix clang 10+ warning
2020-05-25 Stefano Stabellinixen/9pfs: increase max ring order to 9
2020-05-25 Stefano Stabellinixen/9pfs: yield when there isn't enough room on the...
2020-05-25 Stefano StabelliniRevert "9p: init_in_iov_from_pdu can truncate the size"
2020-05-25 Geoffrey McRaeaudio/jack: add JACK client audiodev
2020-05-25 Philippe Mathieu... hw/audio/gus: Use AUDIO_HOST_ENDIANNESS definition...
2020-05-25 Prasad J Pandites1370: check total frame count against current frame
2020-05-25 Greg Kurz9p: Lock directory streams with a CoMutex
2020-05-25 Dan Robertson9pfs: include linux/limits.h for XATTR_SIZE_MAX
2020-05-22 Peter MaydellMerge remote-tracking branch 'remotes/philmd-gitlab...
2020-05-22 Mansour Ahmadihw/block/pflash: Check return value of blk_pwrite()
2020-05-22 Philippe Mathieu... hw/block/pflash_cfi01: Rename 'reset_flash' label as...
2020-05-22 Philippe Mathieu... hw/block/pflash_cfi01: Document use of non-CFI complian...
2020-05-22 Philippe Mathieu... hw/block/pflash_cfi01: Removed an unused timer
2020-05-22 Peter MaydellMerge remote-tracking branch 'remotes/mcayland/tags...
2020-05-21 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2020-05-21 Peter Maydelllinux-user/arm/signal.c: Drop TARGET_CONFIG_CPU_32
2020-05-21 Amanieu d'Antraslinux-user/arm: Reset CPSR_E when entering a signal...
2020-05-21 Peter Maydelltarget/arm: Allow user-mode code to write CPSR.E via MSR
2020-05-21 Richard Hendersontarget/arm: Use clear_vec_high more effectively
2020-05-21 Richard Hendersontarget/arm: Use tcg_gen_gvec_mov for clear_vec_high
2020-05-21 Geert UytterhoevenARM: PL061: Introduce N_GPIOS
2020-05-21 Philippe Mathieu... hw/timer/exynos4210_mct: Replace hw_error() by qemu_log...
2020-05-21 Philippe Mathieu... hw/char/xilinx_uartlite: Replace hw_error() by qemu_log...
2020-05-21 Philippe Mathieu... hw/arm/pxa2xx: Replace hw_error() by qemu_log_mask()
2020-05-21 Philippe Mathieu... hw/arm/integratorcp: Replace hw_error() by qemu_log_mask()
2020-05-21 Guenter Roeckhw/arm/fsl-imx7: Connect watchdog interrupts
2020-05-21 Guenter Roeckhw/arm/fsl-imx7: Instantiate various unimplemented...
2020-05-21 Guenter Roeckhw/arm/fsl-imx6ul: Connect watchdog interrupts
2020-05-21 Guenter Roeckhw/arm/fsl-imx6: Connect watchdog interrupts
2020-05-21 Guenter Roeckhw/arm/fsl-imx31: Wire up watchdog
2020-05-21 Guenter Roeckhw/arm/fsl-imx25: Wire up watchdog
2020-05-21 Mark Cave-AylandUpdate OpenBIOS images to 4704d9eb built from submodule.
2020-05-21 Guenter Roeckhw/watchdog: Implement full i.MX watchdog support
2020-05-21 Guenter Roeckhw: Move i.MX watchdog driver to hw/watchdog
2020-05-21 Peter Maydelltarget/arm: Remove unused GEN_NEON_INTEGER_OP macro
2020-05-21 Peter Maydelllinux-user/arm: Fix identification of syscall numbers
2020-05-21 Peter Maydelllinux-user/arm: Handle invalid arm-specific syscalls...
2020-05-21 Peter Maydelllinux-user/arm: Remove bogus SVC 0xf0002 handling
2020-05-21 Peter Maydelllinux-user/arm: BKPT should cause SIGTRAP, not be a...
2020-05-21 Peter Maydelldocs/system: Document Musca boards
2020-05-21 Peter Maydelldocs/system: Document the various MPS2 models
2020-05-21 Peter Maydelldocs/system: Document Arm Versatile Express boards
2020-05-21 Peter Maydelldocs/system: Sort Arm board index into alphabetical...
2020-05-21 Peter Maydelldocs/system: Add 'Arm' to the Integrator/CP document...
2020-05-21 Thomas Huthtests/acceptance: Add a test for the canon-a1100 machine
2020-05-21 Peter MaydellMerge remote-tracking branch 'remotes/berrange/tags...
2020-05-21 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/ui...
2020-05-21 Peter MaydellMerge remote-tracking branch 'remotes/ericb/tags/pull...
2020-05-20 xiaoqiang zhaoqemu-options: updates for abstract unix sockets
2020-05-20 xiaoqiang zhaotests/util-sockets: add abstract unix socket cases
2020-05-20 xiaoqiang zhaoqemu-sockets: add abstract UNIX domain socket support
2020-05-19 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/pull...
2020-05-19 Eric Blakeqemu-img: Add bitmap sub-command
2020-05-19 Richard Hendersonsoftfloat: Return bool from all classification predicates
2020-05-19 Richard Hendersonsoftfloat: Inline floatx80 compare specializations
2020-05-19 Richard Hendersonsoftfloat: Inline float128 compare specializations
2020-05-19 Richard Hendersonsoftfloat: Inline float64 compare specializations
next