diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2011-06-22 07:14:00 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-06-22 07:14:00 -0500 |
commit | 9319a6d3a6af9ae85556261e4a759eaddb49d734 (patch) | |
tree | a0f3346c667683ea7a5297dd652a2e08a6846d6b /xen-all.c | |
parent | d6034a3a61235042a0d79dcc1dfed0fbf461fb18 (diff) | |
parent | 5a8a49d7aa78b31a853e8f5d31f5b12811caeb27 (diff) |
Merge remote-tracking branch 'qmp/for-anthony' into staging
Diffstat (limited to 'xen-all.c')
-rw-r--r-- | xen-all.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } } |