index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
vfio
Commit message (
Expand
)
Author
Age
Files
Lines
*
vfio-ccw: Do not read region ret_code after write
Eric Farman
2021-03-04
1
-6
/
+6
*
vfio: add quirk device write method
Prasad J Pandit
2021-02-08
1
-0
/
+8
*
ui: add an optional get_flags callback to GraphicHwOps
Marc-André Lureau
2021-02-04
1
-0
/
+6
*
vfio-ccw: Connect the device request notifier
Eric Farman
2021-01-21
1
-4
/
+36
*
Remove superfluous timer_del() calls
Peter Maydell
2021-01-08
1
-1
/
+0
*
qdev: Rename qdev_get_prop_ptr() to object_field_prop_ptr()
Eduardo Habkost
2020-12-18
1
-2
/
+2
*
qdev: Move dev->realized check to qdev_property_set()
Eduardo Habkost
2020-12-18
1
-6
/
+0
*
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost
2020-12-18
1
-0
/
+1
*
qdev: Make qdev_get_prop_ptr() get Object* arg
Eduardo Habkost
2020-12-15
1
-3
/
+2
*
vfio: Change default dirty pages tracking behavior during migration
Kirti Wankhede
2020-11-23
2
-4
/
+10
*
vfio: Make migration support experimental
Alex Williamson
2020-11-23
2
-1
/
+3
*
docs: Fix some typos (found by codespell)
Stefan Weil
2020-11-18
1
-1
/
+1
*
Fix use after free in vfio_migration_probe
Kirti Wankhede
2020-11-12
1
-1
/
+1
*
vfio: Don't issue full 2^64 unmap
Jean-Philippe Brucker
2020-11-03
1
-0
/
+11
*
vfio: Set IOMMU page size as per host supported page size
Bharat Bhushan
2020-11-03
1
-0
/
+8
*
vfio: fix incorrect print type
Zhengui li
2020-11-01
1
-2
/
+2
*
hw/vfio: Use lock guard macros
Amey Narkhede
2020-11-01
1
-5
/
+2
*
vfio: Add routine for finding VFIO_DEVICE_GET_INFO capabilities
Matthew Rosato
2020-11-01
1
-0
/
+10
*
vfio: Find DMA available capability
Matthew Rosato
2020-11-01
1
-0
/
+31
*
vfio: Create shared routine for scanning info capabilities
Matthew Rosato
2020-11-01
1
-8
/
+13
*
qapi: Add VFIO devices migration stats in Migration stats
Kirti Wankhede
2020-11-01
2
-0
/
+28
*
vfio: Make vfio-pci device migration capable
Kirti Wankhede
2020-11-01
2
-21
/
+8
*
vfio: Add ioctl to get dirty pages bitmap during dma unmap
Kirti Wankhede
2020-11-01
1
-4
/
+93
*
vfio: Dirty page tracking when vIOMMU is enabled
Kirti Wankhede
2020-11-01
2
-6
/
+83
*
vfio: Add vfio_listener_log_sync to mark dirty pages
Kirti Wankhede
2020-11-01
2
-0
/
+117
*
vfio: Add function to start and stop dirty pages tracking
Kirti Wankhede
2020-11-01
1
-0
/
+36
*
vfio: Get migration capability flags for container
Kirti Wankhede
2020-11-01
2
-9
/
+88
*
vfio: Add load state functions to SaveVMHandlers
Kirti Wankhede
2020-11-01
2
-0
/
+199
*
vfio: Add save state functions to SaveVMHandlers
Kirti Wankhede
2020-11-01
2
-0
/
+282
*
vfio: Register SaveVMHandlers for VFIO device
Kirti Wankhede
2020-11-01
2
-0
/
+104
*
vfio: Add migration state change notifier
Kirti Wankhede
2020-11-01
2
-0
/
+29
*
vfio: Add VM state change handler to know state of VM
Kirti Wankhede
2020-11-01
2
-0
/
+162
*
vfio: Add migration region initialization and finalize function
Kirti Wankhede
2020-11-01
3
-0
/
+126
*
vfio: Add save and load functions for VFIO PCI devices
Kirti Wankhede
2020-11-01
1
-0
/
+51
*
vfio: Add vfio_get_object callback to VFIODeviceOps
Kirti Wankhede
2020-11-01
1
-0
/
+8
*
vfio: Add function to unmap VFIO region
Kirti Wankhede
2020-11-01
2
-4
/
+29
*
vfio-ccw: plug memory leak while getting region info
Cornelia Huck
2020-10-02
1
-1
/
+4
*
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-18
2
-6
/
+2
*
util: rename qemu_open() to qemu_open_old()
Daniel P. Berrangé
2020-09-16
1
-2
/
+2
*
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
2020-09-11
3
-22
/
+27
|
\
|
*
vfio: Rename PCI_VFIO to VFIO_PCI
Eduardo Habkost
2020-09-09
2
-12
/
+12
|
*
vfio: Rename VFIO_AP_DEVICE_TYPE to TYPE_VFIO_AP_DEVICE
Eduardo Habkost
2020-09-09
1
-4
/
+4
|
*
ap-device: Rename AP_DEVICE_TYPE to TYPE_AP_DEVICE
Eduardo Habkost
2020-09-09
1
-1
/
+1
|
*
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
2
-3
/
+4
|
*
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
2
-4
/
+8
*
|
trace-events: Fix attribution of trace points to source
Markus Armbruster
2020-09-09
1
-4
/
+6
|
/
*
vfio/platform: Remove dead assignment in vfio_intp_interrupt()
Chen Qun
2020-09-01
1
-1
/
+1
*
vfio/pci: Move QOM macros to header
Eduardo Habkost
2020-08-27
2
-3
/
+3
*
hw/vfio/ap: Plug memleak in vfio_ap_get_group()
Pan Nengyuan
2020-08-27
1
-0
/
+1
*
meson: convert hw/vfio
Marc-André Lureau
2020-08-21
2
-8
/
+18
[next]