mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
detect_image_type saved the cursor, rewound, read the magic, then restored the cursor. Read the four magic bytes with read_exact_at at offset 0 and decode with from_be_bytes, so the save, rewind, and restore go away. BeUint moves to the test module, its only remaining user in this file. The result is unchanged. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>