summaryrefslogtreecommitdiff
path: root/sysemu.h
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2009-08-20 19:42:21 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-08-27 20:30:20 -0500
commit0314a604023e7f28e00dc94eb955696b03757e23 (patch)
treee5e258b12b0d5bfe5cab97f12ca15124aebe1b3e /sysemu.h
parentb6d4620c08ed33d33bb0256475e4a0b8d8bc2720 (diff)
downloadqemu-0314a604023e7f28e00dc94eb955696b03757e23.tar.gz
qemu-0314a604023e7f28e00dc94eb955696b03757e23.tar.bz2
qemu-0314a604023e7f28e00dc94eb955696b03757e23.zip
move do_loadvm() to monitor.c
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'sysemu.h')
-rw-r--r--sysemu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysemu.h b/sysemu.h
index b2fc92efcf..cabe79d36b 100644
--- a/sysemu.h
+++ b/sysemu.h
@@ -51,7 +51,6 @@ extern qemu_irq qemu_system_powerdown;
void qemu_system_reset(void);
void do_savevm(Monitor *mon, const char *name);
-void do_loadvm(Monitor *mon, const char *name);
void load_vmstate(Monitor *mon, const char *name);
void do_delvm(Monitor *mon, const char *name);
void do_info_snapshots(Monitor *mon);