summaryrefslogtreecommitdiffstats
path: root/hw/vfio
Commit message (Expand)AuthorAgeFilesLines
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* vfio-ccw: Attempt to clean up all IRQs on errorEric Farman2021-05-201-3/+5
* vfio-ccw: Permit missing IRQsEric Farman2021-05-201-5/+7
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-023-3/+0Star
* Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-022-2/+0Star
* hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth2021-05-022-2/+0Star
* hw: Remove superfluous includes of hw/hw.hThomas Huth2021-05-021-1/+0Star
* vfio/migrate: Move switch of dirty tracking into vfio_memory_listenerKeqian Zhu2021-03-162-44/+40Star
* vfio: Support host translation granule sizeKunkun Jiang2021-03-161-23/+25
* vfio: Avoid disabling and enabling vectors repeatedly in VFIO migrationShenming Lu2021-03-161-3/+17
* vfio: Set the priority of the VFIO VM state change handler explicitlyShenming Lu2021-03-161-1/+2
* vfio: Move the saving of the config space to the right place in VFIO migrationShenming Lu2021-03-161-10/+15
* vfio: Do not register any IOMMU_NOTIFIER_DEVIOTLB_UNMAP notifierEric Auger2021-03-161-1/+1
* hw/vfio/pci-quirks: Replace the word 'blacklist'Philippe Mathieu-Daudé2021-03-164-11/+11
* vfio: Fix vfio_listener_log_sync function name typoZenghui Yu2021-03-161-2/+2
* sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé2021-03-091-1/+1
* vfio-ccw: Do not read region ret_code after writeEric Farman2021-03-041-6/+6
* vfio: add quirk device write methodPrasad J Pandit2021-02-081-0/+8
* ui: add an optional get_flags callback to GraphicHwOpsMarc-André Lureau2021-02-041-0/+6
* vfio-ccw: Connect the device request notifierEric Farman2021-01-211-4/+36
* Remove superfluous timer_del() callsPeter Maydell2021-01-081-1/+0Star
* qdev: Rename qdev_get_prop_ptr() to object_field_prop_ptr()Eduardo Habkost2020-12-181-2/+2
* qdev: Move dev->realized check to qdev_property_set()Eduardo Habkost2020-12-181-6/+0Star
* qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* qdev: Make qdev_get_prop_ptr() get Object* argEduardo Habkost2020-12-151-3/+2Star
* vfio: Change default dirty pages tracking behavior during migrationKirti Wankhede2020-11-232-4/+10
* vfio: Make migration support experimentalAlex Williamson2020-11-232-1/+3
* docs: Fix some typos (found by codespell)Stefan Weil2020-11-181-1/+1
* Fix use after free in vfio_migration_probeKirti Wankhede2020-11-121-1/+1
* vfio: Don't issue full 2^64 unmapJean-Philippe Brucker2020-11-031-0/+11
* vfio: Set IOMMU page size as per host supported page sizeBharat Bhushan2020-11-031-0/+8
* vfio: fix incorrect print typeZhengui li2020-11-011-2/+2
* hw/vfio: Use lock guard macrosAmey Narkhede2020-11-011-5/+2Star
* vfio: Add routine for finding VFIO_DEVICE_GET_INFO capabilitiesMatthew Rosato2020-11-011-0/+10
* vfio: Find DMA available capabilityMatthew Rosato2020-11-011-0/+31
* vfio: Create shared routine for scanning info capabilitiesMatthew Rosato2020-11-011-8/+13
* qapi: Add VFIO devices migration stats in Migration statsKirti Wankhede2020-11-012-0/+28
* vfio: Make vfio-pci device migration capableKirti Wankhede2020-11-012-21/+8Star
* vfio: Add ioctl to get dirty pages bitmap during dma unmapKirti Wankhede2020-11-011-4/+93
* vfio: Dirty page tracking when vIOMMU is enabledKirti Wankhede2020-11-012-6/+83
* vfio: Add vfio_listener_log_sync to mark dirty pagesKirti Wankhede2020-11-012-0/+117
* vfio: Add function to start and stop dirty pages trackingKirti Wankhede2020-11-011-0/+36
* vfio: Get migration capability flags for containerKirti Wankhede2020-11-012-9/+88
* vfio: Add load state functions to SaveVMHandlersKirti Wankhede2020-11-012-0/+199
* vfio: Add save state functions to SaveVMHandlersKirti Wankhede2020-11-012-0/+282
* vfio: Register SaveVMHandlers for VFIO deviceKirti Wankhede2020-11-012-0/+104
* vfio: Add migration state change notifierKirti Wankhede2020-11-012-0/+29
* vfio: Add VM state change handler to know state of VMKirti Wankhede2020-11-012-0/+162
* vfio: Add migration region initialization and finalize functionKirti Wankhede2020-11-013-0/+126
* vfio: Add save and load functions for VFIO PCI devicesKirti Wankhede2020-11-011-0/+51