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-07-24
Merge tag 'pull-vfio-20240723-1' of https://github.com/legoater/qemu into sta...
Richard Henderson
2024-07-23
vfio/common: Allow disabling device dirty page tracking
Joao Martins
2024-07-23
vfio/migration: Don't block migration device dirty tracking is unsupported
Joao Martins
2024-07-23
vfio/iommufd: Implement VFIOIOMMUClass::query_dirty_bitmap support
Joao Martins
2024-07-23
vfio/iommufd: Implement VFIOIOMMUClass::set_dirty_tracking support
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: Add hw_caps field to HostIOMMUDeviceCaps
Joao Martins
2024-07-23
vfio/{iommufd,container}: Remove caps::aw_bits
Joao Martins
2024-07-23
vfio/iommufd: Introduce auto domain creation
Joao Martins
2024-07-23
vfio/ccw: Don't initialize HOST_IOMMU_DEVICE with mdev
Zhenzhong Duan
2024-07-23
vfio/ap: Don't initialize HOST_IOMMU_DEVICE with mdev
Zhenzhong Duan
2024-07-23
vfio/iommufd: Return errno in iommufd_cdev_attach_ioas_hwpt()
Joao Martins
2024-07-23
backends/iommufd: Extend iommufd_backend_get_device_info() to fetch HW capabi...
Joao Martins
2024-07-23
vfio/iommufd: Don't initialize nor set a HOST_IOMMU_DEVICE with mdev
Joao Martins
2024-07-23
vfio/pci: Extract mdev check into an helper
Joao Martins
2024-07-23
hw/vfio/container: Fix SIGSEV on vfio_container_instance_finalize()
Eric Auger
2024-07-22
hw/vfio/common: Add vfio_listener_region_del_iommu trace event
Eric Auger
2024-07-17
hw/vfio/container: Get rid of qemu_open_old()
Zhao Liu
2024-07-09
vfio/display: Fix vfio_display_edid_init() error path
Zhenzhong Duan
2024-07-09
vfio/display: Fix potential memleak of edid info
Zhenzhong Duan
2024-07-09
memory: remove IOMMU MR iommu_set_page_size_mask() callback
Eric Auger
2024-07-09
HostIOMMUDevice: Introduce get_page_size_mask() callback
Eric Auger
2024-07-09
HostIOMMUDevice : remove Error handle from get_iova_ranges callback
Eric Auger
2024-07-09
vfio-container-base: Introduce vfio_container_get_iova_ranges() helper
Eric Auger
2024-07-02
Remove inclusion of hw/hw.h from files that don't need it
Thomas Huth
2024-06-24
vfio/container: Move vfio_container_destroy() to an instance_finalize() handler
Cédric Le Goater
2024-06-24
vfio/container: Introduce vfio_iommu_legacy_instance_init()
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: Introduce an instance_init() handler
Cédric Le Goater
2024-06-24
vfio/container: Switch to QOM
Cédric Le Goater
2024-06-24
vfio/container: Change VFIOContainerBase to use QOM
Cédric Le Goater
2024-06-24
vfio/container: Discover IOMMU type before creating the container
Cédric Le Goater
2024-06-24
vfio/container: Introduce vfio_create_container()
Cédric Le Goater
2024-06-24
vfio/container: Introduce vfio_get_iommu_class_name()
Cédric Le Goater
2024-06-24
vfio/container: Modify vfio_get_iommu_type() to use a container fd
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/common: Extract vIOMMU code from vfio_sync_dirty_bitmap()
Avihai Horon
2024-06-24
vfio/common: Move dirty tracking ranges update to helper
Joao Martins
2024-06-24
vfio: Make vfio_devices_dma_logging_start() return bool
Cédric Le Goater
2024-06-24
hw/vfio: Remove memory_region_iommu_set_iova_ranges() call
Eric Auger
2024-06-24
HostIOMMUDevice: Introduce get_iova_ranges callback
Eric Auger
2024-06-24
HostIOMMUDevice: Store the VFIO/VDPA agent
Eric Auger
2024-06-24
vfio/pci: Pass HostIOMMUDevice to vIOMMU
Zhenzhong Duan
2024-06-24
vfio: Create host IOMMU device instance
Zhenzhong Duan
2024-06-24
vfio/container: Implement HostIOMMUDeviceClass::get_cap() handler
Zhenzhong Duan
2024-06-24
vfio/iommufd: Implement HostIOMMUDeviceClass::realize() handler
Zhenzhong Duan
2024-06-24
vfio/container: Implement HostIOMMUDeviceClass::realize() handler
Zhenzhong Duan
[next]