aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio
AgeCommit message (Expand)AuthorFilesLines
2020-11-01vfio: Find DMA available capabilityMatthew Rosato1-0/+31
2020-11-01vfio: Create shared routine for scanning info capabilitiesMatthew Rosato1-8/+13
2020-11-01qapi: Add VFIO devices migration stats in Migration statsKirti Wankhede2-0/+28
2020-11-01vfio: Make vfio-pci device migration capableKirti Wankhede2-21/+8
2020-11-01vfio: Add ioctl to get dirty pages bitmap during dma unmapKirti Wankhede1-4/+93
2020-11-01vfio: Dirty page tracking when vIOMMU is enabledKirti Wankhede2-6/+83
2020-11-01vfio: Add vfio_listener_log_sync to mark dirty pagesKirti Wankhede2-0/+117
2020-11-01vfio: Add function to start and stop dirty pages trackingKirti Wankhede1-0/+36
2020-11-01vfio: Get migration capability flags for containerKirti Wankhede2-9/+88
2020-11-01vfio: Add load state functions to SaveVMHandlersKirti Wankhede2-0/+199
2020-11-01vfio: Add save state functions to SaveVMHandlersKirti Wankhede2-0/+282
2020-11-01vfio: Register SaveVMHandlers for VFIO deviceKirti Wankhede2-0/+104
2020-11-01vfio: Add migration state change notifierKirti Wankhede2-0/+29
2020-11-01vfio: Add VM state change handler to know state of VMKirti Wankhede2-0/+162
2020-11-01vfio: Add migration region initialization and finalize functionKirti Wankhede3-0/+126
2020-11-01vfio: Add save and load functions for VFIO PCI devicesKirti Wankhede1-0/+51
2020-11-01vfio: Add vfio_get_object callback to VFIODeviceOpsKirti Wankhede1-0/+8
2020-11-01vfio: Add function to unmap VFIO regionKirti Wankhede2-4/+29
2020-10-02vfio-ccw: plug memory leak while getting region infoCornelia Huck1-1/+4
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2-6/+2
2020-09-16util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé1-2/+2
2020-09-11Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell3-22/+27
2020-09-09vfio: Rename PCI_VFIO to VFIO_PCIEduardo Habkost2-12/+12
2020-09-09vfio: Rename VFIO_AP_DEVICE_TYPE to TYPE_VFIO_AP_DEVICEEduardo Habkost1-4/+4
2020-09-09ap-device: Rename AP_DEVICE_TYPE to TYPE_AP_DEVICEEduardo Habkost1-1/+1
2020-09-09trace-events: Fix attribution of trace points to sourceMarkus Armbruster1-4/+6
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost2-3/+4
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost2-4/+8
2020-09-01vfio/platform: Remove dead assignment in vfio_intp_interrupt()Chen Qun1-1/+1
2020-08-27vfio/pci: Move QOM macros to headerEduardo Habkost2-3/+3
2020-08-27hw/vfio/ap: Plug memleak in vfio_ap_get_group()Pan Nengyuan1-0/+1
2020-08-21meson: convert hw/vfioMarc-André Lureau2-8/+18
2020-08-21meson: infrastructure for building emulatorsPaolo Bonzini1-1/+1
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-0/+1
2020-07-16vfio: fix use-after-free in displayGerd Hoffmann1-0/+1
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 2Markus Armbruster1-2/+1
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2-8/+3
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster1-2/+1
2020-07-02vfio: Convert to ram_block_discard_disable()David Hildenbrand4-36/+42
2020-06-18vfio-ccw: Add support for the CRW region and IRQFarhan Ali1-0/+73
2020-06-18vfio-ccw: Refactor ccw irq handlerEric Farman1-16/+42
2020-06-18vfio-ccw: Add support for the schib regionFarhan Ali1-0/+63
2020-06-18vfio-ccw: Refactor cleanup of regionsEric Farman1-5/+9
2020-06-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-22/+15
2020-06-11hw/vfio/pci-quirks: Fix broken legacy IGD passthroughThomas Huth1-0/+1
2020-06-11hw/vfio: Add VMD Passthrough QuirkJon Derrick1-12/+72
2020-06-10vfio/pci: Use kvm_irqchip_add_irqfd_notifier_gsi() for irqfdsPeter Xu1-22/+15
2020-06-05vfio-ccw: allow non-prefetch ORBsJared Rossi1-10/+3
2020-05-27vfio/nvlink: Remove exec permission to avoid SELinux AVCsLeonardo Bras1-2/+2
2020-05-18Revert "hw/display/ramfb: initialize fw-config space with xres/ yres"Gerd Hoffmann1-2/+2