mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-06 05:11:14 +00:00
33 lines
605 B
JSON
33 lines
605 B
JSON
|
{
|
||
|
"description": "SeaBIOS",
|
||
|
"interface-types": [
|
||
|
"bios"
|
||
|
],
|
||
|
"mapping": {
|
||
|
"device": "memory",
|
||
|
"filename": "/usr/share/seabios/bios-256k.bin"
|
||
|
},
|
||
|
"targets": [
|
||
|
{
|
||
|
"architecture": "i386",
|
||
|
"machines": [
|
||
|
"pc-i440fx-*",
|
||
|
"pc-q35-*"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"architecture": "x86_64",
|
||
|
"machines": [
|
||
|
"pc-i440fx-*",
|
||
|
"pc-q35-*"
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"features": [
|
||
|
"acpi-s3",
|
||
|
"acpi-s4"
|
||
|
],
|
||
|
"tags": [
|
||
|
]
|
||
|
}
|