crosvm/third_party
Daniel Verkamp fe82628b0b vmm_vhost: fix reply hdr size in FS_MAP tests
The stubbed-out VhostUserMsgHeader for the FS_MAP reply was specifying a
length of 256 bytes (VhostUserFSSlaveMsg), but the reply actually only
contains 8 bytes (u64). This didn't matter previously because the
Connection::recv_message() code ignored the header's size field, but
this will change in an upcoming commit. Without this fix, the recv would
hang waiting for the additional data that would never come.

BUG=None
TEST=(cd third_party/vmm_vhost; cargo test)

Change-Id: I54df0af9ae88d8bea9fb815a433ff4fc96f2d4d8
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/5124497
Reviewed-by: Frederick Mayle <fmayle@google.com>
Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
2023-12-15 19:39:24 +00:00
..
depot_tools@268d645853 health-check: Add infra checks 2022-08-18 00:17:04 +00:00
libslirp-rs clippy: enforce safety block comments 2023-12-14 18:21:54 +00:00
minigbm@90b2d47732 third_party: Update third_party/minigbm submodule 2023-11-14 19:51:21 +00:00
minijail@13be56d797 third_party/minijail: Update to latest main 2023-03-22 23:17:43 +00:00
perfetto@510b13481d third_party: Add crosvm/perfetto submodule 2023-07-21 05:01:47 +00:00
virglrenderer@9c9d55ecbe virglrenderer: Uprev submodule 2023-11-17 03:15:47 +00:00
vmm_vhost vmm_vhost: fix reply hdr size in FS_MAP tests 2023-12-15 19:39:24 +00:00