aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
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
2022-01-07hw/intc/arm_gicv3_its: Correct off-by-one bounds check on rdbasePeter Maydell
2022-01-07Add dummy Aspeed AST2600 Display Port MCU (DPMCU)Troy Lee
2022-01-07hw/vhost-user-blk: turn on VIRTIO_BLK_F_SIZE_MAX feature for virtio blk deviceAndy Pei
2022-01-07hw/i386: expose a "smbios-entry-point-type" PC machine propertyEduardo Habkost
2022-01-07smbios: Rename SMBIOS_ENTRY_POINT_* enumsEduardo Habkost
2022-01-07pcie_aer: Don't trigger a LSI if none are definedFrederic Barrat
2022-01-07pci: Export the pci_intx() functionFrederic Barrat
2022-01-07vhost-user-blk: propagate error return from generic vhostRoman Kagan
2022-01-07vhost: stick to -errno error return conventionRoman Kagan
2022-01-07vhost-user: stick to -errno error return conventionRoman Kagan
2022-01-07vhost-vdpa: stick to -errno error return conventionRoman Kagan