mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Use a pair of structs for the basic QCOW V2 header and V3 additional fields and serialize them to/from disk via the zerocopy crate. This removes the need to manage the position to read from/write to. Assisted-by: Claude:Opus-4.8 Signed-off-by: Rob Bradford <rbradford@meta.com>