projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8f5cfd
)
pc: Fix "prog_if" typo on PC_COMPAT_2_0
author
Eduardo Habkost
<ehabkost@redhat.com>
Tue, 24 Jun 2014 22:57:55 +0000
(19:57 -0300)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/include/hw/i386/pc.h
b/include/hw/i386/pc.h
index 81718b843059573037eb7aa973132dc4599b61d1..1c0c382d8c29ea4a9e9067d684e04e599e5b6ac0 100644
(file)
--- a/
include/hw/i386/pc.h
+++ b/
include/hw/i386/pc.h
@@
-321,7
+321,7
@@
bool e820_get_entry(int, uint32_t, uint64_t *, uint64_t *);
},\
{\
.driver = "pci-serial-2x",\
- .property = "pro
f
_if",\
+ .property = "pro
g
_if",\
.value = stringify(0),\
},\
{\