9ae3a8
From 58ee433311cbd3f767efba8d062a84dead7ce44e Mon Sep 17 00:00:00 2001
9ae3a8
Message-Id: <58ee433311cbd3f767efba8d062a84dead7ce44e.1387298827.git.minovotn@redhat.com>
9ae3a8
In-Reply-To: <3ed0fb61a3dc912ef036d7ef450bed192090709e.1387298827.git.minovotn@redhat.com>
9ae3a8
References: <3ed0fb61a3dc912ef036d7ef450bed192090709e.1387298827.git.minovotn@redhat.com>
9ae3a8
From: "Michael S. Tsirkin" <mst@redhat.com>
9ae3a8
Date: Tue, 17 Dec 2013 15:19:11 +0100
9ae3a8
Subject: [PATCH 49/56] ssdt: fix PBLK length
9ae3a8
9ae3a8
RH-Author: Michael S. Tsirkin <mst@redhat.com>
9ae3a8
Message-id: <1387293161-4085-50-git-send-email-mst@redhat.com>
9ae3a8
Patchwork-id: 56355
9ae3a8
O-Subject: [PATCH qemu-kvm RHEL7.0 v2 49/57] ssdt: fix PBLK length
9ae3a8
Bugzilla: 1034876
9ae3a8
RH-Acked-by: Igor Mammedov <imammedo@redhat.com>
9ae3a8
RH-Acked-by: Marcel Apfelbaum <marcel.a@redhat.com>
9ae3a8
RH-Acked-by: Laszlo Ersek <lersek@redhat.com>
9ae3a8
9ae3a8
We don't really support CPU throttling, so supply 0 PBLK length.
9ae3a8
9ae3a8
Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
9ae3a8
Tested-by: Gerd Hoffmann <kraxel@redhat.com>
9ae3a8
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
9ae3a8
Tested-by: Igor Mammedov <imammedo@redhat.com>
9ae3a8
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
9ae3a8
(cherry picked from commit 6ec80ef1502e90d19b90f021514debe32c8689a8)
9ae3a8
---
9ae3a8
 hw/i386/ssdt-proc.dsl | 2 +-
9ae3a8
 1 file changed, 1 insertion(+), 1 deletion(-)
9ae3a8
9ae3a8
Signed-off-by: Michal Novotny <minovotn@redhat.com>
9ae3a8
---
9ae3a8
 hw/i386/ssdt-proc.dsl | 2 +-
9ae3a8
 1 file changed, 1 insertion(+), 1 deletion(-)
9ae3a8
9ae3a8
diff --git a/hw/i386/ssdt-proc.dsl b/hw/i386/ssdt-proc.dsl
9ae3a8
index 58333c7..8229bfd 100644
9ae3a8
--- a/hw/i386/ssdt-proc.dsl
9ae3a8
+++ b/hw/i386/ssdt-proc.dsl
9ae3a8
@@ -37,7 +37,7 @@ DefinitionBlock ("ssdt-proc.aml", "SSDT", 0x01, "BXPC", "BXSSDT", 0x1)
9ae3a8
     ACPI_EXTRACT_PROCESSOR_START ssdt_proc_start
9ae3a8
     ACPI_EXTRACT_PROCESSOR_END ssdt_proc_end
9ae3a8
     ACPI_EXTRACT_PROCESSOR_STRING ssdt_proc_name
9ae3a8
-    Processor(CPAA, 0xAA, 0x0000b010, 0x06) {
9ae3a8
+    Processor(CPAA, 0xAA, 0x00000000, 0x0) {
9ae3a8
         ACPI_EXTRACT_NAME_BYTE_CONST ssdt_proc_id
9ae3a8
         Name(ID, 0xAA)
9ae3a8
 /*
9ae3a8
-- 
9ae3a8
1.7.11.7
9ae3a8