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