mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
8132478fa0
The "acpi" feature is not part of the specification[1], so it will just get ignored. [1] https://gitlab.com/qemu-project/qemu/-/blob/master/docs/interop/firmware.json Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
29 lines
591 B
JSON
29 lines
591 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": [
|
|
]
|
|
}
|