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