crosvm/base
Yuan Yao 6547cd1661 vmm_host: Make VhostUserStream blocking
The VhostUserStream is set to non_blocking before running handler now.
However, the VhostUserStream is created from connection sockets, so it
does not call accept and handle error. This CL removes the line setting
VhostUserSteam to non_blocking.

Also, this CL fixes several incorrect comments.

BUG=b:365458565
TEST=run manual test

Change-Id: I7803fc4c277559f98be4f0bd93b2bb77564ef93c
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/5838947
Reviewed-by: Frederick Mayle <fmayle@google.com>
Commit-Queue: Yuan Yao <yuanyaogoog@chromium.org>
2024-09-11 02:02:51 +00:00
..
base_event_token_derive Update to syn-2 2023-12-02 00:23:50 +00:00
src vmm_host: Make VhostUserStream blocking 2024-09-11 02:02:51 +00:00
tests base: move fork_process to jail crate 2024-05-22 21:21:59 +00:00
.build_test_serial Refactoring: Move common/base into base 2022-03-17 00:01:27 +00:00
Cargo.toml Enable clippy for android code 2024-07-09 20:43:44 +00:00