aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio
AgeCommit message (Expand)AuthorFilesLines
11 daysMerge tag 'hw-misc-20250729' of https://github.com/philmd/qemu into stagingStefan Hajnoczi1-1/+0
11 dayshw/vfio/vfio-migration: Remove unnecessary 'qemu/typedefs.h' includePhilippe Mathieu-Daudé1-1/+0
12 daysvfio/igd: Fix VGA regions are not exposed in legacy modeTomita Moeko3-6/+18
12 daysvfio/igd: Require host VGA decode for legacy modeTomita Moeko1-5/+6
12 daysvfio: fix sub-page bar after cprSteve Sistare3-0/+17
12 dayshw/i386: Fix 'use-legacy-x86-rom' property compatibilityCédric Le Goater2-2/+2
2025-07-21Merge tag 'display-20250718-pull-request' of https://gitlab.com/kraxel/qemu i...Stefan Hajnoczi4-11/+27
2025-07-18hw/i386: Add the ramfb romfile compatibilityShaoqin Huang1-1/+1
2025-07-18vfio: Move the TYPE_* to hw/vfio/types.hShaoqin Huang2-9/+22
2025-07-17ramfb: Add property to control if load the romfileShaoqin Huang3-2/+5
2025-07-16Merge tag 'pull-vfio-20250715' of https://github.com/legoater/qemu into stagingStefan Hajnoczi10-12/+182
2025-07-15vfio/migration: Max in-flight VFIO device state buffers size limitMaciej S. Szmigiero2-2/+28
2025-07-15vfio/migration: Add x-migration-load-config-after-iter VFIO propertyMaciej S. Szmigiero7-1/+121
2025-07-15vfio/pci: Introduce x-pci-class-code optionTomita Moeko3-8/+28
2025-07-15hw/vfio: fix region fd initializationJohn Levon1-1/+5
2025-07-15qemu: Declare all load/store helper in 'qemu/bswap.h'Philippe Mathieu-Daudé1-1/+0
2025-07-11migration: Rename save_live_complete_precopy_thread to save_complete_precopy_...Juraj Marcin3-4/+4
2025-07-11migration: Rename save_live_complete_precopy to save_completePeter Xu1-1/+1
2025-07-03vfio/container: delete old cpr registerSteve Sistare1-13/+0
2025-07-03vfio/iommufd: change processSteve Sistare1-0/+31
2025-07-03vfio/iommufd: reconstruct hwptSteve Sistare1-8/+22
2025-07-03vfio/iommufd: reconstruct deviceSteve Sistare1-2/+28
2025-07-03vfio/iommufd: preserve descriptorsSteve Sistare2-8/+11
2025-07-03vfio/iommufd: cpr stateSteve Sistare3-1/+102
2025-07-03migration: vfio cpr state hookSteve Sistare3-0/+21
2025-07-03vfio/iommufd: register container for cprSteve Sistare3-2/+91
2025-07-03vfio/iommufd: device name blockerSteve Sistare1-0/+11
2025-07-03vfio/iommufd: add vfio_device_free_nameSteve Sistare5-6/+11
2025-07-03vfio/iommufd: invariant device nameSteve Sistare1-5/+10
2025-07-03vfio/iommufd: use IOMMU_IOAS_MAP_FILESteve Sistare2-0/+22
2025-07-03migration: close kvm after cprSteve Sistare3-0/+34
2025-07-03vfio-pci: preserve INTxSteve Sistare2-3/+79
2025-07-03vfio-pci: preserve MSISteve Sistare3-2/+149
2025-07-03vfio/container: Fix vfio_container_post_load()Zhenzhong Duan1-14/+9
2025-07-03vfio/container: Fix potential SIGSEGV when recover from unmap-all-vaddr failureZhenzhong Duan1-2/+2
2025-06-26vfio-user: forward MSI-X PBA BAR accesses to serverJohn Levon1-0/+1
2025-06-26vfio/container: fails mdev hotplug if add migration blocker failedZhenzhong Duan1-2/+6
2025-06-26vfio/container: Fix SIGSEGV when open container file failsZhenzhong Duan1-1/+3
2025-06-26vfio: add license tag to some filesJohn Levon4-0/+9
2025-06-26vfio: add vfio_device_get_region_fd()John Levon2-4/+8
2025-06-26hw/vfio/ap: attribute constructor for cfg_chg_events_lockRorie Reyes1-7/+5
2025-06-11vfio/pci: export MSI functionsSteve Sistare2-12/+25
2025-06-11vfio/pci: vfio_notifier_cleanupSteve Sistare1-11/+17
2025-06-11vfio/pci: vfio_notifier_init cpr parametersSteve Sistare1-12/+19
2025-06-11vfio/pci: pass vector to virq functionsSteve Sistare1-6/+7
2025-06-11vfio/pci: vfio_notifier_initSteve Sistare1-15/+25
2025-06-11vfio/pci: vfio_pci_vector_initSteve Sistare1-7/+17
2025-06-11vfio-pci: skip reset during cprSteve Sistare2-0/+38
2025-06-11pci: skip reset during cprSteve Sistare1-0/+7
2025-06-11vfio/container: recover from unmap-all-vaddr failureSteve Sistare2-1/+109