Files
kata-containers/src
Zvonko Kaiser 089fcf6b4e qemu/machine/fixtures: normalize memory-backend-file option order
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>
2026-07-17 17:47:39 +00:00
..