mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-09 20:04:20 +00:00
When receiving guest data, we wait on an event after writing them out to the named pipe so that we know that the write has completed. This resets the event. Then we call `GetOverlappedResult` with `bWait` set. While this does behave correctly because `GetOverlappedResult` checks the internal status of the request before waiting, there's no need to have the event get reset here. BUG: b:255635953 TEST: Built and ran crosvm downstream. Change-Id: Ic031821dda1e7ae696dfafa812afa4c0b6cff0ec Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4062049 Reviewed-by: Noah Gold <nkgold@google.com> Commit-Queue: Richard Otap <rotap@google.com> |
||
---|---|---|
.. | ||
src | ||
tests/irqchip | ||
Cargo.toml |