mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
a4fbb7bcc7
It's available as part of the edk2-riscv64 Fedora package. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
34 lines
686 B
JSON
34 lines
686 B
JSON
{
|
|
"description": "UEFI firmware for RISC-V virtual machines",
|
|
"interface-types": [
|
|
"uefi"
|
|
],
|
|
"mapping": {
|
|
"device": "flash",
|
|
"mode" : "split",
|
|
"executable": {
|
|
"filename": "/usr/share/edk2/riscv/RISCV_VIRT_CODE.qcow2",
|
|
"format": "qcow2"
|
|
},
|
|
"nvram-template": {
|
|
"filename": "/usr/share/edk2/riscv/RISCV_VIRT_VARS.qcow2",
|
|
"format": "qcow2"
|
|
}
|
|
},
|
|
"targets": [
|
|
{
|
|
"architecture": "riscv64",
|
|
"machines": [
|
|
"virt",
|
|
"virt-*"
|
|
]
|
|
}
|
|
],
|
|
"features": [
|
|
|
|
],
|
|
"tags": [
|
|
|
|
]
|
|
}
|