cloud-hypervisor/vhost_user_block/src
Changyuan Lyu bc6acb842f block: fix status value size
As per VirtIO spec 1.2 section 5.2.6, the `status` field is a byte, not
u32. cloud-hypervisor writes an `u32` to guest memory, which
accidentally zeros out the following 3 bytes, and may corrupt guest OS
internal state.

Signed-off-by: Changyuan Lyu <changyuanl@google.com>
2024-07-14 19:23:06 +00:00
..
lib.rs block: fix status value size 2024-07-14 19:23:06 +00:00
main.rs main: Show help text when run without arguments 2024-02-24 09:35:37 +00:00