mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-09 23:10:08 +00:00
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": [
|
||
|
]
|
||
|
}
|