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
/
include
/
hw
/
vfio
Age
Commit message (
Expand
)
Author
2024-07-23
vfio/common: Allow disabling device dirty page tracking
Joao Martins
2024-07-23
vfio/iommufd: Probe and request hwpt dirty tracking capability
Joao Martins
2024-07-23
vfio/{iommufd, container}: Invoke HostIOMMUDevice::realize() during attach_de...
Joao Martins
2024-07-23
vfio/iommufd: Introduce auto domain creation
Joao Martins
2024-07-23
vfio/pci: Extract mdev check into an helper
Joao Martins
2024-07-09
HostIOMMUDevice: Introduce get_page_size_mask() callback
Eric Auger
2024-07-09
vfio-container-base: Introduce vfio_container_get_iova_ranges() helper
Eric Auger
2024-06-24
vfio/container: Move vfio_container_destroy() to an instance_finalize() handler
Cédric Le Goater
2024-06-24
vfio/container: Remove vfio_container_init()
Cédric Le Goater
2024-06-24
vfio/container: Remove VFIOContainerBase::ops
Cédric Le Goater
2024-06-24
vfio/container: Change VFIOContainerBase to use QOM
Cédric Le Goater
2024-06-24
vfio/container: Simplify vfio_container_init()
Cédric Le Goater
2024-06-24
vfio/container: Introduce vfio_address_space_insert()
Cédric Le Goater
2024-06-24
vfio: Remove unused declarations from vfio-common.h
Cédric Le Goater
2024-06-24
vfio: Create host IOMMU device instance
Zhenzhong Duan
2024-06-24
vfio/container: Implement HostIOMMUDeviceClass::realize() handler
Zhenzhong Duan
2024-06-24
backends/iommufd: Introduce TYPE_HOST_IOMMU_DEVICE_IOMMUFD[_VFIO] devices
Zhenzhong Duan
2024-06-24
vfio/container: Introduce TYPE_HOST_IOMMU_DEVICE_LEGACY_VFIO device
Zhenzhong Duan
2024-05-22
vfio/helpers: Make vfio_device_get_name() return bool
Zhenzhong Duan
2024-05-22
vfio/helpers: Make vfio_set_irq_signaling() return bool
Zhenzhong Duan
2024-05-16
vfio/cpr: Make vfio_cpr_register_container() return bool
Zhenzhong Duan
2024-05-16
vfio: Make VFIOIOMMUClass::add_window() and its wrapper return bool
Zhenzhong Duan
2024-05-16
vfio: Make VFIOIOMMUClass::setup() return bool
Zhenzhong Duan
2024-05-16
vfio: Make VFIOIOMMUClass::attach_device() and its wrapper return bool
Zhenzhong Duan
2024-05-16
vfio/migration: Emit VFIO migration QAPI event
Avihai Horon
2024-05-16
vfio: Add Error** argument to .get_dirty_bitmap() handler
Cédric Le Goater
2024-05-16
vfio/migration: Add Error** argument to .vfio_save_config() handler
Cédric Le Goater
2024-05-16
vfio: Add Error** argument to .set_dirty_page_tracking() handler
Cédric Le Goater
2024-05-14
ui/console: Use qemu_dmabuf_new() and free() helpers instead
Dongwon Kim
2024-03-08
vfio: allow cpr-reboot migration if suspended
Steve Sistare
2024-03-08
vfio: register container for cpr
Steve Sistare
2024-02-28
migration: convert to NotifierWithReturn
Steve Sistare
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/spapr: Extend VFIOIOMMUOps with a release handler
Cédric Le Goater
2023-12-19
vfio: Introduce a helper function to initialize VFIODevice
Zhenzhong Duan
2023-12-19
vfio: Make VFIOContainerBase poiner parameter const in VFIOIOMMUOps callbacks
Zhenzhong Duan
2023-12-19
vfio/pci: Make vfio cdev pre-openable by passing a file handle
Zhenzhong Duan
2023-12-19
vfio/pci: Introduce a vfio pci hot reset interface
Zhenzhong Duan
2023-12-19
vfio/iommufd: Implement the iommufd backend
Yi Liu
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: 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
[next]