summaryrefslogtreecommitdiff
path: root/savevm.c
diff options
context:
space:
mode:
Diffstat (limited to 'savevm.c')
-rw-r--r--savevm.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/savevm.c b/savevm.c
index 95947a9495..f14487cad2 100644
--- a/savevm.c
+++ b/savevm.c
@@ -1239,17 +1239,6 @@ void load_vmstate(Monitor *mon, const char *name)
}
}
-void do_loadvm(Monitor *mon, const char *name)
-{
- int saved_vm_running = vm_running;
-
- vm_stop(0);
-
- load_vmstate(mon, name);
- if (saved_vm_running)
- vm_start();
-}
-
void do_delvm(Monitor *mon, const char *name)
{
DriveInfo *dinfo;