summaryrefslogtreecommitdiffstats
path: root/hw/vfio/migration.c
Commit message (Expand)AuthorAgeFilesLines
* 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