qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PULL 00/43] pci, pc, acpi fixes, enhancements


From: Michael S. Tsirkin
Subject: Re: [Qemu-devel] [PULL 00/43] pci, pc, acpi fixes, enhancements
Date: Tue, 15 Oct 2013 17:37:25 +0300

On Tue, Oct 15, 2013 at 07:21:34AM -0700, Anthony Liguori wrote:
> I cannot reasonable revert a series like this before we cut GA.

It's very simple actually.
Here's a patch to disable it all.

diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c
index 63ae2ae..1a5a70c 100644
--- a/hw/i386/pc_piix.c
+++ b/hw/i386/pc_piix.c
@@ -59,7 +59,7 @@ static const int ide_irq[MAX_IDE_BUS] = { 14, 15 };
 
 static bool has_pvpanic;
 static bool has_pci_info = true;
-static bool has_acpi_build = true;
+static bool has_acpi_build = false;
 
 /* PC hardware initialisation */
 static void pc_init1(QEMUMachineInitArgs *args,
diff --git a/hw/i386/pc_q35.c b/hw/i386/pc_q35.c
index 4c191d3..4db95de 100644
--- a/hw/i386/pc_q35.c
+++ b/hw/i386/pc_q35.c
@@ -49,7 +49,7 @@
 
 static bool has_pvpanic;
 static bool has_pci_info = true;
-static bool has_acpi_build = true;
+static bool has_acpi_build = false;
 
 /* PC hardware initialisation */
 static void pc_q35_init(QEMUMachineInitArgs *args)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]