3a333345a6
Update to v4.2.0-rc3. Intent is to submit to Factory, and SLE-15-SP2 as well OBS-URL: https://build.opensuse.org/request/show/751303 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=513
36 lines
664 B
JSON
36 lines
664 B
JSON
{
|
|
"description": "SeaBIOS",
|
|
"interface-types": [
|
|
"bios"
|
|
],
|
|
"mapping": {
|
|
"device": "memory",
|
|
"filename": "/usr/share/qemu/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": [
|
|
"CONFIG_QEMU=y",
|
|
"CONFIG_ROM_SIZE=256",
|
|
"CONFIG_ATA_DMA=n"
|
|
]
|
|
}
|