qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] pc: Fix "prog_if" typo on PC_COMPAT_2_0


From: Eduardo Habkost
Subject: [Qemu-devel] [PATCH] pc: Fix "prog_if" typo on PC_COMPAT_2_0
Date: Tue, 24 Jun 2014 19:57:55 -0300

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

Signed-off-by: Eduardo Habkost <address@hidden>
Cc: BALATON Zoltan <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]