index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
Age
Commit message (
Expand
)
Author
2020-05-28
sm501: Clean up local variables in sm501_2d_operation
BALATON Zoltan
2020-05-28
sm501: Use BIT(x) macro to shorten constant
BALATON Zoltan
2020-05-28
sm501: Shorten long variable names in sm501_2d_operation
BALATON Zoltan
2020-05-28
sm501: Convert printf + abort to qemu_log_mask
BALATON Zoltan
2020-05-28
hw/display/pxa2xx_lcd: Replace printf() call by qemu_log_mask()
Philippe Mathieu-Daudé
2020-05-28
hw/display/omap_dss: Replace fprintf() call by qemu_log_mask(LOG_UNIMP)
Philippe Mathieu-Daudé
2020-05-28
hw/display/exynos4210_fimd: Use qemu_log_mask(GUEST_ERROR)
Philippe Mathieu-Daudé
2020-05-28
hw/display/vmware_vga: Let the PCI device own its I/O MemoryRegion
Philippe Mathieu-Daudé
2020-05-28
hw/display/vmware_vga: Replace printf() calls by qemu_log_mask(ERROR)
Philippe Mathieu-Daudé
2020-05-28
hw/display/xlnx_dp: Replace disabled DPRINTF() by error_report()
Philippe Mathieu-Daudé
2020-05-28
hw/display/dpcd: Convert debug printf()s to trace events
Philippe Mathieu-Daudé
2020-05-28
hw/display/dpcd: Fix memory region size
Philippe Mathieu-Daudé
2020-05-28
hw/display/cirrus_vga: Convert debug printf() to trace event
Philippe Mathieu-Daudé
2020-05-28
hw/display/cirrus_vga: Use qemu_log_mask(ERROR) instead of debug printf
Philippe Mathieu-Daudé
2020-05-28
hw/display/cirrus_vga: Use qemu_log_mask(UNIMP) instead of debug printf
Philippe Mathieu-Daudé
2020-05-28
hw/display/cirrus_vga: Convert debug printf() to trace event
Philippe Mathieu-Daudé
2020-05-28
hw/display/cg3: Convert debug printf()s to trace events
Philippe Mathieu-Daudé
2020-05-26
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-hw-next-2020052...
Peter Maydell
2020-05-26
Merge remote-tracking branch 'remotes/gkurz/tags/9p-next-2020-05-26' into sta...
Peter Maydell
2020-05-26
hw/mips/mips_int: De-duplicate KVM interrupt delivery
Philippe Mathieu-Daudé
2020-05-26
hw/mips/malta: Add some logging for bad register offset cases
Aleksandar Markovic
2020-05-26
hw/mips: Rename malta/mipssim/r4k/jazz files
Aleksandar Markovic
2020-05-26
hw/mips/fuloong2e: Fix typo in Fuloong machine name
Philippe Mathieu-Daudé
2020-05-26
hw/mips/fuloong2e: Move code and update a comment
Philippe Mathieu-Daudé
2020-05-26
hw/pci-host/bonito: Set the Config register reset value with FIELD_DP32
Philippe Mathieu-Daudé
2020-05-26
hw/pci-host/bonito: Better describe the I/O CS regions
Philippe Mathieu-Daudé
2020-05-26
hw/pci-host/bonito: Map the different PCI ranges more detailed
Philippe Mathieu-Daudé
2020-05-26
hw/pci-host/bonito: Map all the Bonito64 I/O range
Philippe Mathieu-Daudé
2020-05-26
hw/pci-host/bonito: Map peripheral using physical address
Philippe Mathieu-Daudé
2020-05-26
hw/pci-host/bonito: Fix DPRINTF() format strings
Philippe Mathieu-Daudé
2020-05-26
hw/pci-host: Use CONFIG_PCI_BONITO to select the Bonito North Bridge
Philippe Mathieu-Daudé
2020-05-26
hw/mips/mips_fulong2e: Remove unused 'audio/audio.h' include
Philippe Mathieu-Daudé
2020-05-25
xen/9pfs: increase max ring order to 9
Stefano Stabellini
2020-05-25
xen/9pfs: yield when there isn't enough room on the ring
Stefano Stabellini
2020-05-25
Revert "9p: init_in_iov_from_pdu can truncate the size"
Stefano Stabellini
2020-05-25
hw/audio/gus: Use AUDIO_HOST_ENDIANNESS definition from 'audio/audio.h'
Philippe Mathieu-Daudé
2020-05-25
es1370: check total frame count against current frame
Prasad J Pandit
2020-05-25
9p: Lock directory streams with a CoMutex
Greg Kurz
2020-05-25
9pfs: include linux/limits.h for XATTR_SIZE_MAX
Dan Robertson
2020-05-22
hw/block/pflash: Check return value of blk_pwrite()
Mansour Ahmadi
2020-05-22
hw/block/pflash_cfi01: Rename 'reset_flash' label as 'mode_read_array'
Philippe Mathieu-Daudé
2020-05-22
hw/block/pflash_cfi01: Document use of non-CFI compliant command '0x00'
Philippe Mathieu-Daudé
2020-05-22
hw/block/pflash_cfi01: Removed an unused timer
Philippe Mathieu-Daudé
2020-05-21
ARM: PL061: Introduce N_GPIOS
Geert Uytterhoeven
2020-05-21
hw/timer/exynos4210_mct: Replace hw_error() by qemu_log_mask()
Philippe Mathieu-Daudé
2020-05-21
hw/char/xilinx_uartlite: Replace hw_error() by qemu_log_mask()
Philippe Mathieu-Daudé
2020-05-21
hw/arm/pxa2xx: Replace hw_error() by qemu_log_mask()
Philippe Mathieu-Daudé
2020-05-21
hw/arm/integratorcp: Replace hw_error() by qemu_log_mask()
Philippe Mathieu-Daudé
2020-05-21
hw/arm/fsl-imx7: Connect watchdog interrupts
Guenter Roeck
2020-05-21
hw/arm/fsl-imx7: Instantiate various unimplemented devices
Guenter Roeck
[next]