On 13/01/2015 04:34, John Snow wrote: > +typedef struct QOSOperations { > + QGuestAllocator *(*init_allocator)(QAllocOpts); > + void (*uninit_allocator)(QGuestAllocator *); > +} QOSOperations;
Typically called FooOps or FooInfo. Apart from that, Reviewed-by: Paolo Bonzini <pbonz...@redhat.com>