summaryrefslogtreecommitdiffstats
path: root/hw/vfio/migration.c
Commit message (Expand)AuthorAgeFilesLines
* vfio/migration: Fix wrong enum usageAvihai Horon2022-11-031-1/+1
* vfio/migration: Fix incorrect initialization value for parameters in VFIOMigr...Kunkun Jiang2022-09-271-0/+2
* linux-headers: Update to v5.18-rc6Alex Williamson2022-05-131-12/+15
* vfio: Avoid error_propagate() after migrate_add_blocker()Markus Armbruster2021-08-261-4/+2Star
* vfio/migration: Correct device state from vmstate change for savevm caseKirti Wankhede2021-06-181-1/+10
* vfio: Fix unregister SaveVMHandler in vfio_migration_finalizeKunkun Jiang2021-06-181-0/+1
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* vfio/migrate: Move switch of dirty tracking into vfio_memory_listenerKeqian Zhu2021-03-161-35/+0Star
* 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
* sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé2021-03-091-1/+1
* vfio: Make migration support experimentalAlex Williamson2020-11-231-1/+1
* Fix use after free in vfio_migration_probeKirti Wankhede2020-11-121-1/+1
* qapi: Add VFIO devices migration stats in Migration statsKirti Wankhede2020-11-011-0/+9
* vfio: Add function to start and stop dirty pages trackingKirti Wankhede2020-11-011-0/+36
* vfio: Get migration capability flags for containerKirti Wankhede2020-11-011-1/+6
* vfio: Add load state functions to SaveVMHandlersKirti Wankhede2020-11-011-0/+195
* vfio: Add save state functions to SaveVMHandlersKirti Wankhede2020-11-011-0/+276
* vfio: Register SaveVMHandlers for VFIO deviceKirti Wankhede2020-11-011-0/+102
* vfio: Add migration state change notifierKirti Wankhede2020-11-011-0/+28
* vfio: Add VM state change handler to know state of VMKirti Wankhede2020-11-011-0/+160
* vfio: Add migration region initialization and finalize functionKirti Wankhede2020-11-011-0/+122