From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38259) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzZfS-0006ij-53 for qemu-devel@nongnu.org; Tue, 24 Jun 2014 18:58:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WzZfM-0000A8-DQ for qemu-devel@nongnu.org; Tue, 24 Jun 2014 18:58:22 -0400 From: Eduardo Habkost Date: Tue, 24 Jun 2014 19:57:55 -0300 Message-Id: <1403650675-3368-1-git-send-email-ehabkost@redhat.com> Subject: [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: qemu-devel@nongnu.org, qemu-trivial@nongnu.org Cc: Gerd Hoffmann , "Michael S. Tsirkin" The property name is "prog_if", not "prof_if". Signed-off-by: Eduardo Habkost Cc: BALATON Zoltan --- 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