summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* armsse: Define ARMSSEClass correctlyEduardo Habkost2020-08-281-0/+1
* hw/misc/unimp: Display the offset with width of the region sizePhilippe Mathieu-Daudé2020-08-281-4/+6
* hw/misc/unimp: Display the value with width of the access sizePhilippe Mathieu-Daudé2020-08-281-2/+2
* hw/misc/unimp: Display value after offsetPhilippe Mathieu-Daudé2020-08-281-4/+4
* hw/qdev-clock: Avoid calling qdev_connect_clock_in after DeviceRealizePhilippe Mathieu-Daudé2020-08-281-0/+1
* hw/qdev-clock: Uninline qdev_connect_clock_in()Philippe Mathieu-Daudé2020-08-281-0/+5
* hw/arm/xilinx_zynq: Call qdev_connect_clock_in() before DeviceRealizePhilippe Mathieu-Daudé2020-08-281-9/+9
* hw/arm/xilinx_zynq: Uninline cadence_uart_create()Philippe Mathieu-Daudé2020-08-281-2/+12
* hw/net/allwinner-sun8i-emac: Use AddressSpace for DMA transfersPhilippe Mathieu-Daudé2020-08-282-16/+32
* hw/sd/allwinner-sdhost: Use AddressSpace for DMA transfersPhilippe Mathieu-Daudé2020-08-283-6/+35
* hw/arm/musicpal: Use AddressSpace for DMA transfersPhilippe Mathieu-Daudé2020-08-281-14/+31
* hw/clock: Let clock_set() return boolean valuePhilippe Mathieu-Daudé2020-08-281-1/+6
* hw/arm/sbsa-ref: fix typo breaking PCIe IRQsGraeme Gregory2020-08-281-1/+1
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2020-08-2718-26/+164
|\
| * hw/smbios: add options for type 4 max-speed and current-speedYing Fang2020-08-271-4/+32
| * vhost-user-blk-pci: default num_queues to -smp NStefan Hajnoczi2020-08-273-1/+10
| * virtio-blk-pci: default num_queues to -smp NStefan Hajnoczi2020-08-273-2/+12
| * virtio-scsi-pci: default num_queues to -smp NStefan Hajnoczi2020-08-277-13/+35
| * virtio-scsi: introduce a constant for fixed virtqueuesStefan Hajnoczi2020-08-275-7/+11
| * virtio-pci: add virtio_pci_optimal_num_queues() helperStefan Hajnoczi2020-08-272-0/+41
| * Introduce a new flag for i440fx to disable PCI hotplug on the root busAni Sinha2020-08-272-2/+26
| * arm/acpi: fix an out of spec _UID for PCI rootMichael S. Tsirkin2020-08-271-1/+1
| * i386/acpi: fix inconsistent QEMU/OVMF device pathsMichael S. Tsirkin2020-08-271-2/+2
* | hw/vfio/ap: Plug memleak in vfio_ap_get_group()Pan Nengyuan2020-08-271-0/+1
* | virtio-ccw-input: fix descriptionCornelia Huck2020-08-271-1/+1
|/
* Merge remote-tracking branch 'remotes/hdeller/tags/target-hppa-v3-pull-reques...Peter Maydell2020-08-264-76/+148
|\
| * hw/display/artist: Fix invalidation of lines near screen borderSven Schnelle2020-08-261-1/+6
| * hw/display/artist: Fix invalidation of lines in artist_draw_line()Sven Schnelle2020-08-261-1/+4
| * hw/display/artist: Unbreak size mismatch memory accessesHelge Deller2020-08-261-8/+4Star
| * hw/display/artist: Prevent out of VRAM buffer accessesHelge Deller2020-08-261-41/+69
| * Revert "hw/display/artist: Avoid drawing line when nothing to display"Helge Deller2020-08-261-3/+0Star
| * hw/display/artist: Refactor artist_rop8() to avoid buffer over-runPhilippe Mathieu-Daudé2020-08-261-15/+25
| * hw/display/artist: Check offset in draw_line to avoid buffer over-runPhilippe Mathieu-Daudé2020-08-261-2/+7
| * hw/hppa/lasi: Don't abort on invalid IMR valueHelge Deller2020-08-261-2/+6
| * hw/display/artist.c: fix out of bounds checkSven Schnelle2020-08-041-13/+11Star
| * hw/hppa: Implement proper SeaBIOS version checkHelge Deller2020-08-041-0/+22
| * hw/hppa: Sync hppa_hardware.h file with SeaBIOS sourcesHelge Deller2020-08-042-2/+6
* | hw/riscv: virt: Allow creating multiple NUMA socketsAnup Patel2020-08-251-227/+299
* | hw/riscv: spike: Allow creating multiple NUMA socketsAnup Patel2020-08-251-74/+158
* | hw/riscv: Add helpers for RISC-V multi-socket NUMA machinesAnup Patel2020-08-252-0/+243
* | hw/riscv: Allow creating multiple instances of PLICAnup Patel2020-08-254-14/+16
* | hw/riscv: Allow creating multiple instances of CLINTAnup Patel2020-08-255-12/+16
* | Merge remote-tracking branch 'remotes/xtensa/tags/20200821-xtensa' into stagingPeter Maydell2020-08-241-1/+5
|\ \
| * | target/xtensa: implement NMI supportMax Filippov2020-08-211-1/+5
* | | Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20200812' int...Peter Maydell2020-08-244-94/+333
|\ \ \
| * | | 9pfs: clarify latency of v9fs_co_run_in_worker()Christian Schoenebeck2020-08-121-1/+11
| * | | 9pfs: differentiate readdir lock between 9P2000.u vs. 9P2000.LChristian Schoenebeck2020-08-122-8/+40
| * | | 9pfs: T_readdir latency optimizationChristian Schoenebeck2020-08-121-74/+58Star
| * | | 9pfs: add new function v9fs_co_readdir_many()Christian Schoenebeck2020-08-123-0/+196
| * | | 9pfs: split out fs driver core of v9fs_co_readdir()Christian Schoenebeck2020-08-121-14/+24