|
|
0a122b |
From 7677a5cbf45e70853de5e5af2de447ff585aee39 Mon Sep 17 00:00:00 2001
|
|
|
0a122b |
Message-Id: <7677a5cbf45e70853de5e5af2de447ff585aee39.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:13 +0100
|
|
|
0a122b |
Subject: [PATCH 50/56] ssdt-proc: update generated file
|
|
|
0a122b |
|
|
|
0a122b |
RH-Author: Michael S. Tsirkin <mst@redhat.com>
|
|
|
0a122b |
Message-id: <1387293161-4085-51-git-send-email-mst@redhat.com>
|
|
|
0a122b |
Patchwork-id: 56356
|
|
|
0a122b |
O-Subject: [PATCH qemu-kvm RHEL7.0 v2 50/57] ssdt-proc: update generated file
|
|
|
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 |
Update generated ssdt proc hex file (used for systems
|
|
|
0a122b |
lacking IASL) after P_BLK length change.
|
|
|
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 742f5d2ed578bb53b2130b6da2c66de9929f4821)
|
|
|
0a122b |
---
|
|
|
0a122b |
hw/i386/ssdt-proc.hex.generated | 10 +++++-----
|
|
|
0a122b |
1 file changed, 5 insertions(+), 5 deletions(-)
|
|
|
0a122b |
|
|
|
0a122b |
Signed-off-by: Michal Novotny <minovotn@redhat.com>
|
|
|
0a122b |
---
|
|
|
0a122b |
hw/i386/ssdt-proc.hex.generated | 10 +++++-----
|
|
|
0a122b |
1 file changed, 5 insertions(+), 5 deletions(-)
|
|
|
0a122b |
|
|
|
0a122b |
diff --git a/hw/i386/ssdt-proc.hex.generated b/hw/i386/ssdt-proc.hex.generated
|
|
|
0a122b |
index a28172e..bb9920d 100644
|
|
|
0a122b |
--- a/hw/i386/ssdt-proc.hex.generated
|
|
|
0a122b |
+++ b/hw/i386/ssdt-proc.hex.generated
|
|
|
0a122b |
@@ -11,7 +11,7 @@ static unsigned char ssdp_proc_aml[] = {
|
|
|
0a122b |
0x0,
|
|
|
0a122b |
0x0,
|
|
|
0a122b |
0x1,
|
|
|
0a122b |
-0xb3,
|
|
|
0a122b |
+0xb8,
|
|
|
0a122b |
0x42,
|
|
|
0a122b |
0x58,
|
|
|
0a122b |
0x50,
|
|
|
0a122b |
@@ -34,9 +34,9 @@ static unsigned char ssdp_proc_aml[] = {
|
|
|
0a122b |
0x4e,
|
|
|
0a122b |
0x54,
|
|
|
0a122b |
0x4c,
|
|
|
0a122b |
-0x28,
|
|
|
0a122b |
-0x5,
|
|
|
0a122b |
-0x10,
|
|
|
0a122b |
+0x23,
|
|
|
0a122b |
+0x8,
|
|
|
0a122b |
+0x13,
|
|
|
0a122b |
0x20,
|
|
|
0a122b |
0x5b,
|
|
|
0a122b |
0x83,
|
|
|
0a122b |
@@ -51,7 +51,7 @@ static unsigned char ssdp_proc_aml[] = {
|
|
|
0a122b |
0xb0,
|
|
|
0a122b |
0x0,
|
|
|
0a122b |
0x0,
|
|
|
0a122b |
-0x6,
|
|
|
0a122b |
+0x0,
|
|
|
0a122b |
0x8,
|
|
|
0a122b |
0x49,
|
|
|
0a122b |
0x44,
|
|
|
0a122b |
--
|
|
|
0a122b |
1.7.11.7
|
|
|
0a122b |
|