|
|
0a122b |
From a1a0f3cf9b80f1d13f7dc10cf540c1ca19570b70 Mon Sep 17 00:00:00 2001
|
|
|
0a122b |
From: Gerd Hoffmann <kraxel@redhat.com>
|
|
|
0a122b |
Date: Thu, 16 Jan 2014 09:31:59 -0500
|
|
|
0a122b |
Subject: [PATCH 09/14] switch rhel7 machine types to big bios.
|
|
|
0a122b |
|
|
|
0a122b |
Message-id: <1389864720-14128-3-git-send-email-kraxel@redhat.com>
|
|
|
0a122b |
Patchwork-id: 56737
|
|
|
0a122b |
O-Subject: [RHEL-7 qemu-kvm PATCH 2/3] switch rhel7 machine types to big bios.
|
|
|
0a122b |
Bugzilla: 1038603
|
|
|
0a122b |
RH-Acked-by: Orit Wasserman <owasserm@redhat.com>
|
|
|
0a122b |
RH-Acked-by: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
0a122b |
RH-Acked-by: Laszlo Ersek <lersek@redhat.com>
|
|
|
0a122b |
|
|
|
0a122b |
related upstream commit: bcf2b7d2af7c54bb42be1229df9e78ba7d08d2a7
|
|
|
0a122b |
|
|
|
0a122b |
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
|
|
0a122b |
---
|
|
|
0a122b |
hw/i386/pc_piix.c | 1 +
|
|
|
0a122b |
hw/i386/pc_q35.c | 1 +
|
|
|
0a122b |
redhat/qemu-kvm.spec.template | 6 ++++--
|
|
|
0a122b |
3 files changed, 6 insertions(+), 2 deletions(-)
|
|
|
0a122b |
|
|
|
0a122b |
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
0a122b |
---
|
|
|
0a122b |
hw/i386/pc_piix.c | 1 +
|
|
|
0a122b |
hw/i386/pc_q35.c | 1 +
|
|
|
0a122b |
redhat/qemu-kvm.spec.template | 6 ++++--
|
|
|
0a122b |
3 files changed, 6 insertions(+), 2 deletions(-)
|
|
|
0a122b |
|
|
|
0a122b |
diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c
|
|
|
0a122b |
index 29c013a..e061877 100644
|
|
|
0a122b |
--- a/hw/i386/pc_piix.c
|
|
|
0a122b |
+++ b/hw/i386/pc_piix.c
|
|
|
0a122b |
@@ -756,6 +756,7 @@ static QEMUMachine pc_machine_rhel700 = {
|
|
|
0a122b |
.hot_add_cpu = pc_hot_add_cpu,
|
|
|
0a122b |
.max_cpus = 255,
|
|
|
0a122b |
.is_default = 1,
|
|
|
0a122b |
+ .default_machine_opts = "firmware=bios-256k.bin",
|
|
|
0a122b |
DEFAULT_MACHINE_OPTIONS,
|
|
|
0a122b |
};
|
|
|
0a122b |
|
|
|
0a122b |
diff --git a/hw/i386/pc_q35.c b/hw/i386/pc_q35.c
|
|
|
0a122b |
index 86c0c90..8d1a714 100644
|
|
|
0a122b |
--- a/hw/i386/pc_q35.c
|
|
|
0a122b |
+++ b/hw/i386/pc_q35.c
|
|
|
0a122b |
@@ -280,6 +280,7 @@ static QEMUMachine pc_q35_machine_rhel700 = {
|
|
|
0a122b |
.init = pc_q35_init_rhel700,
|
|
|
0a122b |
.hot_add_cpu = pc_hot_add_cpu,
|
|
|
0a122b |
.max_cpus = 255,
|
|
|
0a122b |
+ .default_machine_opts = "firmware=bios-256k.bin",
|
|
|
0a122b |
DEFAULT_MACHINE_OPTIONS,
|
|
|
0a122b |
};
|
|
|
0a122b |
|