projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a258e9
)
versatile: Fix typo in PCI_VPB_HOST definition
author
Eduardo Habkost
<ehabkost@redhat.com>
Tue, 25 Aug 2020 19:20:07 +0000
(15:20 -0400)
committer
Eduardo Habkost
<ehabkost@redhat.com>
Thu, 27 Aug 2020 18:04:54 +0000
(14:04 -0400)
Fixes: cd93dbf375bd ("versatile_pci: Update to realize and instance init functions")
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Tested-By: Roman Bolshakov <r.bolshakov@yadro.com>
Message-Id: <
20200825192110
.
3528606
-12-ehabkost@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
hw/pci-host/versatile.c
patch
|
blob
|
history
diff --git
a/hw/pci-host/versatile.c
b/hw/pci-host/versatile.c
index 616882a80def49a45febf7506473529072588f5b..7e4aa467a257327785872b11bc423b30b4a2d213 100644
(file)
--- a/
hw/pci-host/versatile.c
+++ b/
hw/pci-host/versatile.c
@@
-161,7
+161,7
@@
static const VMStateDescription pci_vpb_vmstate = {
#define TYPE_VERSATILE_PCI_HOST "versatile_pci_host"
#define PCI_VPB_HOST(obj) \
- OBJECT_CHECK(PCIDevice, (obj), TYPE_VERSATILE_PCIHOST)
+ OBJECT_CHECK(PCIDevice, (obj), TYPE_VERSATILE_PCI
_
HOST)
typedef enum {
PCI_IMAP0 = 0x0,