qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 06/14] libqos: add pc specific interface


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 06/14] libqos: add pc specific interface
Date: Mon, 19 Jan 2015 18:03:32 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0


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 <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]