From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39454) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBl03-0006il-Pr for qemu-devel@nongnu.org; Fri, 07 Feb 2014 07:57:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WBkzx-00038s-PQ for qemu-devel@nongnu.org; Fri, 07 Feb 2014 07:57:43 -0500 Received: from mx1.redhat.com ([209.132.183.28]:9240) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBkzx-00038f-Gw for qemu-devel@nongnu.org; Fri, 07 Feb 2014 07:57:37 -0500 From: Igor Mammedov Date: Fri, 7 Feb 2014 13:51:30 +0100 Message-Id: <1391777496-3882-4-git-send-email-imammedo@redhat.com> In-Reply-To: <1391777496-3882-1-git-send-email-imammedo@redhat.com> References: <1391777496-3882-1-git-send-email-imammedo@redhat.com> Subject: [Qemu-devel] [RFC 3/9] Partial revert "pc: ACPI: expose PRST IO range via _CRS" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kraxel@redhat.com, anthony@codemonkey.ws, mst@redhat.com This reverts part of commit 61a3f63560ccd2b5e8c9134e9213a1cff36f26bf that adds Device(CPU_HOTPLUG_RESOURCE_DEVICE) with CPU hotplug IO resource in its _CRS. Conflicts: hw/i386/acpi-dsdt-cpu-hotplug.dsl Signed-off-by: Igor Mammedov --- hw/i386/acpi-dsdt-cpu-hotplug.dsl | 11 ----------- 1 files changed, 0 insertions(+), 11 deletions(-) diff --git a/hw/i386/acpi-dsdt-cpu-hotplug.dsl b/hw/i386/acpi-dsdt-cpu-hotplug.dsl index dee4843..3acfe1b 100644 --- a/hw/i386/acpi-dsdt-cpu-hotplug.dsl +++ b/hw/i386/acpi-dsdt-cpu-hotplug.dsl @@ -16,7 +16,6 @@ /**************************************************************** * CPU hotplug ****************************************************************/ -#define CPU_HOTPLUG_RESOURCE_DEVICE PRES Scope(\_SB) { /* Objects filled in by run-time generated SSDT */ @@ -91,14 +90,4 @@ Scope(\_SB) { Increment(Local0) } } - - Device(CPU_HOTPLUG_RESOURCE_DEVICE) { - Name(_HID, "ACPI0004") - - Name(_CRS, ResourceTemplate() { - IO(Decode16, CPU_STATUS_BASE, CPU_STATUS_BASE, 0, CPU_STATUS_LEN) - }) - - Name(_STA, 0xB) /* present, functioning, decoding, not shown in UI */ - } } -- 1.7.1