index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
vfio
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-24
Merge tag 'pull-vfio-20240723-1' of https://github.com/legoater/qemu into staging
Richard Henderson
8
-35
/
+257
2024-07-23
vfio/common: Allow disabling device dirty page tracking
Joao Martins
3
-1
/
+9
2024-07-23
vfio/migration: Don't block migration device dirty tracking is unsupported
Joao Martins
1
-5
/
+5
2024-07-23
vfio/iommufd: Implement VFIOIOMMUClass::query_dirty_bitmap support
Joao Martins
1
-0
/
+28
2024-07-23
vfio/iommufd: Implement VFIOIOMMUClass::set_dirty_tracking support
Joao Martins
1
-0
/
+32
2024-07-23
vfio/iommufd: Probe and request hwpt dirty tracking capability
Joao Martins
1
-0
/
+26
2024-07-23
vfio/{iommufd, container}: Invoke HostIOMMUDevice::realize() during attach_device()
Joao Martins
4
-10
/
+32
2024-07-23
vfio/iommufd: Add hw_caps field to HostIOMMUDeviceCaps
Joao Martins
1
-0
/
+1
2024-07-23
vfio/{iommufd,container}: Remove caps::aw_bits
Joao Martins
2
-5
/
+1
2024-07-23
vfio/iommufd: Introduce auto domain creation
Joao Martins
1
-0
/
+85
2024-07-23
vfio/ccw: Don't initialize HOST_IOMMU_DEVICE with mdev
Zhenzhong Duan
1
-0
/
+3
2024-07-23
vfio/ap: Don't initialize HOST_IOMMU_DEVICE with mdev
Zhenzhong Duan
1
-0
/
+3
2024-07-23
vfio/iommufd: Return errno in iommufd_cdev_attach_ioas_hwpt()
Joao Martins
1
-4
/
+4
2024-07-23
backends/iommufd: Extend iommufd_backend_get_device_info() to fetch HW capabilities
Joao Martins
1
-1
/
+3
2024-07-23
vfio/iommufd: Don't initialize nor set a HOST_IOMMU_DEVICE with mdev
Joao Martins
2
-3
/
+12
2024-07-23
vfio/pci: Extract mdev check into an helper
Joao Martins
2
-9
/
+17
2024-07-23
hw/vfio/container: Fix SIGSEV on vfio_container_instance_finalize()
Eric Auger
1
-1
/
+0
2024-07-22
hw/vfio/common: Add vfio_listener_region_del_iommu trace event
Eric Auger
2
-2
/
+4
2024-07-17
hw/vfio/container: Get rid of qemu_open_old()
Zhao Liu
1
-4
/
+2
2024-07-09
vfio/display: Fix vfio_display_edid_init() error path
Zhenzhong Duan
1
-6
/
+7
2024-07-09
vfio/display: Fix potential memleak of edid info
Zhenzhong Duan
1
-0
/
+3
2024-07-09
memory: remove IOMMU MR iommu_set_page_size_mask() callback
Eric Auger
1
-8
/
+0
2024-07-09
HostIOMMUDevice: Introduce get_page_size_mask() callback
Eric Auger
2
-0
/
+21
2024-07-09
HostIOMMUDevice : remove Error handle from get_iova_ranges callback
Eric Auger
2
-2
/
+2
2024-07-09
vfio-container-base: Introduce vfio_container_get_iova_ranges() helper
Eric Auger
3
-14
/
+17
2024-07-02
Remove inclusion of hw/hw.h from files that don't need it
Thomas Huth
1
-1
/
+0
2024-06-24
vfio/container: Move vfio_container_destroy() to an instance_finalize() handler
Cédric Le Goater
3
-4
/
+3
2024-06-24
vfio/container: Introduce vfio_iommu_legacy_instance_init()
Cédric Le Goater
1
-1
/
+8
2024-06-24
vfio/container: Remove vfio_container_init()
Cédric Le Goater
3
-9
/
+0
2024-06-24
vfio/container: Remove VFIOContainerBase::ops
Cédric Le Goater
5
-24
/
+38
2024-06-24
vfio/container: Introduce an instance_init() handler
Cédric Le Goater
1
-6
/
+13
2024-06-24
vfio/container: Switch to QOM
Cédric Le Goater
2
-5
/
+5
2024-06-24
vfio/container: Change VFIOContainerBase to use QOM
Cédric Le Goater
4
-1
/
+8
2024-06-24
vfio/container: Discover IOMMU type before creating the container
Cédric Le Goater
1
-24
/
+23
2024-06-24
vfio/container: Introduce vfio_create_container()
Cédric Le Goater
1
-4
/
+15
2024-06-24
vfio/container: Introduce vfio_get_iommu_class_name()
Cédric Le Goater
1
-12
/
+6
2024-06-24
vfio/container: Modify vfio_get_iommu_type() to use a container fd
Cédric Le Goater
1
-3
/
+3
2024-06-24
vfio/container: Simplify vfio_container_init()
Cédric Le Goater
4
-6
/
+6
2024-06-24
vfio/container: Introduce vfio_address_space_insert()
Cédric Le Goater
3
-2
/
+8
2024-06-24
vfio/common: Extract vIOMMU code from vfio_sync_dirty_bitmap()
Avihai Horon
1
-25
/
+38
2024-06-24
vfio/common: Move dirty tracking ranges update to helper
Joao Martins
1
-16
/
+22
2024-06-24
vfio: Make vfio_devices_dma_logging_start() return bool
Cédric Le Goater
1
-7
/
+7
2024-06-24
hw/vfio: Remove memory_region_iommu_set_iova_ranges() call
Eric Auger
1
-10
/
+0
2024-06-24
HostIOMMUDevice: Introduce get_iova_ranges callback
Eric Auger
2
-0
/
+32
2024-06-24
HostIOMMUDevice: Store the VFIO/VDPA agent
Eric Auger
2
-0
/
+3
2024-06-24
vfio/pci: Pass HostIOMMUDevice to vIOMMU
Zhenzhong Duan
1
-5
/
+14
2024-06-24
vfio: Create host IOMMU device instance
Zhenzhong Duan
3
-1
/
+19
2024-06-24
vfio/container: Implement HostIOMMUDeviceClass::get_cap() handler
Zhenzhong Duan
1
-0
/
+15
2024-06-24
vfio/iommufd: Implement HostIOMMUDeviceClass::realize() handler
Zhenzhong Duan
1
-0
/
+30
2024-06-24
vfio/container: Implement HostIOMMUDeviceClass::realize() handler
Zhenzhong Duan
2
-0
/
+36
[next]