mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Convert the qcow header reader and writer to positional access instead of the AlignedFile Read, Write, and Seek cursor. The writes still go through the AlignedFile O_DIRECT bounce, so alignment is unchanged. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>