From e327e323f103f7354a0385b835255e86b16ae669 Mon Sep 17 00:00:00 2001 From: Isaku Yamahata Date: Wed, 23 Jun 2010 16:15:28 +0900 Subject: pci: remove PCIDeviceInfo::header_type replace PCIDeviceInfo::header_type with is_bridge as suggested by Michael S. Tsirkin Signed-off-by: Isaku Yamahata Signed-off-by: Blue Swirl --- hw/apb_pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/apb_pci.c') diff --git a/hw/apb_pci.c b/hw/apb_pci.c index 6dd529f57f..69a774d98b 100644 --- a/hw/apb_pci.c +++ b/hw/apb_pci.c @@ -434,7 +434,7 @@ static PCIDeviceInfo pbm_pci_host_info = { .qdev.name = "pbm", .qdev.size = sizeof(PCIDevice), .init = pbm_pci_host_init, - .header_type = PCI_HEADER_TYPE_BRIDGE, + .is_bridge = 1, }; static SysBusDeviceInfo pbm_host_info = { -- cgit v1.2.3-55-g7522