aboutsummaryrefslogtreecommitdiff
path: root/xen-all.c
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
parentd6034a3a61235042a0d79dcc1dfed0fbf461fb18 (diff)
parent5a8a49d7aa78b31a853e8f5d31f5b12811caeb27 (diff)
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 fe75ddd833..fcb106f815 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);
}
}