aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2022-02-02hppa: Add support for an emulated TOC/NMI button.Helge Deller1-1/+34
2022-02-02hw/hppa: Allow up to 16 emulated CPUsHelge Deller1-2/+3
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
2022-01-07hw/arm: add i2c muxes to kudo-bmcPatrick Venture1-0/+9
2022-01-07hw/arm: attach MMC to kudo-bmcShengtan Mao1-0/+1
2022-01-07hw/arm: Add kudo i2c eeproms.Chris Rauer1-0/+8
2022-01-07hw/intc/arm_gicv3_its: Rename max_l2_entries to num_l2_entriesPeter Maydell1-12/+12
2022-01-07hw/intc/arm_gicv3_its: Fix various off-by-one errorsPeter Maydell1-13/+13
2022-01-07hw/intc/arm_gicv3_its: Use FIELD macros for CTEsPeter Maydell2-4/+6
2022-01-07hw/intc/arm_gicv3_its: Correct comment about CTE RDBase field sizePeter Maydell1-1/+1
2022-01-07hw/intc/arm_gicv3_its: Use FIELD macros for DTEsPeter Maydell2-14/+13
2022-01-07hw/intc/arm_gicv3_its: Correct handling of MAPIPeter Maydell1-11/+7
2022-01-07hw/intc/arm_gicv3_its: Don't misuse GITS_TYPE_PHYSICAL definePeter Maydell2-29/+27
2022-01-07hw/intc/arm_gicv3_its: Correct setting of TableDesc entry_szPeter Maydell1-1/+1
2022-01-07hw/intc/arm_gicv3_its: Reduce code duplication in extract_table_params()Peter Maydell1-57/+40
2022-01-07hw/intc/arm_gicv3_its: Don't return early in extract_table_params() loopPeter Maydell1-2/+2