|
|
0a122b |
From 5be39a8c30fba163b3f8358c1b7db02facecb538 Mon Sep 17 00:00:00 2001
|
|
|
0a122b |
From: Laszlo Ersek <lersek@redhat.com>
|
|
|
0a122b |
Date: Sat, 11 Jan 2014 17:59:51 +0100
|
|
|
0a122b |
Subject: [PATCH 01/22] Partially revert "rhel: Drop "cfi.pflash01" and "isa-ide" device"
|
|
|
0a122b |
|
|
|
0a122b |
RH-Author: Laszlo Ersek <lersek@redhat.com>
|
|
|
0a122b |
Message-id: <1389463208-6278-2-git-send-email-lersek@redhat.com>
|
|
|
0a122b |
Patchwork-id: 56615
|
|
|
0a122b |
O-Subject: [RHEL-7.0 qemu-kvm PATCH 01/18] Partially revert "rhel: Drop "cfi.pflash01" and "isa-ide" device"
|
|
|
0a122b |
Bugzilla: 1032346
|
|
|
0a122b |
RH-Acked-by: Paolo Bonzini <pbonzini@redhat.com>
|
|
|
0a122b |
RH-Acked-by: Amos Kong <akong@redhat.com>
|
|
|
0a122b |
RH-Acked-by: Andrew Jones <drjones@redhat.com>
|
|
|
0a122b |
RH-Acked-by: Kevin Wolf <kwolf@redhat.com>
|
|
|
0a122b |
|
|
|
0a122b |
This reverts the cfi.pflash01 elimination in
|
|
|
0a122b |
commit f6852e27575e095269a47f434d318b5fc8822e0a.
|
|
|
0a122b |
|
|
|
0a122b |
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
|
|
|
0a122b |
---
|
|
|
0a122b |
default-configs/x86_64-softmmu.mak | 1 +
|
|
|
0a122b |
1 file changed, 1 insertion(+)
|
|
|
0a122b |
|
|
|
0a122b |
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
0a122b |
---
|
|
|
0a122b |
default-configs/x86_64-softmmu.mak | 1 +
|
|
|
0a122b |
1 files changed, 1 insertions(+), 0 deletions(-)
|
|
|
0a122b |
|
|
|
0a122b |
diff --git a/default-configs/x86_64-softmmu.mak b/default-configs/x86_64-softmmu.mak
|
|
|
0a122b |
index e7c48ec..7b8b05c 100644
|
|
|
0a122b |
--- a/default-configs/x86_64-softmmu.mak
|
|
|
0a122b |
+++ b/default-configs/x86_64-softmmu.mak
|
|
|
0a122b |
@@ -19,6 +19,7 @@ CONFIG_I8257=y
|
|
|
0a122b |
CONFIG_IDE_PIIX=y
|
|
|
0a122b |
CONFIG_PIIX_PCI=y
|
|
|
0a122b |
CONFIG_I8259=y
|
|
|
0a122b |
+CONFIG_PFLASH_CFI01=y
|
|
|
0a122b |
CONFIG_TPM_TIS=$(CONFIG_TPM)
|
|
|
0a122b |
CONFIG_PCI_HOTPLUG=y
|
|
|
0a122b |
CONFIG_MC146818RTC=y
|
|
|
0a122b |
--
|
|
|
0a122b |
1.7.1
|
|
|
0a122b |
|