From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1WzgGS-0002l8-9g for mharc-qemu-trivial@gnu.org; Wed, 25 Jun 2014 02:01:00 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45019) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzgGL-0002bh-Kp for qemu-trivial@nongnu.org; Wed, 25 Jun 2014 02:00:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WzgGG-0004z9-Nm for qemu-trivial@nongnu.org; Wed, 25 Jun 2014 02:00:53 -0400 Received: from mx1.redhat.com ([209.132.183.28]:63617) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzgG6-0004xa-CO; Wed, 25 Jun 2014 02:00:38 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s5P60YK9020496 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 25 Jun 2014 02:00:35 -0400 Received: from redhat.com (ovpn-116-41.ams2.redhat.com [10.36.116.41]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with SMTP id s5P60VlI032651; Wed, 25 Jun 2014 02:00:32 -0400 Date: Wed, 25 Jun 2014 09:00:59 +0300 From: "Michael S. Tsirkin" To: Eduardo Habkost Message-ID: <20140625060059.GC21553@redhat.com> References: <1403650675-3368-1-git-send-email-ehabkost@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1403650675-3368-1-git-send-email-ehabkost@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: qemu-trivial@nongnu.org, BALATON Zoltan , qemu-devel@nongnu.org, Gerd Hoffmann Subject: Re: [Qemu-trivial] [PATCH] pc: Fix "prog_if" typo on PC_COMPAT_2_0 X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jun 2014 06:00:58 -0000 On Tue, Jun 24, 2014 at 07:57:55PM -0300, Eduardo Habkost wrote: > The property name is "prog_if", not "prof_if". > > Signed-off-by: Eduardo Habkost > Cc: BALATON Zoltan Should be reported-by, by the way. Cc: means "I have notified this person just in case". > --- > include/hw/i386/pc.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/hw/i386/pc.h b/include/hw/i386/pc.h > index 486e98f..1331d5a 100644 > --- a/include/hw/i386/pc.h > +++ b/include/hw/i386/pc.h > @@ -358,7 +358,7 @@ bool e820_get_entry(int, uint32_t, uint64_t *, uint64_t *); > },\ > {\ > .driver = "pci-serial-2x",\ > - .property = "prof_if",\ > + .property = "prog_if",\ > .value = stringify(0),\ > },\ > {\ > -- > 1.9.3