]> Git Repo - qemu.git/blobdiff - vl.c
replay: allow replay stopping and restarting
[qemu.git] / vl.c
diff --git a/vl.c b/vl.c
index eda83fa93d087b5cbe724aeba94cd76cc9ff43e3..5759e0ad51c5f35aadd1cb152ca759ec1d995ab9 100644 (file)
--- a/vl.c
+++ b/vl.c
@@ -784,6 +784,7 @@ void vm_start(void)
     if (runstate_is_running()) {
         qapi_event_send_stop(&error_abort);
     } else {
+        replay_enable_events();
         cpu_enable_ticks();
         runstate_set(RUN_STATE_RUNNING);
         vm_state_notify(1, RUN_STATE_RUNNING);
This page took 0.021808 seconds and 4 git commands to generate.