diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2013-12-02 12:52:04 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2013-12-06 08:55:42 +0100 |
commit | bcf2b7d2af7c54bb42be1229df9e78ba7d08d2a7 (patch) | |
tree | 4a762ac679d7a723ef1b9e5151341e63ec3e46a7 /hw/i386/pc_piix.c | |
parent | 6eefccc0bb9c34051b1e21880fc3a1c1c8686edd (diff) | |
download | hqemu-bcf2b7d2af7c54bb42be1229df9e78ba7d08d2a7.zip hqemu-bcf2b7d2af7c54bb42be1229df9e78ba7d08d2a7.tar.gz |
pc: switch 2.0 machine types to large seabios binary
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/i386/pc_piix.c')
-rw-r--r-- | hw/i386/pc_piix.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c index 9329f04..ab56285 100644 --- a/hw/i386/pc_piix.c +++ b/hw/i386/pc_piix.c @@ -339,7 +339,9 @@ static void pc_xen_hvm_init(QEMUMachineInitArgs *args) .desc = "Standard PC (i440FX + PIIX, 1996)", \ .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 = { PC_I440FX_2_0_MACHINE_OPTIONS, |