aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2023-03-07vfio: Fix vfio_get_dev_region() trace eventCédric Le Goater
2023-03-07vfio/migration: Rename entry pointsAlex Williamson
2023-03-07vfio/migration: Query device dirty page tracking supportJoao Martins
2023-03-07vfio/migration: Block migration with vIOMMUJoao Martins
2023-03-07vfio/common: Add device dirty page bitmap syncJoao Martins
2023-03-07vfio/common: Extract code from vfio_get_dirty_bitmap() to new functionAvihai Horon
2023-03-07vfio/common: Add device dirty page tracking start/stopJoao Martins
2023-03-07vfio/common: Record DMA mapped IOVA rangesJoao Martins
2023-03-07vfio/common: Add helper to consolidate iova/end calculationJoao Martins
2023-03-07vfio/common: Consolidate skip/invalid section into helperJoao Martins
2023-03-07vfio/common: Use a single tracepoint for skipped sectionsJoao Martins
2023-03-07vfio/common: Add helper to validate iova/end against hostwinJoao Martins
2023-03-07vfio/common: Add VFIOBitmap and alloc functionAvihai Horon
2023-03-07vfio/common: Abort migration if dirty log start/stop/sync failsAvihai Horon
2023-03-07vfio/common: Fix wrong %m usagesAvihai Horon
2023-03-07vfio/common: Fix error reporting in vfio_get_dirty_bitmap()Avihai Horon
2023-03-07Merge tag 'pull-target-arm-20230306' of https://git.linaro.org/people/pmaydel...Peter Maydell
2023-03-07Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...Peter Maydell
2023-03-06hw: arm: allwinner-h3: Fix and complete H3 i2c devicesqianfan Zhao
2023-03-06hw/nvme: flexible data placement emulationJesper Devantier
2023-03-06hw/nvme: basic directives supportGollu Appalanaidu
2023-03-06hw/nvme: add basic endurance group supportKlaus Jensen
2023-03-06hw/nvme: store a pointer to the NvmeSubsystem in the NvmeNamespaceNiklas Cassel
2023-03-06hw/nvme: move adjustment of data_units{read,written}Joel Granados
2023-03-06hw: allwinner-i2c: Fix TWI_CNTR_INT_FLAG on SUN6i SoCsqianfan Zhao
2023-03-06hw: arm: Support direct boot for Linux/arm64 EFI zboot imagesArd Biesheuvel
2023-03-06hw/xen/xen_pt: fix uninitialized variableMarek Marczykowski-Górecki
2023-03-06xen/pt: reserve PCI slot 2 for Intel igd-passthruChuck Zmudzinski
2023-03-04Merge tag 'pull-ppc-20230303' of https://gitlab.com/danielhb/qemu into stagingPeter Maydell
2023-03-03pnv_phb4_pec: Simplify/align code to parent user-created PHBsFrederic Barrat
2023-03-03pnv_phb4_pec: Move pnv_phb4_get_pec() to rightful fileFrederic Barrat
2023-03-03pnv_phb4_pec: Only export existing PHBs to the device treeFrederic Barrat
2023-03-03pnv_phb4_pec: Keep track of instantiated PHBsFrederic Barrat
2023-03-03Merge tag 'pull-aspeed-20230302' of https://github.com/legoater/qemu into sta...Peter Maydell
2023-03-03Merge tag 'pull-loongarch-20230303' of https://gitlab.com/gaosong/qemu into s...Peter Maydell
2023-03-03Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell
2023-03-03Merge tag 'pull-riscv-to-apply-20230303' of https://gitlab.com/palmer-dabbelt...Peter Maydell
2023-03-03hw/loongarch/virt: add system_powerdown hmp command supportSong Gao
2023-03-03hw/loongarch/virt: rename PCH_PIC_IRQ_OFFSET with VIRT_GSI_BASEBibo Mao
2023-03-02hw/cxl/mailbox: Use new UUID network order define for cel_uuidIra Weiny
2023-03-02hw/i386/acpi: Drop duplicate _UID entry for CXL root bridgeJonathan Cameron
2023-03-02hw/cxl: Add CXL_CAPACITY_MULTIPLIER definitionGregory Price
2023-03-02hw/cxl: set cxl-type3 device type to PCI_CLASS_MEMORY_CXLGregory Price
2023-03-02hw/pci-bridge/cxl_downstream: Fix type naming mismatchJonathan Cameron
2023-03-02hw/mem/cxl_type3: Improve error handling in realize()Jonathan Cameron
2023-03-02intel-iommu: send UNMAP notifications for domain or global inv descPeter Xu
2023-03-02smmu: switch to use memory_region_unmap_iommu_notifier_range()Jason Wang
2023-03-02intel-iommu: fail DEVIOTLB_UNMAP without dt modeJason Wang
2023-03-02intel-iommu: fail MAP notifier without caching modeJason Wang
2023-03-02memory: Optimize replay of guest mappingZhenzhong Duan