summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2011-06-22 07:14:00 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2011-06-22 07:14:00 -0500
commit9319a6d3a6af9ae85556261e4a759eaddb49d734 (patch)
treea0f3346c667683ea7a5297dd652a2e08a6846d6b /xen-all.c
parentMerge remote-tracking branch 'qemu-kvm/uq/master' into staging (diff)
parentReset system before loadvm (diff)
downloadqemu-kvm-9319a6d3a6af9ae85556261e4a759eaddb49d734.tar.gz
qemu-kvm-9319a6d3a6af9ae85556261e4a759eaddb49d734.tar.bz2
qemu-kvm-9319a6d3a6af9ae85556261e4a759eaddb49d734.zip
Merge remote-tracking branch 'qmp/for-anthony' into staging
Diffstat (limited to 'xen-all.c')
-rw-r--r--xen-all.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen-all.c b/xen-all.c
index fe75ddd83..fcb106f81 100644
--- a/xen-all.c
+++ b/xen-all.c
@@ -728,7 +728,7 @@ static void cpu_handle_ioreq(void *opaque)
destroy_hvm_domain();
}
if (qemu_reset_requested_get()) {
- qemu_system_reset();
+ qemu_system_reset(VMRESET_REPORT);
}
}