diff options
author | Eduardo Habkost | 2014-06-25 00:57:55 +0200 |
---|---|---|
committer | Michael S. Tsirkin | 2014-06-29 17:59:07 +0200 |
commit | fa118d1f8be40860469e8e23745d0202bdf229ba (patch) | |
tree | e7e4aad372e0913da9f12cb8dd79348fe1d0d84c /include/hw | |
parent | pc: Move q35 compat props to PC_COMPAT_* (diff) | |
download | qemu-fa118d1f8be40860469e8e23745d0202bdf229ba.tar.gz qemu-fa118d1f8be40860469e8e23745d0202bdf229ba.tar.xz qemu-fa118d1f8be40860469e8e23745d0202bdf229ba.zip |
pc: Fix "prog_if" typo on PC_COMPAT_2_0
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>
Diffstat (limited to 'include/hw')
-rw-r--r-- | include/hw/i386/pc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/i386/pc.h b/include/hw/i386/pc.h index 81718b8430..1c0c382d8c 100644 --- 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 = "prof_if",\ + .property = "prog_if",\ .value = stringify(0),\ },\ {\ |