mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-09 15:00:07 +00:00
ba5b338ee3
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>
37 lines
805 B
JSON
37 lines
805 B
JSON
{
|
|
"description": "UEFI firmware for ARM64 virtual machines (QCOW2 format)",
|
|
"interface-types": [
|
|
"uefi"
|
|
],
|
|
"mapping": {
|
|
"device": "flash",
|
|
"mode": "split",
|
|
"executable": {
|
|
"filename": "/usr/share/AAVMF/AAVMF_CODE.qcow2",
|
|
"format": "qcow2"
|
|
},
|
|
"nvram-template": {
|
|
"filename": "/usr/share/AAVMF/AAVMF_VARS.qcow2",
|
|
"format": "qcow2"
|
|
}
|
|
},
|
|
"targets": [
|
|
{
|
|
"architecture": "aarch64",
|
|
"machines": [
|
|
"virt-*"
|
|
]
|
|
}
|
|
],
|
|
"features": [
|
|
|
|
],
|
|
"tags": [
|
|
"-a AARCH64",
|
|
"-p ArmVirtPkg/ArmVirtQemu.dsc",
|
|
"-t GCC48",
|
|
"-b DEBUG",
|
|
"-D DEBUG_PRINT_ERROR_LEVEL=0x80000000"
|
|
]
|
|
}
|