Revision 186993ee

b/hw/pci.h
70 70
#define PCI_DEVICE_ID_VIRTIO_BALLOON     0x1002
71 71
#define PCI_DEVICE_ID_VIRTIO_CONSOLE     0x1003
72 72

  
73
typedef uint64_t pcibus_t;
74 73
#define FMT_PCIBUS                      PRIx64
75 74

  
76 75
typedef void PCIConfigWriteFunc(PCIDevice *pci_dev,
b/qemu-common.h
225 225
typedef struct DeviceState DeviceState;
226 226
typedef struct SSIBus SSIBus;
227 227

  
228
typedef uint64_t pcibus_t;
229

  
228 230
/* CPU save/load.  */
229 231
void cpu_save(QEMUFile *f, void *opaque);
230 232
int cpu_load(QEMUFile *f, void *opaque, int version_id);

Also available in: Unified diff