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
2023-10-20
migration: simplify notifiers
Steve Sistare
1
-3
/
+3
2023-10-20
migration: simplify blockers
Steve Sistare
2
-22
/
+4
2023-10-18
hw/vfio: add ramfb migration support
Marc-André Lureau
3
-0
/
+71
2023-10-18
vfio/pci: Remove vfio_detach_device from vfio_realize error path
Eric Auger
1
-9
/
+7
2023-10-18
vfio/ap: Remove pointless apdev variable
Zhenzhong Duan
1
-6
/
+3
2023-10-18
vfio/pci: Fix a potential memory leak in vfio_listener_region_add
Zhenzhong Duan
1
-1
/
+1
2023-10-18
vfio/common: Move legacy VFIO backend code into separate container.c
Yi Liu
3
-1139
/
+1178
2023-10-18
vfio/common: Introduce a global VFIODevice list
Zhenzhong Duan
1
-26
/
+19
2023-10-18
vfio/common: Store the parent container in VFIODevice
Zhenzhong Duan
1
-1
/
+7
2023-10-18
vfio/common: Introduce a per container device list
Zhenzhong Duan
1
-78
/
+63
2023-10-18
vfio/common: Move VFIO reset handler registration to a group agnostic function
Zhenzhong Duan
1
-8
/
+7
2023-10-18
vfio/ccw: Use vfio_[attach/detach]_device
Eric Auger
2
-95
/
+32
2023-10-18
vfio/ap: Use vfio_[attach/detach]_device
Eric Auger
1
-54
/
+13
2023-10-18
vfio/platform: Use vfio_[attach/detach]_device
Eric Auger
2
-41
/
+3
2023-10-18
vfio/pci: Introduce vfio_[attach/detach]_device
Eric Auger
3
-53
/
+90
2023-10-18
vfio/common: Extract out vfio_kvm_device_[add/del]_fd
Zhenzhong Duan
1
-16
/
+39
2023-10-18
vfio/common: Introduce vfio_container_add|del_section_window()
Eric Auger
1
-67
/
+89
2023-10-18
vfio/common: Propagate KVM_SET_DEVICE_ATTR error if any
Eric Auger
1
-5
/
+5
2023-10-18
vfio/common: Move IOMMU agnostic helpers to a separate file
Yi Liu
3
-588
/
+613
2023-10-05
vfio/pci: enable MSI-X in interrupt restoring on dynamic allocation
Jing Liu
1
-0
/
+17
2023-10-05
vfio/pci: use an invalid fd to enable MSI-X
Jing Liu
1
-8
/
+36
2023-10-05
vfio/pci: enable vector on dynamic MSI-X allocation
Jing Liu
1
-18
/
+28
2023-10-05
vfio/pci: detect the support of dynamic MSI-X allocation
Jing Liu
3
-3
/
+16
2023-10-05
vfio/pci: rename vfio_put_device to vfio_pci_put_device
Zhenzhong Duan
1
-2
/
+2
2023-10-05
vfio/display: Fix missing update to set backing fields
Alex Williamson
1
-0
/
+2
2023-09-18
spapr: Remove support for NVIDIA V100 GPU with NVLink2
Cédric Le Goater
4
-135
/
+0
2023-09-11
vfio/common: Separate vfio-pci ranges
Joao Martins
2
-12
/
+61
2023-09-11
vfio/migration: Block VFIO migration with background snapshot
Avihai Horon
1
-1
/
+10
2023-09-11
vfio/migration: Block VFIO migration with postcopy migration
Avihai Horon
1
-0
/
+22
2023-09-11
vfio/migration: Fail adding device with enable-migration=on and existing blocker
Avihai Horon
1
-2
/
+5
2023-09-11
vfio/migration: Allow migration of multiple P2P supporting devices
Avihai Horon
1
-8
/
+18
2023-09-11
vfio/migration: Add P2P support for VFIO migration
Avihai Horon
3
-5
/
+48
2023-09-11
vfio/migration: Refactor PRE_COPY and RUNNING state checks
Joao Martins
2
-10
/
+22
2023-09-11
vfio/migration: Move from STOP_COPY to STOP in vfio_save_cleanup()
Avihai Horon
1
-6
/
+13
2023-07-10
vfio/pci: Enable AtomicOps completers on root ports
Alex Williamson
2
-0
/
+79
2023-07-10
s390x/ap: Wire up the device request notifier interface
Tony Krowiak
1
-0
/
+113
2023-07-10
vfio: Fix null pointer dereference bug in vfio_bars_finalize()
Avihai Horon
1
-1
/
+3
2023-07-10
vfio/migration: Return bool type for vfio_migration_realize()
Zhenzhong Duan
2
-7
/
+11
2023-07-10
vfio/migration: Remove print of "Migration disabled"
Zhenzhong Duan
1
-1
/
+0
2023-07-10
vfio/migration: Free resources when vfio_migration_realize fails
Zhenzhong Duan
2
-10
/
+24
2023-07-10
vfio/migration: Change vIOMMU blocker from global to per device
Zhenzhong Duan
3
-53
/
+6
2023-07-10
vfio/pci: Disable INTx in vfio_realize error path
Zhenzhong Duan
1
-0
/
+3
2023-07-10
hw/vfio/pci-quirks: Sanitize capability pointer
Alex Williamson
1
-2
/
+8
2023-06-30
vfio/pci: Free leaked timer in vfio_realize error path
Zhenzhong Duan
1
-0
/
+3
2023-06-30
vfio/pci: Fix a segfault in vfio_realize
Zhenzhong Duan
1
-1
/
+3
2023-06-30
vfio/migration: Make VFIO migration non-experimental
Avihai Horon
4
-31
/
+70
2023-06-30
vfio/migration: Reset bytes_transferred properly
Avihai Horon
1
-1
/
+5
2023-06-30
vfio/pci: Call vfio_prepare_kvm_msi_virq_batch() in MSI retry path
Shameer Kolothum
1
-2
/
+2
2023-06-30
hw/vfio/pci-quirks: Support alternate offset for GPUDirect Cliques
Alex Williamson
1
-1
/
+40
2023-06-30
vfio: Implement a common device info helper
Alex Williamson
1
-11
/
+35
[next]