mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-13 16:42:39 +02:00
33 lines
682 B
JSON
33 lines
682 B
JSON
{
|
|
"description": "UEFI for LoongArch VMs",
|
|
"interface-types": [
|
|
"uefi"
|
|
],
|
|
"mapping": {
|
|
"device": "flash",
|
|
"mode" : "split",
|
|
"executable": {
|
|
"filename": "/usr/share/edk2/LoongArchVirtQemu/QEMU_EFI.qcow2",
|
|
"format": "qcow2"
|
|
},
|
|
"nvram-template": {
|
|
"filename": "/usr/share/edk2/LoongArchVirtQemu/QEMU_VARS.qcow2",
|
|
"format": "qcow2"
|
|
}
|
|
},
|
|
"targets": [
|
|
{
|
|
"architecture": "loongarch64",
|
|
"machines": [
|
|
"virt",
|
|
"virt-*"
|
|
]
|
|
}
|
|
],
|
|
"features": [
|
|
|
|
],
|
|
"tags": [
|
|
|
|
]
|
|
}
|