
Without descriptor libvirt cannot discover the EDK II binaries via the qemu:///system connection. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Message-ID: <20241212090059.94167-1-heinrich.schuchardt@canonical.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> (cherry picked from commit 74dc38d0c6c15fd57a5dee94125d13ac5b00491d) Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
32 lines
585 B
JSON
32 lines
585 B
JSON
{
|
|
"description": "UEFI firmware for riscv64",
|
|
"interface-types": [
|
|
"uefi"
|
|
],
|
|
"mapping": {
|
|
"device": "flash",
|
|
"executable": {
|
|
"filename": "@DATADIR@/edk2-riscv-code.fd",
|
|
"format": "raw"
|
|
},
|
|
"nvram-template": {
|
|
"filename": "@DATADIR@/edk2-riscv-vars.fd",
|
|
"format": "raw"
|
|
}
|
|
},
|
|
"targets": [
|
|
{
|
|
"architecture": "riscv64",
|
|
"machines": [
|
|
"virt*"
|
|
]
|
|
}
|
|
],
|
|
"features": [
|
|
|
|
],
|
|
"tags": [
|
|
|
|
]
|
|
}
|