From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44578) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzgDz-0000d9-Hu for qemu-devel@nongnu.org; Wed, 25 Jun 2014 01:58:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WzgDu-0004JJ-L6 for qemu-devel@nongnu.org; Wed, 25 Jun 2014 01:58:27 -0400 Date: Wed, 25 Jun 2014 08:58:43 +0300 From: "Michael S. Tsirkin" Message-ID: <20140625055843.GB21553@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> Subject: Re: [Qemu-devel] [PATCH] pc: Fix "prog_if" typo on PC_COMPAT_2_0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org, Gerd Hoffmann 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 Applied, thanks! > --- > 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