mirror of https://github.com/xqemu/xqemu.git
pc: switch 2.0 machine types to large seabios binary
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
6eefccc0bb
commit
bcf2b7d2af
|
@ -339,7 +339,9 @@ static void pc_xen_hvm_init(QEMUMachineInitArgs *args)
|
||||||
.desc = "Standard PC (i440FX + PIIX, 1996)", \
|
.desc = "Standard PC (i440FX + PIIX, 1996)", \
|
||||||
.hot_add_cpu = pc_hot_add_cpu
|
.hot_add_cpu = pc_hot_add_cpu
|
||||||
|
|
||||||
#define PC_I440FX_2_0_MACHINE_OPTIONS PC_I440FX_MACHINE_OPTIONS
|
#define PC_I440FX_2_0_MACHINE_OPTIONS \
|
||||||
|
PC_I440FX_MACHINE_OPTIONS, \
|
||||||
|
.default_machine_opts = "firmware=bios-256k.bin"
|
||||||
|
|
||||||
static QEMUMachine pc_i440fx_machine_v2_0 = {
|
static QEMUMachine pc_i440fx_machine_v2_0 = {
|
||||||
PC_I440FX_2_0_MACHINE_OPTIONS,
|
PC_I440FX_2_0_MACHINE_OPTIONS,
|
||||||
|
|
|
@ -259,7 +259,9 @@ static void pc_q35_init_1_4(QEMUMachineInitArgs *args)
|
||||||
.desc = "Standard PC (Q35 + ICH9, 2009)", \
|
.desc = "Standard PC (Q35 + ICH9, 2009)", \
|
||||||
.hot_add_cpu = pc_hot_add_cpu
|
.hot_add_cpu = pc_hot_add_cpu
|
||||||
|
|
||||||
#define PC_Q35_2_0_MACHINE_OPTIONS PC_Q35_MACHINE_OPTIONS
|
#define PC_Q35_2_0_MACHINE_OPTIONS \
|
||||||
|
PC_Q35_MACHINE_OPTIONS, \
|
||||||
|
.default_machine_opts = "firmware=bios-256k.bin"
|
||||||
|
|
||||||
static QEMUMachine pc_q35_machine_v2_0 = {
|
static QEMUMachine pc_q35_machine_v2_0 = {
|
||||||
PC_Q35_2_0_MACHINE_OPTIONS,
|
PC_Q35_2_0_MACHINE_OPTIONS,
|
||||||
|
|
Loading…
Reference in New Issue