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