Skip to content

Commit

Permalink
[qemu vm] removed unnecessary condition variable notification since w…
Browse files Browse the repository at this point in the history
…e use vm_process->wait_for_finished to sync
  • Loading branch information
georgeliao committed Jun 26, 2024
1 parent 1607cb7 commit 444c49d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/platform/backends/qemu/qemu_virtual_machine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -469,8 +469,6 @@ void mp::QemuVirtualMachine::on_shutdown()
vm_process.reset(nullptr);
}

state_wait.notify_all();

monitor->on_shutdown();
}

Expand Down

0 comments on commit 444c49d

Please sign in to comment.