index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
vfio
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-17
vfio/igd: correctly calculate stolen memory size for gen 9 and later
Corvin Köhne
1
-4
/
+11
2024-09-17
vfio/igd: don't set stolen memory size to zero
Corvin Köhne
1
-17
/
+18
2024-09-17
vfio/igd: add ID's for ElkhartLake and TigerLake
Corvin Köhne
1
-0
/
+6
2024-09-17
vfio/igd: add new bar0 quirk to emulate BDSM mirror
Corvin Köhne
3
-0
/
+100
2024-09-17
vfio/igd: use new BDSM register location and size for gen 11 and later
Corvin Köhne
1
-7
/
+24
2024-09-17
vfio/igd: support legacy mode for all known generations
Corvin Köhne
1
-1
/
+1
2024-09-17
vfio/igd: return an invalid generation for unknown devices
Corvin Köhne
1
-1
/
+5
2024-09-17
hw/vfio/pci.c: Use correct type in trace_vfio_msix_early_setup()
Peter Maydell
1
-1
/
+1
2024-09-13
hw: Use device_class_set_legacy_reset() instead of opencoding
Peter Maydell
3
-3
/
+3
2024-09-10
qapi/vfio: Rename VfioMigrationState to Qapi*, and drop prefix
Markus Armbruster
1
-1
/
+1
2024-09-10
qapi/common: Drop temporary 'prefix'
Markus Armbruster
1
-5
/
+5
2024-07-24
Merge tag 'pull-vfio-20240723-1' of https://github.com/legoater/qemu into sta...
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_de...
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 capabi...
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
[next]