aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio/migration.c
AgeCommit message (Expand)Author
2021-08-26vfio: Avoid error_propagate() after migrate_add_blocker()Markus Armbruster
2021-06-18vfio/migration: Correct device state from vmstate change for savevm caseKirti Wankhede
2021-06-18vfio: Fix unregister SaveVMHandler in vfio_migration_finalizeKunkun Jiang
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2021-03-16vfio/migrate: Move switch of dirty tracking into vfio_memory_listenerKeqian Zhu
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-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé
2020-11-23vfio: Make migration support experimentalAlex Williamson
2020-11-12Fix use after free in vfio_migration_probeKirti Wankhede
2020-11-01qapi: Add VFIO devices migration stats in Migration statsKirti 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