mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Update QcowHeader and other related places to use BeUint methods internally for reading/writing header fields. This removes the byteorder dependency from mod.rs and consolidates all big-endian file I/O through the shared BeUint trait. Suggested-by: Rob Bradford <rbradford@rivosinc.com> Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>