Revision e327e323 hw/dec_pci.c

b/hw/dec_pci.c
90 90
    .qdev.name = "dec-21154",
91 91
    .qdev.size = sizeof(PCIDevice),
92 92
    .init      = dec_21154_pci_host_init,
93
    .header_type  = PCI_HEADER_TYPE_BRIDGE,
93
    .is_bridge  = 1,
94 94
};
95 95

  
96 96
static void dec_register_devices(void)

Also available in: Unified diff