aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio/migration.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-03vfio/migration: Fix wrong enum usageAvihai Horon1-1/+1
2022-09-27vfio/migration: Fix incorrect initialization value for parameters in VFIOMigr...Kunkun Jiang1-0/+2
2022-05-13linux-headers: Update to v5.18-rc6Alex Williamson1-12/+15
2021-08-26vfio: Avoid error_propagate() after migrate_add_blocker()Markus Armbruster1-4/+2
2021-06-18vfio/migration: Correct device state from vmstate change for savevm caseKirti Wankhede1-1/+10
2021-06-18vfio: Fix unregister SaveVMHandler in vfio_migration_finalizeKunkun Jiang1-0/+1
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-03-16vfio/migrate: Move switch of dirty tracking into vfio_memory_listenerKeqian Zhu1-35/+0
2021-03-16vfio: Set the priority of the VFIO VM state change handler explicitlyShenming Lu1-1/+2
2021-03-16vfio: Move the saving of the config space to the right place in VFIO migrationShenming Lu1-10/+15
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé1-1/+1
2020-11-23vfio: Make migration support experimentalAlex Williamson1-1/+1
2020-11-12Fix use after free in vfio_migration_probeKirti Wankhede1-1/+1
2020-11-01qapi: Add VFIO devices migration stats in Migration statsKirti Wankhede1-0/+9
2020-11-01vfio: Add function to start and stop dirty pages trackingKirti Wankhede1-0/+36
2020-11-01vfio: Get migration capability flags for containerKirti Wankhede1-1/+6
2020-11-01vfio: Add load state functions to SaveVMHandlersKirti Wankhede1-0/+195
2020-11-01vfio: Add save state functions to SaveVMHandlersKirti Wankhede1-0/+276
2020-11-01vfio: Register SaveVMHandlers for VFIO deviceKirti Wankhede1-0/+102
2020-11-01vfio: Add migration state change notifierKirti Wankhede1-0/+28
2020-11-01vfio: Add VM state change handler to know state of VMKirti Wankhede1-0/+160
2020-11-01vfio: Add migration region initialization and finalize functionKirti Wankhede1-0/+122