aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2022-01-12ppc/pnv: turn 'phb' into a pointer in struct PnvPhb4PecStackDaniel Henrique Barboza2-14/+8
2022-01-12ppc/pnv: move PHB4 XSCOM init to phb4_realize()Daniel Henrique Barboza2-292/+304
2022-01-12ppc/pnv: set phb4 properties in stk_realize()Daniel Henrique Barboza1-3/+3
2022-01-12pnv_phb4_pec: use pnv_phb4_pec_get_phb_id() in pnv_pec_dt_xscom()Daniel Henrique Barboza1-3/+2
2022-01-12pnv_phb4_pec.c: move pnv_pec_phb_offset() to pnv_phb4.cDaniel Henrique Barboza2-14/+18
2022-01-12ppc/pnv: Move num_phbs under Pnv8ChipCédric Le Goater1-4/+3
2022-01-12ppc/pnv: Complete user created PHB3 devicesCédric Le Goater2-0/+11
2022-01-12ppc/pnv: Reparent user created PHB3 devices to the PnvChipCédric Le Goater2-0/+23
2022-01-12ppc/pnv: Introduce support for user created PHB3 devicesCédric Le Goater2-6/+28
2022-01-12pnv_phb4.c: check if root port exists in rc_config functionsDaniel Henrique Barboza1-2/+8
2022-01-12pnv_phb4.c: make pnv-phb4-root-port user creatableDaniel Henrique Barboza1-11/+7
2022-01-12ppc/pnv: Attach PHB3 root port device when defaults are enabledCédric Le Goater2-9/+14
2022-01-12pnv_phb4.c: add unique chassis and slot for pnv_phb4_root_portDaniel Henrique Barboza1-0/+15
2022-01-12pnv_phb3.c: add unique chassis and slot for pnv_phb3_root_portDaniel Henrique Barboza1-0/+16
2022-01-12spapr: Fix support of POWER5+ processorsCédric Le Goater1-4/+6
2022-01-11Merge remote-tracking branch 'remotes/philmd/tags/sdmmc-20220108' into stagingPeter Maydell1-21/+31
2022-01-11Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell14-382/+83
2022-01-10Revert "virtio: introduce macro IRTIO_CONFIG_IRQ_IDX"Michael S. Tsirkin5-32/+2
2022-01-10Revert "virtio-pci: decouple notifier from interrupt process"Michael S. Tsirkin1-57/+31
2022-01-10Revert "virtio-pci: decouple the single vector from the interrupt process"Michael S. Tsirkin1-73/+58
2022-01-10Revert "vhost-vdpa: add support for config interrupt"Michael S. Tsirkin2-8/+0
2022-01-10Revert "virtio: add support for configure interrupt"Michael S. Tsirkin1-29/+0
2022-01-10Revert "vhost: add support for configure interrupt"Michael S. Tsirkin1-76/+0
2022-01-10Revert "virtio-net: add support for configure interrupt"Michael S. Tsirkin3-20/+2
2022-01-10Revert "virtio-mmio: add support for configure interrupt"Michael S. Tsirkin1-27/+0
2022-01-10Revert "virtio-pci: add support for configure interrupt"Michael S. Tsirkin2-83/+13
2022-01-09macfb: fix VRAM dirty memory region loggingMark Cave-Ayland1-1/+1
2022-01-09q800: fix segfault with invalid MacROMLaurent Vivier1-2/+3
2022-01-09hw: m68k: Add virt compat machine type for 7.0Laurent Vivier1-1/+8
2022-01-08hw/riscv: Use error_fatal for SoC realisationAlistair Francis4-4/+4
2022-01-08hw/intc: sifive_plic: Cleanup remaining functionsAlistair Francis1-87/+22
2022-01-08hw/intc: sifive_plic: Cleanup the read functionAlistair Francis1-44/+11
2022-01-08hw/intc: sifive_plic: Cleanup the write functionAlistair Francis1-49/+27
2022-01-08hw/intc: sifive_plic: Add a reset functionAlistair Francis1-0/+18
2022-01-08hw/dma: sifive_pdma: permit 4/8-byte access size of PDMA registersJim Shu1-0/+4
2022-01-08hw/dma: sifive_pdma: support high 32-bit access of 64-bit registerJim Shu1-22/+155
2022-01-07Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson34-392/+893
2022-01-07acpi: tpm: Add missing device identification objectsStefan Berger2-0/+8
2022-01-07virtio/vhost-vsock: don't double close vhostfd, remove redundant cleanupDaniil Tatianin1-6/+5
2022-01-07hw/scsi/vhost-scsi: don't double close vhostfd on errorDaniil Tatianin1-1/+8
2022-01-07hw/scsi/vhost-scsi: don't leak vqs on errorDaniil Tatianin1-2/+4
2022-01-07hw/i386/pc: Add missing property descriptionsThomas Huth1-0/+8
2022-01-07acpihp: simplify acpi_pcihp_disable_root_busAni Sinha1-7/+2
2022-01-07acpi: fix QEMU crash when started with SLIC tableIgor Mammedov2-2/+4
2022-01-07intel-iommu: correctly check passthrough during translationJason Wang1-15/+23
2022-01-07virtio-mem: Set "unplugged-inaccessible=auto" for the 7.0 machine on x86David Hildenbrand2-2/+4
2022-01-07virtio-mem: Support VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLEDavid Hildenbrand1-0/+63
2022-01-07virtio: signal after wrapping packed used_idxStefan Hajnoczi1-0/+1
2022-01-07virtio-mem: Support "prealloc=on" optionDavid Hildenbrand1-4/+35
2022-01-07hw/arm: kudo add lm75s on bus 13Patrick Venture1-1/+10