Browse Source
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>pull/318/head
committed by
Gerd Hoffmann
2 changed files with 33 additions and 1 deletions
@ -0,0 +1,31 @@ |
|||
{ |
|||
"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": [ |
|||
|
|||
] |
|||
} |
|||
Loading…
Reference in new issue