From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41826) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVx4s-0006VS-J5 for qemu-devel@nongnu.org; Tue, 15 Oct 2013 01:22:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VVx4m-000473-EN for qemu-devel@nongnu.org; Tue, 15 Oct 2013 01:21:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53084) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVx4m-00046t-6T for qemu-devel@nongnu.org; Tue, 15 Oct 2013 01:21:48 -0400 Date: Tue, 15 Oct 2013 08:24:18 +0300 From: "Michael S. Tsirkin" Message-ID: <20131015052418.GB16331@redhat.com> References: <1381762577-12526-1-git-send-email-mst@redhat.com> <1381762577-12526-26-git-send-email-mst@redhat.com> <87wqlflbzo.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87wqlflbzo.fsf@codemonkey.ws> 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: Anthony Liguori Cc: peter.maydell@linaro.org, imammedo@redhat.com, marcel.a@redhat.com, qemu-devel@nongnu.org, kraxel@redhat.com On Mon, Oct 14, 2013 at 03:32:43PM -0700, Anthony Liguori wrote: > "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???? When people send reviewed-by for the series this applies to the whole series. Probably not much to review here besides the file names. > 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