mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 02:54:58 -06:00
migration: Create include for migration snapshots
Start removing migration code from sysemu/sysemu.h. Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
This commit is contained in:
parent
e1a3ecee3b
commit
5e22479ae2
7 changed files with 34 additions and 12 deletions
|
@ -92,9 +92,6 @@ void qemu_remove_exit_notifier(Notifier *notify);
|
|||
void qemu_add_machine_init_done_notifier(Notifier *notify);
|
||||
void qemu_remove_machine_init_done_notifier(Notifier *notify);
|
||||
|
||||
int save_vmstate(const char *name, Error **errp);
|
||||
int load_vmstate(const char *name, Error **errp);
|
||||
|
||||
void qemu_announce_self(void);
|
||||
|
||||
extern int autostart;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue