From e063eb1f4a6d42371e7d288dfdb690d5821190ed Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Tue, 14 Jun 2011 18:29:43 +0200 Subject: Allow silent system resets This allows qemu_system_reset to be issued silently for internal purposes, ie. without sending out a monitor event. Convert the system reset after startup to the silent mode. Signed-off-by: Jan Kiszka Signed-off-by: Luiz Capitulino --- xen-all.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xen-all.c') diff --git a/xen-all.c b/xen-all.c index 0eac202d4e..41fd98aea2 100644 --- a/xen-all.c +++ b/xen-all.c @@ -452,7 +452,7 @@ static void cpu_handle_ioreq(void *opaque) destroy_hvm_domain(); } if (qemu_reset_requested_get()) { - qemu_system_reset(); + qemu_system_reset(VMRESET_REPORT); } } -- cgit v1.2.1