From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39809) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVqh4-0006GE-VS for qemu-devel@nongnu.org; Mon, 14 Oct 2013 18:33:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VVqgx-0004zg-Mw for qemu-devel@nongnu.org; Mon, 14 Oct 2013 18:32:54 -0400 Received: from mail-pb0-f41.google.com ([209.85.160.41]:32832) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVqgx-0004zU-HH for qemu-devel@nongnu.org; Mon, 14 Oct 2013 18:32:47 -0400 Received: by mail-pb0-f41.google.com with SMTP id rp2so7929723pbb.0 for ; Mon, 14 Oct 2013 15:32:46 -0700 (PDT) From: Anthony Liguori In-Reply-To: <1381762577-12526-26-git-send-email-mst@redhat.com> References: <1381762577-12526-1-git-send-email-mst@redhat.com> <1381762577-12526-26-git-send-email-mst@redhat.com> Date: Mon, 14 Oct 2013 15:32:43 -0700 Message-ID: <87wqlflbzo.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PULL 25/43] acpi: ssdt pcihp: updat generated file List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" , qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, imammedo@redhat.com, kraxel@redhat.com, marcel.a@redhat.com "Michael S. Tsirkin" writes: > update generated file, not sure what changed > > Reviewed-by: Gerd Hoffmann > Tested-by: Gerd Hoffmann > Reviewed-by: Igor Mammedov > Tested-by: Igor Mammedov > Signed-off-by: Michael S. Tsirkin How in the world did this get reviewed by's???? Regards, Anthony Liguori > --- > 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