index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
vfio
/
migration.c
Age
Commit message (
Expand
)
Author
2021-08-26
vfio: Avoid error_propagate() after migrate_add_blocker()
Markus Armbruster
2021-06-18
vfio/migration: Correct device state from vmstate change for savevm case
Kirti Wankhede
2021-06-18
vfio: Fix unregister SaveVMHandler in vfio_migration_finalize
Kunkun Jiang
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-03-16
vfio/migrate: Move switch of dirty tracking into vfio_memory_listener
Keqian Zhu
2021-03-16
vfio: Set the priority of the VFIO VM state change handler explicitly
Shenming Lu
2021-03-16
vfio: Move the saving of the config space to the right place in VFIO migration
Shenming Lu
2021-03-09
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
2020-11-23
vfio: Make migration support experimental
Alex Williamson
2020-11-12
Fix use after free in vfio_migration_probe
Kirti Wankhede
2020-11-01
qapi: Add VFIO devices migration stats in Migration stats
Kirti Wankhede
2020-11-01
vfio: Add function to start and stop dirty pages tracking
Kirti Wankhede
2020-11-01
vfio: Get migration capability flags for container
Kirti Wankhede
2020-11-01
vfio: Add load state functions to SaveVMHandlers
Kirti Wankhede
2020-11-01
vfio: Add save state functions to SaveVMHandlers
Kirti Wankhede
2020-11-01
vfio: Register SaveVMHandlers for VFIO device
Kirti Wankhede
2020-11-01
vfio: Add migration state change notifier
Kirti Wankhede
2020-11-01
vfio: Add VM state change handler to know state of VM
Kirti Wankhede
2020-11-01
vfio: Add migration region initialization and finalize function
Kirti Wankhede