mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
monitor: Move hmp_delvm from savevm.c to hmp.c
It really uses block/* stuff, not migration one. Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Laurent Vivier <lvivier@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
This commit is contained in:
parent
d9c7d137c8
commit
d905bb7b74
4 changed files with 14 additions and 14 deletions
|
@ -77,7 +77,6 @@ void qemu_remove_machine_init_done_notifier(Notifier *notify);
|
|||
|
||||
int save_vmstate(const char *name);
|
||||
int load_vmstate(const char *name);
|
||||
void hmp_delvm(Monitor *mon, const QDict *qdict);
|
||||
void hmp_info_snapshots(Monitor *mon, const QDict *qdict);
|
||||
|
||||
void qemu_announce_self(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue