Signed-off-by: Wenchao Xia <wenchaoq...@gmail.com> --- vl.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/vl.c b/vl.c index 5dd30c9..717bfc1 100644 --- a/vl.c +++ b/vl.c @@ -1886,7 +1886,7 @@ void qemu_system_reset(bool report) qemu_devices_reset(); } if (report) { - monitor_protocol_event(QEVENT_RESET, NULL); + qapi_event_send_reset(NULL); } cpu_synchronize_all_post_reset(); } -- 1.7.1