diff options
Diffstat (limited to 'savevm.c')
| -rw-r--r-- | savevm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/savevm.c b/savevm.c index c7fe283145..31fd2e0ad3 100644 --- a/savevm.c +++ b/savevm.c @@ -2201,7 +2201,6 @@ void qmp_xen_save_devices_state(const char *filename, Error **errp) the_end: if (saved_vm_running) vm_start(); - return; } int load_vmstate(const char *name) |