index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
migration
/
register.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
migration: Add Error** argument to .load_setup() handler
Cédric Le Goater
2024-04-23
1
-1
/
+2
*
migration: Add Error** argument to .save_setup() handler
Cédric Le Goater
2024-04-23
1
-1
/
+2
*
migration: Add documentation for SaveVMHandlers
Cédric Le Goater
2024-03-11
1
-26
/
+237
*
migration: Remove SaveStateHandler and LoadStateHandler typedefs
Cédric Le Goater
2024-03-11
1
-2
/
+2
*
Replace "iothread lock" with "BQL" in comments
Stefan Hajnoczi
2024-01-08
1
-4
/
+4
*
migration: hold the BQL during setup
Fiona Ebner
2023-10-17
1
-1
/
+1
*
migration: Add .save_prepare() handler to struct SaveVMHandlers
Avihai Horon
2023-09-11
1
-0
/
+5
*
migration: Implement switchover ack logic
Avihai Horon
2023-06-30
1
-0
/
+2
*
migration: Rename res_{postcopy,precopy}_only
Juan Quintela
2023-02-15
1
-12
/
+15
*
migration: Remove unused res_compatible
Juan Quintela
2023-02-15
1
-5
/
+2
*
migration: Remove unused threshold_size parameter
Juan Quintela
2023-02-06
1
-2
/
+0
*
migration: Split save_live_pending() into state_pending_*
Juan Quintela
2023-02-06
1
-7
/
+12
*
migration: No save_live_pending() method uses the QEMUFile parameter
Juan Quintela
2023-02-06
1
-1
/
+1
*
migration: Change SaveStateEntry.instance_id into uint32_t
Peter Xu
2020-01-20
1
-1
/
+1
*
vmstate: replace DeviceState with VMStateIf
Marc-André Lureau
2020-01-06
1
-1
/
+1
*
vmstate: add qom interface to get id
Marc-André Lureau
2020-01-06
1
-0
/
+2
*
migration: register_savevm_live doesn't need dev
Dr. David Alan Gilbert
2019-09-12
1
-2
/
+1
*
vmstate: constify SaveVMHandlers
Marc-André Lureau
2019-01-23
1
-1
/
+1
*
migration: introduce SaveVMHandlers.resume_prepare
Peter Xu
2018-05-15
1
-0
/
+2
*
migration: add is_active_iterate handler
Vladimir Sementsov-Ogievskiy
2018-03-13
1
-0
/
+9
*
migration: introduce postcopy-only pending
Vladimir Sementsov-Ogievskiy
2018-03-13
1
-2
/
+15
*
migration: add has_postcopy savevm handler
Vladimir Sementsov-Ogievskiy
2017-09-22
1
-0
/
+1
*
migration: Create load_setup()/cleanup() methods
Juan Quintela
2017-07-10
1
-0
/
+2
*
migration: Rename cleanup() to save_cleanup()
Juan Quintela
2017-07-10
1
-1
/
+1
*
migration: Rename save_live_setup() to save_setup()
Juan Quintela
2017-07-10
1
-1
/
+1
*
migration: Fix compilation with older compilers
Juan Quintela
2017-06-14
1
-3
/
+0
*
migration: Split registration functions from vmstate.h
Juan Quintela
2017-06-13
1
-0
/
+56