mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Cover read_unaligned and write_unaligned directly: a scatter read at an unaligned offset, a short read at EOF, a read-modify-write gather that preserves head and tail padding, and error propagation from the scatter closure. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>