]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commitdiff
pc: Fix "prog_if" typo on PC_COMPAT_2_0
authorEduardo Habkost <ehabkost@redhat.com>
Tue, 24 Jun 2014 22:57:55 +0000 (19:57 -0300)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 29 Jun 2014 15:59:07 +0000 (18:59 +0300)
The property name is "prog_if", not "prof_if".

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Reported-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
include/hw/i386/pc.h

index 81718b843059573037eb7aa973132dc4599b61d1..1c0c382d8c29ea4a9e9067d684e04e599e5b6ac0 100644 (file)
@@ -321,7 +321,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),\
         },\
         {\