summaryrefslogtreecommitdiff
path: root/hw/vfio
AgeCommit message (Expand)Author
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2021-05-02hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth
2021-05-02hw: Remove superfluous includes of hw/hw.hThomas Huth
2021-03-16vfio/migrate: Move switch of dirty tracking into vfio_memory_listenerKeqian Zhu
2021-03-16vfio: Support host translation granule sizeKunkun Jiang
2021-03-16vfio: Avoid disabling and enabling vectors repeatedly in VFIO migrationShenming Lu
2021-03-16vfio: Set the priority of the VFIO VM state change handler explicitlyShenming Lu
2021-03-16vfio: Move the saving of the config space to the right place in VFIO migrationShenming Lu
2021-03-16vfio: Do not register any IOMMU_NOTIFIER_DEVIOTLB_UNMAP notifierEric Auger
2021-03-16hw/vfio/pci-quirks: Replace the word 'blacklist'Philippe Mathieu-Daudé
2021-03-16vfio: Fix vfio_listener_log_sync function name typoZenghui Yu
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé
2021-03-04vfio-ccw: Do not read region ret_code after writeEric Farman
2021-02-08vfio: add quirk device write methodPrasad J Pandit
2021-02-04ui: add an optional get_flags callback to GraphicHwOpsMarc-André Lureau
2021-01-21vfio-ccw: Connect the device request notifierEric Farman
2021-01-08Remove superfluous timer_del() callsPeter Maydell
2020-12-18qdev: Rename qdev_get_prop_ptr() to object_field_prop_ptr()Eduardo Habkost
2020-12-18qdev: Move dev->realized check to qdev_property_set()Eduardo Habkost
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost
2020-12-15qdev: Make qdev_get_prop_ptr() get Object* argEduardo Habkost
2020-11-23vfio: Change default dirty pages tracking behavior during migrationKirti Wankhede
2020-11-23vfio: Make migration support experimentalAlex Williamson
2020-11-18docs: Fix some typos (found by codespell)Stefan Weil
2020-11-12Fix use after free in vfio_migration_probeKirti Wankhede
2020-11-03vfio: Don't issue full 2^64 unmapJean-Philippe Brucker
2020-11-03vfio: Set IOMMU page size as per host supported page sizeBharat Bhushan
2020-11-01vfio: fix incorrect print typeZhengui li
2020-11-01hw/vfio: Use lock guard macrosAmey Narkhede
2020-11-01vfio: Add routine for finding VFIO_DEVICE_GET_INFO capabilitiesMatthew Rosato
2020-11-01vfio: Find DMA available capabilityMatthew Rosato
2020-11-01vfio: Create shared routine for scanning info capabilitiesMatthew Rosato
2020-11-01qapi: Add VFIO devices migration stats in Migration statsKirti Wankhede
2020-11-01vfio: Make vfio-pci device migration capableKirti Wankhede
2020-11-01vfio: Add ioctl to get dirty pages bitmap during dma unmapKirti Wankhede
2020-11-01vfio: Dirty page tracking when vIOMMU is enabledKirti Wankhede
2020-11-01vfio: Add vfio_listener_log_sync to mark dirty pagesKirti Wankhede
2020-11-01vfio: Add function to start and stop dirty pages trackingKirti Wankhede
2020-11-01vfio: Get migration capability flags for containerKirti Wankhede
2020-11-01vfio: Add load state functions to SaveVMHandlersKirti Wankhede
2020-11-01vfio: Add save state functions to SaveVMHandlersKirti Wankhede
2020-11-01vfio: Register SaveVMHandlers for VFIO deviceKirti Wankhede
2020-11-01vfio: Add migration state change notifierKirti Wankhede
2020-11-01vfio: Add VM state change handler to know state of VMKirti Wankhede
2020-11-01vfio: Add migration region initialization and finalize functionKirti Wankhede
2020-11-01vfio: Add save and load functions for VFIO PCI devicesKirti Wankhede
2020-11-01vfio: Add vfio_get_object callback to VFIODeviceOpsKirti Wankhede
2020-11-01vfio: Add function to unmap VFIO regionKirti Wankhede
2020-10-02vfio-ccw: plug memory leak while getting region infoCornelia Huck