mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Nothing reads or writes the AlignedFile through a cursor anymore, so remove the Read, Write, and Seek impls together with the in memory position field. SeekHole no longer tracks a position. The cursor unit tests move to read_at and write_at, dropping the one that duplicated existing coverage. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>