summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2020-05-28sm501: Clean up local variables in sm501_2d_operationBALATON Zoltan
2020-05-28sm501: Use BIT(x) macro to shorten constantBALATON Zoltan
2020-05-28sm501: Shorten long variable names in sm501_2d_operationBALATON Zoltan
2020-05-28sm501: Convert printf + abort to qemu_log_maskBALATON Zoltan
2020-05-28hw/display/pxa2xx_lcd: Replace printf() call by qemu_log_mask()Philippe Mathieu-Daudé
2020-05-28hw/display/omap_dss: Replace fprintf() call by qemu_log_mask(LOG_UNIMP)Philippe Mathieu-Daudé
2020-05-28hw/display/exynos4210_fimd: Use qemu_log_mask(GUEST_ERROR)Philippe Mathieu-Daudé
2020-05-28hw/display/vmware_vga: Let the PCI device own its I/O MemoryRegionPhilippe Mathieu-Daudé
2020-05-28hw/display/vmware_vga: Replace printf() calls by qemu_log_mask(ERROR)Philippe Mathieu-Daudé
2020-05-28hw/display/xlnx_dp: Replace disabled DPRINTF() by error_report()Philippe Mathieu-Daudé
2020-05-28hw/display/dpcd: Convert debug printf()s to trace eventsPhilippe Mathieu-Daudé
2020-05-28hw/display/dpcd: Fix memory region sizePhilippe Mathieu-Daudé
2020-05-28hw/display/cirrus_vga: Convert debug printf() to trace eventPhilippe Mathieu-Daudé
2020-05-28hw/display/cirrus_vga: Use qemu_log_mask(ERROR) instead of debug printfPhilippe Mathieu-Daudé
2020-05-28hw/display/cirrus_vga: Use qemu_log_mask(UNIMP) instead of debug printfPhilippe Mathieu-Daudé
2020-05-28hw/display/cirrus_vga: Convert debug printf() to trace eventPhilippe Mathieu-Daudé
2020-05-28hw/display/cg3: Convert debug printf()s to trace eventsPhilippe Mathieu-Daudé
2020-05-26Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-hw-next-2020052...Peter Maydell
2020-05-26Merge remote-tracking branch 'remotes/gkurz/tags/9p-next-2020-05-26' into sta...Peter Maydell
2020-05-26hw/mips/mips_int: De-duplicate KVM interrupt deliveryPhilippe Mathieu-Daudé
2020-05-26hw/mips/malta: Add some logging for bad register offset casesAleksandar Markovic
2020-05-26hw/mips: Rename malta/mipssim/r4k/jazz filesAleksandar Markovic
2020-05-26hw/mips/fuloong2e: Fix typo in Fuloong machine namePhilippe Mathieu-Daudé
2020-05-26hw/mips/fuloong2e: Move code and update a commentPhilippe Mathieu-Daudé
2020-05-26hw/pci-host/bonito: Set the Config register reset value with FIELD_DP32Philippe Mathieu-Daudé
2020-05-26hw/pci-host/bonito: Better describe the I/O CS regionsPhilippe Mathieu-Daudé
2020-05-26hw/pci-host/bonito: Map the different PCI ranges more detailedPhilippe Mathieu-Daudé
2020-05-26hw/pci-host/bonito: Map all the Bonito64 I/O rangePhilippe Mathieu-Daudé
2020-05-26hw/pci-host/bonito: Map peripheral using physical addressPhilippe Mathieu-Daudé
2020-05-26hw/pci-host/bonito: Fix DPRINTF() format stringsPhilippe Mathieu-Daudé
2020-05-26hw/pci-host: Use CONFIG_PCI_BONITO to select the Bonito North BridgePhilippe Mathieu-Daudé
2020-05-26hw/mips/mips_fulong2e: Remove unused 'audio/audio.h' includePhilippe Mathieu-Daudé
2020-05-25xen/9pfs: increase max ring order to 9Stefano Stabellini
2020-05-25xen/9pfs: yield when there isn't enough room on the ringStefano Stabellini
2020-05-25Revert "9p: init_in_iov_from_pdu can truncate the size"Stefano Stabellini
2020-05-25hw/audio/gus: Use AUDIO_HOST_ENDIANNESS definition from 'audio/audio.h'Philippe Mathieu-Daudé
2020-05-25es1370: check total frame count against current framePrasad J Pandit
2020-05-259p: Lock directory streams with a CoMutexGreg Kurz
2020-05-259pfs: include linux/limits.h for XATTR_SIZE_MAXDan Robertson
2020-05-22hw/block/pflash: Check return value of blk_pwrite()Mansour Ahmadi
2020-05-22hw/block/pflash_cfi01: Rename 'reset_flash' label as 'mode_read_array'Philippe Mathieu-Daudé
2020-05-22hw/block/pflash_cfi01: Document use of non-CFI compliant command '0x00'Philippe Mathieu-Daudé
2020-05-22hw/block/pflash_cfi01: Removed an unused timerPhilippe Mathieu-Daudé
2020-05-21ARM: PL061: Introduce N_GPIOSGeert Uytterhoeven
2020-05-21hw/timer/exynos4210_mct: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé
2020-05-21hw/char/xilinx_uartlite: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé
2020-05-21hw/arm/pxa2xx: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé
2020-05-21hw/arm/integratorcp: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé
2020-05-21hw/arm/fsl-imx7: Connect watchdog interruptsGuenter Roeck
2020-05-21hw/arm/fsl-imx7: Instantiate various unimplemented devicesGuenter Roeck