index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
vfio
Age
Commit message (
Expand
)
Author
2024-01-18
remove unnecessary casts from uintptr_t
Paolo Bonzini
2024-01-05
vfio/migration: Add helper function to set state or reset device
Avihai Horon
2024-01-05
vfio/container: Rename vfio_init_container to vfio_set_iommu
Zhenzhong Duan
2024-01-05
vfio/iommufd: Remove the use of stat() to check file existence
Cédric Le Goater
2024-01-05
hw/vfio: fix iteration over global VFIODevice list
Volker Rümelin
2024-01-05
vfio/container: Replace basename with g_path_get_basename
Cédric Le Goater
2024-01-05
vfio/iommufd: Remove CONFIG_IOMMUFD usage
Cédric Le Goater
2024-01-05
vfio/spapr: Only compile sPAPR IOMMU support when needed
Cédric Le Goater
2024-01-05
vfio/iommufd: Introduce a VFIOIOMMU iommufd QOM interface
Cédric Le Goater
2024-01-05
vfio/spapr: Introduce a sPAPR VFIOIOMMU QOM interface
Cédric Le Goater
2024-01-05
vfio/container: Intoduce a new VFIOIOMMUClass::setup handler
Cédric Le Goater
2024-01-05
vfio/container: Introduce a VFIOIOMMU legacy QOM interface
Cédric Le Goater
2024-01-05
vfio/container: Introduce a VFIOIOMMU QOM interface
Cédric Le Goater
2024-01-05
vfio/container: Initialize VFIOIOMMUOps under vfio_init_container()
Cédric Le Goater
2024-01-05
vfio/container: Introduce vfio_legacy_setup() for further cleanups
Cédric Le Goater
2024-01-05
vfio/spapr: Extend VFIOIOMMUOps with a release handler
Cédric Le Goater
2023-12-30
hw/vfio: Constify VMState
Richard Henderson
2023-12-19
vfio: Introduce a helper function to initialize VFIODevice
Zhenzhong Duan
2023-12-19
vfio/ccw: Move VFIODevice initializations in vfio_ccw_instance_init
Zhenzhong Duan
2023-12-19
vfio/ap: Move VFIODevice initializations in vfio_ap_instance_init
Zhenzhong Duan
2023-12-19
vfio/platform: Move VFIODevice initializations in vfio_platform_instance_init
Zhenzhong Duan
2023-12-19
vfio/pci: Move VFIODevice initializations in vfio_instance_init
Zhenzhong Duan
2023-12-19
vfio: Make VFIOContainerBase poiner parameter const in VFIOIOMMUOps callbacks
Zhenzhong Duan
2023-12-19
vfio/ccw: Make vfio cdev pre-openable by passing a file handle
Zhenzhong Duan
2023-12-19
vfio/ccw: Allow the selection of a given iommu backend
Zhenzhong Duan
2023-12-19
vfio/ap: Make vfio cdev pre-openable by passing a file handle
Zhenzhong Duan
2023-12-19
vfio/ap: Allow the selection of a given iommu backend
Zhenzhong Duan
2023-12-19
vfio/platform: Make vfio cdev pre-openable by passing a file handle
Zhenzhong Duan
2023-12-19
vfio/platform: Allow the selection of a given iommu backend
Zhenzhong Duan
2023-12-19
vfio/pci: Make vfio cdev pre-openable by passing a file handle
Zhenzhong Duan
2023-12-19
vfio/pci: Allow the selection of a given iommu backend
Eric Auger
2023-12-19
vfio/iommufd: Enable pci hot reset through iommufd cdev interface
Zhenzhong Duan
2023-12-19
vfio/pci: Introduce a vfio pci hot reset interface
Zhenzhong Duan
2023-12-19
vfio/pci: Extract out a helper vfio_pci_get_pci_hot_reset_info
Zhenzhong Duan
2023-12-19
vfio/iommufd: Add support for iova_ranges and pgsizes
Zhenzhong Duan
2023-12-19
vfio/iommufd: Relax assert check for iommufd backend
Zhenzhong Duan
2023-12-19
vfio/iommufd: Implement the iommufd backend
Yi Liu
2023-12-19
vfio/common: return early if space isn't empty
Zhenzhong Duan
2023-12-19
vfio/spapr: Move hostwin_list into spapr container
Zhenzhong Duan
2023-12-19
vfio/spapr: Move prereg_listener into spapr container
Zhenzhong Duan
2023-12-19
vfio/spapr: switch to spapr IOMMU BE add/del_section_window
Zhenzhong Duan
2023-12-19
vfio/spapr: Introduce spapr backend and target interface
Zhenzhong Duan
2023-12-19
vfio/container: Implement attach/detach_device
Eric Auger
2023-12-19
vfio/container: Move iova_ranges to base container
Zhenzhong Duan
2023-12-19
vfio/container: Move dirty_pgsizes and max_dirty_bitmap_size to base container
Eric Auger
2023-12-19
vfio/container: Move listener to base container
Eric Auger
2023-12-19
vfio/container: Move vrdl_list to base container
Zhenzhong Duan
2023-12-19
vfio/container: Move pgsizes and dma_max_mappings to base container
Eric Auger
2023-12-19
vfio/container: Convert functions to base container
Eric Auger
2023-12-19
vfio/container: Move per container device list in base container
Zhenzhong Duan
[next]