Revision 323abebf

b/hw/spapr_pci.c
32 32

  
33 33
#include "hw/pci_internals.h"
34 34

  
35
static const uint32_t bars[] = {
36
    PCI_BASE_ADDRESS_0, PCI_BASE_ADDRESS_1,
37
    PCI_BASE_ADDRESS_2, PCI_BASE_ADDRESS_3,
38
    PCI_BASE_ADDRESS_4, PCI_BASE_ADDRESS_5
39
    /*, PCI_ROM_ADDRESS*/
40
};
41

  
42 35
static PCIDevice *find_dev(sPAPREnvironment *spapr,
43 36
                           uint64_t buid, uint32_t config_addr)
44 37
{

Also available in: Unified diff