Files
dts-configs/configs/emulation.json
Michał Iwanicki b601018e17 config: add qemu, dell, modify couple others
Signed-off-by: Michał Iwanicki <michal.iwanicki@3mdeb.com>
2025-10-31 12:27:28 +01:00

17 lines
432 B
JSON

{
"models": {
"qemu x86 q35/ich9": {
"can_install_bios": "true",
"dasharo_rel_name_cap": "qemu_q35",
"dasharo_rel_ver_cap": "0.2.0",
"bios_path_comm_cap": "qemu_q35/v0.2.0/TODO"
},
"standard pc (q35 + ich9, 2009)": {
"can_install_bios": "true",
"dasharo_rel_name_cap": "qemu_q35",
"dasharo_rel_ver_cap": "0.2.0",
"bios_path_comm_cap": "qemu_q35/v0.2.0/TODO"
}
}
}