mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
This fails to be parsed because libvirt doesn't yet know about the architecture, but thanks to the recent improvements this is a merely a local failure rather than bringing everything else down with it. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
30 lines
606 B
JSON
30 lines
606 B
JSON
{
|
|
"interface-types": [
|
|
"uefi"
|
|
],
|
|
"mapping": {
|
|
"device": "flash",
|
|
"mode": "split",
|
|
"executable": {
|
|
"filename": "/usr/share/edk2/loongarch64/QEMU_EFI.fd",
|
|
"format": "raw"
|
|
},
|
|
"nvram-template": {
|
|
"filename": "/usr/share/edk2/loongarch64/QEMU_VARS.fd",
|
|
"format": "raw"
|
|
}
|
|
},
|
|
"targets": [
|
|
{
|
|
"architecture": "loongarch64",
|
|
"machines": [
|
|
"virt",
|
|
"virt-*"
|
|
]
|
|
}
|
|
],
|
|
"features": [
|
|
"acpi"
|
|
]
|
|
}
|