Re: [Qemu-devel] [PATCH v2 06/15] libqos: Update QGuestAllocator to be opaque

2015-01-27 Thread Marc Marí
El Mon, 19 Jan 2015 15:15:54 -0500 John Snow escribió: > To avoid the architecture-specific implementations of the generic > qtest allocator having to know about fields within the allocator, add > a page_size setter method for users or arch specializations to use. > The allocator will assume a def

[Qemu-devel] [PATCH v2 06/15] libqos: Update QGuestAllocator to be opaque

2015-01-19 Thread John Snow
To avoid the architecture-specific implementations of the generic qtest allocator having to know about fields within the allocator, add a page_size setter method for users or arch specializations to use. The allocator will assume a default page_size for general use, but it can always be overridden.