versatile: Fix typo in PCI_VPB_HOST definition
Fixes: cd93dbf375
("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>
This commit is contained in:
parent
0a258e9461
commit
1fdbdaa708
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user