mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-26 07:30:19 +00:00
The vEGM fixtures used id,mem-path,size,share,prealloc while the vCMDQ and Q35 SHM fixtures use id,size,mem-path with prealloc before share. QEMU treats the options as unordered, but the golden tests compare strings exactly, so a single canonical order keeps the emitter free of per-backend special cases. Canonical: id, size, mem-path, then host-nodes/policy where pinned, then prealloc=on, share=on. Assisted-by: Claude <noreply@anthropic.com> Signed-off-by: Zvonko Kaiser <zkaiser@nvidia.com>