From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47006) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQi7b-00030J-WD for qemu-devel@nongnu.org; Wed, 25 Feb 2015 14:59:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YQi7b-0000QG-B2 for qemu-devel@nongnu.org; Wed, 25 Feb 2015 14:59:51 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38444) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQi7b-0000Q5-3c for qemu-devel@nongnu.org; Wed, 25 Feb 2015 14:59:51 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t1PJxoLV011322 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 25 Feb 2015 14:59:50 -0500 Date: Wed, 25 Feb 2015 20:59:41 +0100 From: "Michael S. Tsirkin" Message-ID: <20150225195941.GA19765@redhat.com> References: <1424884133-323-1-git-send-email-imammedo@redhat.com> <1424884133-323-4-git-send-email-imammedo@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1424884133-323-4-git-send-email-imammedo@redhat.com> Subject: Re: [Qemu-devel] [PATCH V13 3/4] pc: add a Virtual Machine Generation ID device List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov Cc: ghammer@redhat.com, qemu-devel@nongnu.org > diff --git a/hw/i386/acpi-dsdt.dsl b/hw/i386/acpi-dsdt.dsl > index a611e07..884038b 100644 > --- a/hw/i386/acpi-dsdt.dsl > +++ b/hw/i386/acpi-dsdt.dsl > @@ -306,8 +306,6 @@ DefinitionBlock ( > Scope(\_GPE) { > Name(_HID, "ACPI0006") > > - Method(_L00) { > - } > Method(_E01) { > // PCI hotplug event > Acquire(\_SB.PCI0.BLCK, 0xFFFF) > diff --git a/hw/i386/q35-acpi-dsdt.dsl b/hw/i386/q35-acpi-dsdt.dsl > index e1cee5d..9eb794c 100644 > --- a/hw/i386/q35-acpi-dsdt.dsl > +++ b/hw/i386/q35-acpi-dsdt.dsl > @@ -414,8 +414,6 @@ DefinitionBlock ( > Scope(\_GPE) { > Name(_HID, "ACPI0006") > > - Method(_L00) { > - } > Method(_L01) { > } > Method(_E02) { What is this change doing?