mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Write 4096 bytes of pattern data at offset 0 using AlignedBuf and verify data integrity via plain pread_exact. All parameters are naturally aligned to 512 so the fast path is exercised. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>