From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52602) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRiob-0000mP-Vj for qemu-devel@nongnu.org; Thu, 03 Oct 2013 09:19:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VRioV-00006i-SI for qemu-devel@nongnu.org; Thu, 03 Oct 2013 09:19:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38076) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRioV-00006T-Ja for qemu-devel@nongnu.org; Thu, 03 Oct 2013 09:19:31 -0400 Date: Thu, 3 Oct 2013 16:21:49 +0300 From: "Michael S. Tsirkin" Message-ID: <1380806439-32587-15-git-send-email-mst@redhat.com> References: <1380806439-32587-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1380806439-32587-1-git-send-email-mst@redhat.com> Subject: [Qemu-devel] [PATCH v7 14/26] acpi: ssdt pcihp: updat generated file List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Anthony Liguori Cc: pbonzini@redhat.com, imammedo@redhat.com, afaerber@suse.de, kraxel@redhat.com update generated file, not sure what changed Reviewed-by: Gerd Hoffmann Tested-by: Gerd Hoffmann Signed-off-by: Michael S. Tsirkin --- hw/i386/ssdt-pcihp.hex.generated | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hw/i386/ssdt-pcihp.hex.generated b/hw/i386/ssdt-pcihp.hex.generated index 0d32a27..b3c2cd5 100644 --- a/hw/i386/ssdt-pcihp.hex.generated +++ b/hw/i386/ssdt-pcihp.hex.generated @@ -17,7 +17,7 @@ static unsigned char ssdp_pcihp_aml[] = { 0x0, 0x0, 0x1, -0x77, +0x76, 0x42, 0x58, 0x50, @@ -40,9 +40,9 @@ static unsigned char ssdp_pcihp_aml[] = { 0x4e, 0x54, 0x4c, -0x28, -0x5, -0x10, +0x23, +0x8, +0x13, 0x20, 0x10, 0x33, -- MST