aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio/migration.c
AgeCommit message (Expand)AuthorFilesLines
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