diff options
author | Anthony Liguori | 2010-12-17 15:21:29 +0100 |
---|---|---|
committer | Anthony Liguori | 2010-12-17 15:21:29 +0100 |
commit | b254b0d15d48efc3bd43ae535158ded3c1519257 (patch) | |
tree | 856460106817ca5ccbab285b474a52cdcac2a46e /savevm.c | |
parent | Watchdog: disable watchdog timer when hard-rebooting a guest. (diff) | |
parent | pci/aer: factor out common code (diff) | |
download | qemu-b254b0d15d48efc3bd43ae535158ded3c1519257.tar.gz qemu-b254b0d15d48efc3bd43ae535158ded3c1519257.tar.xz qemu-b254b0d15d48efc3bd43ae535158ded3c1519257.zip |
Merge remote branch 'mst/for_anthony' into staging
Diffstat (limited to 'savevm.c')
-rw-r--r-- | savevm.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1575,8 +1575,6 @@ static int qemu_savevm_state(Monitor *mon, QEMUFile *f) saved_vm_running = vm_running; vm_stop(0); - bdrv_flush_all(); - ret = qemu_savevm_state_begin(mon, f, 0, 0); if (ret < 0) goto out; @@ -1885,8 +1883,6 @@ void do_savevm(Monitor *mon, const QDict *qdict) monitor_printf(mon, "No block device can accept snapshots\n"); return; } - /* ??? Should this occur after vm_stop? */ - qemu_aio_flush(); saved_vm_running = vm_running; vm_stop(0); |