aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2023-03-07vfio/common: Add helper to validate iova/end against hostwinJoao Martins1-18/+20
2023-03-07vfio/common: Add VFIOBitmap and alloc functionAvihai Horon1-29/+44
2023-03-07vfio/common: Abort migration if dirty log start/stop/sync failsAvihai Horon1-8/+45
2023-03-07vfio/common: Fix wrong %m usagesAvihai Horon1-13/+16
2023-03-07vfio/common: Fix error reporting in vfio_get_dirty_bitmap()Avihai Horon1-0/+1
2023-03-07Merge tag 'pull-target-arm-20230306' of https://git.linaro.org/people/pmaydel...Peter Maydell4-6/+146
2023-03-07Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...Peter Maydell5-14/+1122
2023-03-06hw: arm: allwinner-h3: Fix and complete H3 i2c devicesqianfan Zhao1-4/+25
2023-03-06hw/nvme: flexible data placement emulationJesper Devantier5-7/+1014
2023-03-06hw/nvme: basic directives supportGollu Appalanaidu2-1/+41
2023-03-06hw/nvme: add basic endurance group supportKlaus Jensen3-1/+58
2023-03-06hw/nvme: store a pointer to the NvmeSubsystem in the NvmeNamespaceNiklas Cassel2-0/+2
2023-03-06hw/nvme: move adjustment of data_units{read,written}Joel Granados1-6/+8
2023-03-06hw: allwinner-i2c: Fix TWI_CNTR_INT_FLAG on SUN6i SoCsqianfan Zhao1-2/+24
2023-03-06hw: arm: Support direct boot for Linux/arm64 EFI zboot imagesArd Biesheuvel2-0/+97
2023-03-06hw/xen/xen_pt: fix uninitialized variableMarek Marczykowski-Górecki1-1/+1
2023-03-06xen/pt: reserve PCI slot 2 for Intel igd-passthruChuck Zmudzinski4-11/+78
2023-03-04Merge tag 'pull-ppc-20230303' of https://gitlab.com/danielhb/qemu into stagingPeter Maydell3-70/+72
2023-03-03pnv_phb4_pec: Simplify/align code to parent user-created PHBsFrederic Barrat3-23/+20
2023-03-03pnv_phb4_pec: Move pnv_phb4_get_pec() to rightful fileFrederic Barrat2-43/+41
2023-03-03pnv_phb4_pec: Only export existing PHBs to the device treeFrederic Barrat1-2/+6
2023-03-03pnv_phb4_pec: Keep track of instantiated PHBsFrederic Barrat2-5/+8
2023-03-03Merge tag 'pull-aspeed-20230302' of https://github.com/legoater/qemu into sta...Peter Maydell12-77/+400
2023-03-03Merge tag 'pull-loongarch-20230303' of https://gitlab.com/gaosong/qemu into s...Peter Maydell2-5/+18
2023-03-03Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell28-279/+255
2023-03-03Merge tag 'pull-riscv-to-apply-20230303' of https://gitlab.com/palmer-dabbelt...Peter Maydell2-32/+33
2023-03-03hw/loongarch/virt: add system_powerdown hmp command supportSong Gao2-0/+13
2023-03-03hw/loongarch/virt: rename PCH_PIC_IRQ_OFFSET with VIRT_GSI_BASEBibo Mao2-5/+5
2023-03-02hw/cxl/mailbox: Use new UUID network order define for cel_uuidIra Weiny2-8/+7
2023-03-02hw/i386/acpi: Drop duplicate _UID entry for CXL root bridgeJonathan Cameron1-1/+0
2023-03-02hw/cxl: Add CXL_CAPACITY_MULTIPLIER definitionGregory Price1-6/+9
2023-03-02hw/cxl: set cxl-type3 device type to PCI_CLASS_MEMORY_CXLGregory Price1-2/+1
2023-03-02hw/pci-bridge/cxl_downstream: Fix type naming mismatchJonathan Cameron1-1/+1
2023-03-02hw/mem/cxl_type3: Improve error handling in realize()Jonathan Cameron1-2/+10
2023-03-02intel-iommu: send UNMAP notifications for domain or global inv descPeter Xu1-5/+9
2023-03-02smmu: switch to use memory_region_unmap_iommu_notifier_range()Jason Wang1-15/+1
2023-03-02intel-iommu: fail DEVIOTLB_UNMAP without dt modeJason Wang1-0/+8
2023-03-02intel-iommu: fail MAP notifier without caching modeJason Wang1-0/+7
2023-03-02memory: Optimize replay of guest mappingZhenzhong Duan1-1/+1
2023-03-02hw/pci: Trace IRQ routing on PCI topologyPhilippe Mathieu-Daudé2-0/+9
2023-03-02vhost: avoid a potential use of an uninitialized variable in vhost_svq_poll()Carlos López1-1/+1
2023-03-02pcie: set power indicator to off on reset by defaultVladimir Sementsov-Ogievskiy1-0/+1
2023-03-02aspeed/smc: Replace SysBus IRQs with GPIO linesCédric Le Goater2-5/+2
2023-03-02aspeed: Add a boot_rom overlap region in the SoC spi_boot containerCédric Le Goater1-20/+27
2023-03-02aspeed: Introduce a spi_boot region under the SoCCédric Le Goater4-19/+29
2023-03-02aspeed/fuji : correct the eeprom sizeSittisak Sinprem1-16/+20
2023-03-02hw/at24c : modify at24c to support 1 byte address modeSittisak Sinprem1-3/+27
2023-03-02hw/arm/aspeed: Adding new machine Tiogapass in QEMUKarthikeyan Pasupathi3-0/+57
2023-03-02hw/arm/aspeed: Adding new machine Yosemitev2 in QEMUKarthikeyan Pasupathi3-0/+57
2023-03-02hw/misc: add a toy i2c echo deviceKlaus Jensen2-0/+158