Revision 2be24aaa

b/hw/virtio.h
69 69
}
70 70

  
71 71
typedef struct VirtQueue VirtQueue;
72
typedef struct VirtIODevice VirtIODevice;
73 72

  
74 73
#define VIRTQUEUE_MAX_SIZE 1024
75 74

  
b/qemu-common.h
229 229
typedef struct DeviceState DeviceState;
230 230
typedef struct SSIBus SSIBus;
231 231
typedef struct EventNotifier EventNotifier;
232
typedef struct VirtIODevice VirtIODevice;
232 233

  
233 234
typedef uint64_t pcibus_t;
234 235

  

Also available in: Unified diff