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