]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: Add descriptors for QCOW2 format firmware builds
authorAndrea Bolognani <abologna@redhat.com>
Fri, 27 Jan 2023 16:48:43 +0000 (17:48 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 3 Mar 2023 12:49:56 +0000 (13:49 +0100)
commitba5b338ee3e3f704a87aa7ebb51e3a45436c9a2b
tree2589d59252c6a9cb06d83d92d9bdfb7a43f21348
parent4b2d79fa7f5ed317b4f304fe47ee4be027035c79
tests: Add descriptors for QCOW2 format firmware builds

Now that we ignore all firmwares that are not in raw format
while performing autoselection, we can have descriptors for
firmware builds in QCOW2 format without breaking anything.

Note that the descriptors are arranged so that they have the
highest priority on aarch64, but the lowest one on x86_64.
This matches the expectation that QCOW2 will quickly be
adopted as the default on aarch64, where its use produces
significant benefits in terms of memory usage, while x86_64
will likely stick with raw for the foreseeable future.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
tests/qemufirmwaredata/usr/share/qemu/firmware/65-ovmf-qcow2.json [new file with mode: 0644]
tests/qemufirmwaredata/usr/share/qemu/firmware/66-aavmf-qcow2.json [new file with mode: 0644]
tests/qemufirmwaretest.c