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
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
2020-08-21
meson: convert hw/vfio
Marc-André Lureau
2
-8
/
+18
2020-08-21
meson: infrastructure for building emulators
Paolo Bonzini
1
-1
/
+1
2020-08-21
trace: switch position of headers to what Meson requires
Paolo Bonzini
1
-0
/
+1
2020-07-16
vfio: fix use-after-free in display
Gerd Hoffmann
1
-0
/
+1
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 2
Markus Armbruster
1
-2
/
+1
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
2
-8
/
+3
2020-07-10
qapi: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
1
-2
/
+1
2020-07-02
vfio: Convert to ram_block_discard_disable()
David Hildenbrand
4
-36
/
+42
2020-06-18
vfio-ccw: Add support for the CRW region and IRQ
Farhan Ali
1
-0
/
+73
2020-06-18
vfio-ccw: Refactor ccw irq handler
Eric Farman
1
-16
/
+42
2020-06-18
vfio-ccw: Add support for the schib region
Farhan Ali
1
-0
/
+63
2020-06-18
vfio-ccw: Refactor cleanup of regions
Eric Farman
1
-5
/
+9
2020-06-12
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-22
/
+15
2020-06-11
hw/vfio/pci-quirks: Fix broken legacy IGD passthrough
Thomas Huth
1
-0
/
+1
2020-06-11
hw/vfio: Add VMD Passthrough Quirk
Jon Derrick
1
-12
/
+72
2020-06-10
vfio/pci: Use kvm_irqchip_add_irqfd_notifier_gsi() for irqfds
Peter Xu
1
-22
/
+15
2020-06-05
vfio-ccw: allow non-prefetch ORBs
Jared Rossi
1
-10
/
+3
2020-05-27
vfio/nvlink: Remove exec permission to avoid SELinux AVCs
Leonardo Bras
1
-2
/
+2
2020-05-18
Revert "hw/display/ramfb: initialize fw-config space with xres/ yres"
Gerd Hoffmann
1
-2
/
+2
[next]