218e99
From 9071e5a73e65f8032c0fbf283b1dbdfa67b0c617 Mon Sep 17 00:00:00 2001
218e99
From: Orit Wasserman <owasserm@redhat.com>
218e99
Date: Wed, 9 Oct 2013 10:09:15 +0200
218e99
Subject: [PATCH 20/25] pc: drop external DSDT loading
218e99
218e99
RH-Author: Orit Wasserman <owasserm@redhat.com>
218e99
Message-id: <1381313355-15641-11-git-send-email-owasserm@redhat.com>
218e99
Patchwork-id: 54806
218e99
O-Subject: [RHEL7.0 qemu-kvm v2 10/10] pc: drop external DSDT loading
218e99
Bugzilla: 921465
218e99
RH-Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
218e99
RH-Acked-by: Juan Quintela <quintela@redhat.com>
218e99
RH-Acked-by: Paolo Bonzini <pbonzini@redhat.com>
218e99
218e99
From: Anthony Liguori <aliguori@us.ibm.com>
218e99
218e99
This breaks migration and is unneeded with modern SeaBIOS.
218e99
218e99
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
218e99
Message-id: 1376316104-11269-1-git-send-email-aliguori@us.ibm.com
218e99
(cherry picked from commit 9fb7aaaf4c58c9108327f0ae4766087e3e496b47)
218e99
---
218e99
 hw/i386/pc_piix.c | 1 -
218e99
 1 file changed, 1 deletion(-)
218e99
218e99
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
218e99
---
218e99
 hw/i386/pc_piix.c |    1 -
218e99
 1 files changed, 0 insertions(+), 1 deletions(-)
218e99
218e99
diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c
218e99
index 06e9eb8..af1f602 100644
218e99
--- a/hw/i386/pc_piix.c
218e99
+++ b/hw/i386/pc_piix.c
218e99
@@ -96,7 +96,6 @@ static void pc_init1(MemoryRegion *system_memory,
218e99
                               OBJECT(icc_bridge), NULL);
218e99
 
218e99
     pc_cpus_init(cpu_model, icc_bridge);
218e99
-    pc_acpi_init("acpi-dsdt.aml");
218e99
 
218e99
     if (kvmclock_enabled) {
218e99
         kvmclock_create();
218e99
-- 
218e99
1.7.1
218e99