index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
qapi
/
source.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-10-18
ramfb-standalone: add migration support
Marc-André Lureau
2
-0
/
+28
2023-10-18
ramfb: add migration support
Marc-André Lureau
2
-0
/
+23
2023-10-18
vfio/pci: Remove vfio_detach_device from vfio_realize error path
Eric Auger
1
-9
/
+7
2023-10-18
vfio/ccw: Remove redundant definition of TYPE_VFIO_CCW
Zhenzhong Duan
1
-2
/
+0
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
4
-1139
/
+1213
2023-10-18
vfio/common: Introduce a global VFIODevice list
Zhenzhong Duan
2
-26
/
+21
2023-10-18
vfio/common: Store the parent container in VFIODevice
Zhenzhong Duan
2
-1
/
+8
2023-10-18
vfio/common: Introduce a per container device list
Zhenzhong Duan
2
-78
/
+65
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
3
-100
/
+32
2023-10-18
vfio/ap: Use vfio_[attach/detach]_device
Eric Auger
1
-54<