summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* riscv: Initial commit of OpenTitan machineAlistair Francis2020-06-033-0/+190
* riscv: sifive_e: Manually define the machineAlistair Francis2020-06-031-11/+30
* hw/riscv: spike: Remove deprecated ISA specific machinesAlistair Francis2020-06-031-217/+0Star
* hw/riscv: virt: Remove the riscv_ prefix of the machine* functionsBin Meng2020-06-031-10/+10
* hw/riscv: sifive_u: Remove the riscv_ prefix of the soc* functionsBin Meng2020-06-031-12/+12
* riscv: Change the default behavior if no -bios option is specifiedBin Meng2020-06-031-27/+4Star
* riscv: Suppress the error report for QEMU testing with riscv_find_firmware()Bin Meng2020-06-031-3/+11
* hw/mips: fuloong2e: Set preferred page size to 16KBHuacai Chen2020-06-011-0/+1
* hw/mips: Add CPU IRQ3 delivery for KVMHuacai Chen2020-06-011-1/+1
* hw/m68k/mcf52xx: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé2020-05-304-15/+30
* hw/m68k/mcf5206: Reduce m5206_mbar_read/write() offset arg to 16-bitPhilippe Mathieu-Daudé2020-05-301-4/+4
* Merge remote-tracking branch 'remotes/kraxel/tags/vga-20200528-pull-request' ...Peter Maydell2020-05-2810-281/+299
|\
| * sm501: Remove obsolete changelog and todo commentBALATON Zoltan2020-05-281-18/+1Star
| * sm501: Optimize small overlapping blitsBALATON Zoltan2020-05-281-4/+11
| * sm501: Replace hand written implementation with pixman where possibleBALATON Zoltan2020-05-281-88/+119
| * sm501: Clean up local variables in sm501_2d_operationBALATON Zoltan2020-05-281-15/+16
| * sm501: Use BIT(x) macro to shorten constantBALATON Zoltan2020-05-281-3/+2Star
| * sm501: Shorten long variable names in sm501_2d_operationBALATON Zoltan2020-05-281-23/+22Star
| * sm501: Convert printf + abort to qemu_log_maskBALATON Zoltan2020-05-281-30/+27Star
| * hw/display/pxa2xx_lcd: Replace printf() call by qemu_log_mask()Philippe Mathieu-Daudé2020-05-281-12/+14
| * hw/display/omap_dss: Replace fprintf() call by qemu_log_mask(LOG_UNIMP)Philippe Mathieu-Daudé2020-05-281-1/+1
| * hw/display/exynos4210_fimd: Use qemu_log_mask(GUEST_ERROR)Philippe Mathieu-Daudé2020-05-281-17/+29
| * hw/display/vmware_vga: Let the PCI device own its I/O MemoryRegionPhilippe Mathieu-Daudé2020-05-281-1/+1
| * hw/display/vmware_vga: Replace printf() calls by qemu_log_mask(ERROR)Philippe Mathieu-Daudé2020-05-281-5/+11
| * hw/display/xlnx_dp: Replace disabled DPRINTF() by error_report()Philippe Mathieu-Daudé2020-05-281-6/+8
| * hw/display/dpcd: Convert debug printf()s to trace eventsPhilippe Mathieu-Daudé2020-05-282-13/+7Star
| * hw/display/dpcd: Fix memory region sizePhilippe Mathieu-Daudé2020-05-281-2/+2
| * hw/display/cirrus_vga: Convert debug printf() to trace eventPhilippe Mathieu-Daudé2020-05-282-14/+11Star
| * hw/display/cirrus_vga: Use qemu_log_mask(ERROR) instead of debug printfPhilippe Mathieu-Daudé2020-05-281-44/+33Star
| * hw/display/cirrus_vga: Use qemu_log_mask(UNIMP) instead of debug printfPhilippe Mathieu-Daudé2020-05-281-6/+8
| * hw/display/cirrus_vga: Convert debug printf() to trace eventPhilippe Mathieu-Daudé2020-05-282-3/+2Star
| * hw/display/cg3: Convert debug printf()s to trace eventsPhilippe Mathieu-Daudé2020-05-282-10/+8Star
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-05-27' into...Peter Maydell2020-05-288-44/+32Star
|\ \
| * | arm/sabrelite: Consistently use &error_fatal in sabrelite_init()Markus Armbruster2020-05-271-6/+1Star
| * | mips/boston: Plug memory leak in boston_mach_init()Markus Armbruster2020-05-271-2/+2
| * | mips/boston: Fix boston_mach_init() error handlingMarkus Armbruster2020-05-271-8/+5Star
| * | mips/malta: Fix create_cps() error handlingMarkus Armbruster2020-05-271-9/+6Star
| * | error: Use error_reportf_err() where appropriateMarkus Armbruster2020-05-273-8/+9
| * | xen: Fix and improve handling of device_add usb-host errorsMarkus Armbruster2020-05-271-10/+9Star
| * | nvdimm: Plug memory leak in uuid property setterMarkus Armbruster2020-05-271-1/+0Star
* | | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.1-20200527' into...Peter Maydell2020-05-277-33/+32Star
|\ \ \ | |_|/ |/| |
| * | vfio/nvlink: Remove exec permission to avoid SELinux AVCsLeonardo Bras2020-05-271-2/+2
| * | hw/nvram/mac_nvram: Convert debug printf()s to trace eventsPhilippe Mathieu-Daudé2020-05-272-14/+7Star
| * | hw/pci-bridge/dec: Remove dead debug codePhilippe Mathieu-Daudé2020-05-271-10/+0Star
| * | ppc/spapr: Add hotremovable flag on DIMM LMBs on drmem_v2Leonardo Bras2020-05-272-5/+6
| * | ppc/spapr: add a POWER10 CPU modelCédric Le Goater2020-05-271-0/+1
| * | ppc/pnv: Fix NMI system reset SRR1 valueNicholas Piggin2020-05-271-6/+20
| |/
* | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-hw-next-2020052...Peter Maydell2020-05-2612-63/+117
|\ \ | |/ |/|
| * hw/mips/mips_int: De-duplicate KVM interrupt deliveryPhilippe Mathieu-Daudé2020-05-261-8/+3Star
| * hw/mips/malta: Add some logging for bad register offset casesAleksandar Markovic2020-05-261-8/+6Star