aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2022-01-11Merge remote-tracking branch 'remotes/philmd/tags/sdmmc-20220108' into stagingPeter Maydell
2022-01-11Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2022-01-10Revert "virtio: introduce macro IRTIO_CONFIG_IRQ_IDX"Michael S. Tsirkin
2022-01-10Revert "virtio-pci: decouple notifier from interrupt process"Michael S. Tsirkin
2022-01-10Revert "virtio-pci: decouple the single vector from the interrupt process"Michael S. Tsirkin
2022-01-10Revert "vhost-vdpa: add support for config interrupt"Michael S. Tsirkin
2022-01-10Revert "virtio: add support for configure interrupt"Michael S. Tsirkin
2022-01-10Revert "vhost: add support for configure interrupt"Michael S. Tsirkin
2022-01-10Revert "virtio-net: add support for configure interrupt"Michael S. Tsirkin
2022-01-10Revert "virtio-mmio: add support for configure interrupt"Michael S. Tsirkin
2022-01-10Revert "virtio-pci: add support for configure interrupt"Michael S. Tsirkin
2022-01-09macfb: fix VRAM dirty memory region loggingMark Cave-Ayland
2022-01-09q800: fix segfault with invalid MacROMLaurent Vivier
2022-01-09hw: m68k: Add virt compat machine type for 7.0Laurent Vivier
2022-01-08hw/riscv: Use error_fatal for SoC realisationAlistair Francis
2022-01-08hw/intc: sifive_plic: Cleanup remaining functionsAlistair Francis
2022-01-08hw/intc: sifive_plic: Cleanup the read functionAlistair Francis
2022-01-08hw/intc: sifive_plic: Cleanup the write functionAlistair Francis
2022-01-08hw/intc: sifive_plic: Add a reset functionAlistair Francis
2022-01-08hw/dma: sifive_pdma: permit 4/8-byte access size of PDMA registersJim Shu
2022-01-08hw/dma: sifive_pdma: support high 32-bit access of 64-bit registerJim Shu
2022-01-07Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson
2022-01-07acpi: tpm: Add missing device identification objectsStefan Berger
2022-01-07virtio/vhost-vsock: don't double close vhostfd, remove redundant cleanupDaniil Tatianin
2022-01-07hw/scsi/vhost-scsi: don't double close vhostfd on errorDaniil Tatianin
2022-01-07hw/scsi/vhost-scsi: don't leak vqs on errorDaniil Tatianin
2022-01-07hw/i386/pc: Add missing property descriptionsThomas Huth
2022-01-07acpihp: simplify acpi_pcihp_disable_root_busAni Sinha
2022-01-07acpi: fix QEMU crash when started with SLIC tableIgor Mammedov
2022-01-07intel-iommu: correctly check passthrough during translationJason Wang
2022-01-07virtio-mem: Set "unplugged-inaccessible=auto" for the 7.0 machine on x86David Hildenbrand
2022-01-07virtio-mem: Support VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLEDavid Hildenbrand
2022-01-07virtio: signal after wrapping packed used_idxStefan Hajnoczi
2022-01-07virtio-mem: Support "prealloc=on" optionDavid Hildenbrand
2022-01-07hw/arm: kudo add lm75s on bus 13Patrick Venture
2022-01-07hw/arm: add i2c muxes to kudo-bmcPatrick Venture
2022-01-07hw/arm: attach MMC to kudo-bmcShengtan Mao
2022-01-07hw/arm: Add kudo i2c eeproms.Chris Rauer
2022-01-07hw/intc/arm_gicv3_its: Rename max_l2_entries to num_l2_entriesPeter Maydell
2022-01-07hw/intc/arm_gicv3_its: Fix various off-by-one errorsPeter Maydell
2022-01-07hw/intc/arm_gicv3_its: Use FIELD macros for CTEsPeter Maydell
2022-01-07hw/intc/arm_gicv3_its: Correct comment about CTE RDBase field sizePeter Maydell
2022-01-07hw/intc/arm_gicv3_its: Use FIELD macros for DTEsPeter Maydell
2022-01-07hw/intc/arm_gicv3_its: Correct handling of MAPIPeter Maydell
2022-01-07hw/intc/arm_gicv3_its: Don't misuse GITS_TYPE_PHYSICAL definePeter Maydell
2022-01-07hw/intc/arm_gicv3_its: Correct setting of TableDesc entry_szPeter Maydell
2022-01-07hw/intc/arm_gicv3_its: Reduce code duplication in extract_table_params()Peter Maydell
2022-01-07hw/intc/arm_gicv3_its: Don't return early in extract_table_params() loopPeter Maydell
2022-01-07hw/intc/arm_gicv3_its: Remove maxids union from TableDescPeter Maydell
2022-01-07hw/intc/arm_gicv3_its: Remove redundant ITS_CTLR_ENABLED definePeter Maydell