All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH] pc: Fix "prog_if" typo on PC_COMPAT_2_0
@ 2014-06-24 22:57 ` Eduardo Habkost
  0 siblings, 0 replies; 8+ messages in thread
From: Eduardo Habkost @ 2014-06-24 22:57 UTC (permalink / raw)
  To: qemu-devel, qemu-trivial
  Cc: BALATON Zoltan, Gerd Hoffmann, Michael S. Tsirkin

The property name is "prog_if", not "prof_if".

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Cc: BALATON Zoltan <balaton@eik.bme.hu>
---
 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



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-06-25  6:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-24 22:57 [Qemu-trivial] [PATCH] pc: Fix "prog_if" typo on PC_COMPAT_2_0 Eduardo Habkost
2014-06-24 22:57 ` [Qemu-devel] " Eduardo Habkost
2014-06-25  5:58 ` [Qemu-trivial] " Michael S. Tsirkin
2014-06-25  5:58   ` [Qemu-devel] " Michael S. Tsirkin
2014-06-25  6:00 ` [Qemu-trivial] " Michael S. Tsirkin
2014-06-25  6:00   ` [Qemu-devel] " Michael S. Tsirkin
2014-06-25  6:01   ` [Qemu-trivial] " Michael S. Tsirkin
2014-06-25  6:01     ` [Qemu-devel] " Michael S. Tsirkin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.