aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio
AgeCommit message (Expand)AuthorFilesLines
2023-02-27hw/vfio/ccw: Replace DO_UPCAST(VFIOCCWDevice) by VFIO_CCW()Philippe Mathieu-Daudé1-12/+7
2023-02-27hw/vfio/ccw: Remove pointless S390CCWDevice variablePhilippe Mathieu-Daudé1-2/+1
2023-02-27hw/vfio/ccw: Replace DO_UPCAST(S390CCWDevice) by S390_CCW_DEVICE()Philippe Mathieu-Daudé1-6/+3
2023-02-27hw/vfio/ccw: Use intermediate S390CCWDevice variablePhilippe Mathieu-Daudé1-4/+5
2023-02-27hw/vfio/ccw: Simplify using DEVICE() macroPhilippe Mathieu-Daudé1-1/+1
2023-02-16vfio: Alphabetize migration section of VFIO trace-events fileAvihai Horon1-10/+10
2023-02-16vfio/migration: Remove VFIO migration protocol v1Avihai Horon3-702/+24
2023-02-16vfio/migration: Implement VFIO migration protocol v2Avihai Horon3-39/+464
2023-02-16vfio/migration: Rename functions/structs related to v1 protocolAvihai Horon3-60/+60
2023-02-16vfio/migration: Move migration v1 logic to vfio_migration_init()Avihai Horon2-16/+16
2023-02-16vfio/migration: Block multiple devices migrationAvihai Horon2-0/+59
2023-02-16vfio/common: Change vfio_devices_all_running_and_saving() logic to equivalent...Avihai Horon1-7/+10
2023-02-16vfio/migration: Allow migration without VFIO IOMMU dirty tracking supportAvihai Horon2-4/+19
2023-02-16vfio/migration: Fix NULL pointer dereference bugAvihai Horon1-1/+3
2023-02-15migration: Rename res_{postcopy,precopy}_onlyJuan Quintela1-6/+4
2023-02-15migration: Remove unused res_compatibleJuan Quintela2-3/+2
2023-02-06migration: Remove unused threshold_size parameterJuan Quintela1-1/+0
2023-02-06migration: Split save_live_pending() into state_pending_*Juan Quintela2-11/+12
2023-02-06migration: No save_live_pending() method uses the QEMUFile parameterJuan Quintela1-1/+1
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster1-1/+1
2022-11-07Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi1-61/+5
2022-11-07vfio: move implement of vfio_get_xlat_addr() to memory.cCindy Lu1-61/+5
2022-11-03vfio/migration: Fix wrong enum usageAvihai Horon1-1/+1
2022-09-27vfio/common: Fix vfio_iommu_type1_info use after freeAlex Williamson1-17/+19
2022-09-27vfio/migration: Fix incorrect initialization value for parameters in VFIOMigr...Kunkun Jiang1-0/+2
2022-06-14ui/console: Do not return a value with ui_infoAkihiko Odaki1-5/+3
2022-06-08vfio/common: remove spurious warning on vfio_listener_region_delEric Auger2-2/+10
2022-05-24hw/vfio/pci-quirks: Resolve redundant property gettersBernhard Beschow1-25/+9
2022-05-13linux-headers: Update to v5.18-rc6Alex Williamson2-15/+18
2022-05-06vfio/common: Rename VFIOGuestIOMMU::iommu into ::iommu_mrYi Liu1-8/+8
2022-05-06vfio/pci: Use vbasedev local variable in vfio_realize()Eric Auger1-24/+25
2022-05-06hw/vfio/pci: fix vfio_pci_hot_reset_result trace pointEric Auger1-1/+1
2022-05-06vfio/common: remove spurious tpm-crb-cmd misalignment warningEric Auger2-1/+27
2022-05-06vfio/common: Fix a small boundary issue of a traceXiang Chen1-4/+3
2022-05-06vfio: defer to commit kvm irq routing when enable msi/msixLongpeng(Mike)2-33/+99
2022-05-06Revert "vfio: Avoid disabling and enabling vectors repeatedly in VFIO migration"Longpeng(Mike)1-17/+3
2022-05-06vfio: simplify the failure path in vfio_msi_enableLongpeng(Mike)1-14/+2
2022-05-06vfio: move re-enabling INTX out of the common helperLongpeng(Mike)1-6/+11
2022-05-06vfio: simplify the conditional statements in vfio_msi_enableLongpeng(Mike)1-2/+2
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau3-21/+21
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster2-4/+4
2022-03-15kvm/msi: do explicit commit when adding msi routesLongpeng(Mike)1-1/+4
2022-02-21Mark remaining global TypeInfo instances as constBernhard Beschow1-1/+1
2021-11-17vfio: Fix memory leak of hostwinPeng Liang1-0/+8
2021-11-01vfio/common: Add a trace point when a MMIO RAM section cannot be mappedKunkun Jiang1-0/+7
2021-11-01vfio/pci: Add support for mmapping sub-page MMIO BARs after live migrationKunkun Jiang1-1/+18
2021-10-15qdev: Base object creation on QDict rather than QemuOptsKevin Wolf1-2/+2
2021-09-30memory: Name all the memory listenersPeter Xu2-0/+2
2021-09-30memory: Add RAM_PROTECTED flag to skip IOMMU mappingsSean Christopherson1-0/+1
2021-09-16hw/vfio: Fix typo in commentsCai Huoqing4-6/+6