From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46097) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXnKu-0005E1-3t for qemu-devel@nongnu.org; Wed, 09 Apr 2014 03:54:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WXnKm-0003YO-VV for qemu-devel@nongnu.org; Wed, 09 Apr 2014 03:54:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:27304) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXnKm-0003Y6-Nb for qemu-devel@nongnu.org; Wed, 09 Apr 2014 03:54:12 -0400 Date: Wed, 9 Apr 2014 09:54:06 +0200 From: Igor Mammedov Message-ID: <20140409095406.40f35b1d@nial.usersys.redhat.com> In-Reply-To: <1396959858-6682-2-git-send-email-mst@redhat.com> References: <1396959858-6682-1-git-send-email-mst@redhat.com> <1396959858-6682-2-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL for-2.0] dsdt: tweak ACPI ID for hotplug resource device List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Peter Maydell , qemu-devel@nongnu.org, Anthony Liguori On Tue, 8 Apr 2014 15:24:18 +0300 "Michael S. Tsirkin" wrote: > ACPI0004 seems too new: > Windows XP complains about an unrecognized device. > This is a regression since 1.7. > Use PNP0A06 instead - Generic Container Device. > > Signed-off-by: Michael S. Tsirkin > Reviewed-By: Igor Mammedov > --- > hw/i386/acpi-dsdt-cpu-hotplug.dsl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/hw/i386/acpi-dsdt-cpu-hotplug.dsl b/hw/i386/acpi-dsdt-cpu-hotplug.dsl > index dee4843..34aab5a 100644 > --- a/hw/i386/acpi-dsdt-cpu-hotplug.dsl > +++ b/hw/i386/acpi-dsdt-cpu-hotplug.dsl > @@ -93,7 +93,7 @@ Scope(\_SB) { > } > > Device(CPU_HOTPLUG_RESOURCE_DEVICE) { > - Name(_HID, "ACPI0004") > + Name(_HID, EisaId("PNP0A06")) > > Name(_CRS, ResourceTemplate() { > IO(Decode16, CPU_STATUS_BASE, CPU_STATUS_BASE, 0, CPU_STATUS_LEN) There is a need to update test cases with new DSDTs, since it breaks them.