Re: [Qemu-devel] [PATCH v2] libqos: Convert malloc-pc allocator to a generic allocator

2015-01-06 Thread Stefan Hajnoczi
On Thu, Oct 23, 2014 at 10:12:42AM +0200, Marc Marí wrote: > The allocator in malloc-pc has been extracted, so it can be used in every > arch. > This operation showed that both the alloc and free functions can be also > generic. > Because of this, the QGuestAllocator has been removed from is funct

Re: [Qemu-devel] [PATCH v2] libqos: Convert malloc-pc allocator to a generic allocator

2014-11-05 Thread John Snow
On 10/23/2014 04:12 AM, Marc Marí wrote: The allocator in malloc-pc has been extracted, so it can be used in every arch. This operation showed that both the alloc and free functions can be also generic. Because of this, the QGuestAllocator has been removed from is function to wrap the alloc and

[Qemu-devel] [PATCH v2] libqos: Convert malloc-pc allocator to a generic allocator

2014-10-23 Thread Marc Marí
The allocator in malloc-pc has been extracted, so it can be used in every arch. This operation showed that both the alloc and free functions can be also generic. Because of this, the QGuestAllocator has been removed from is function to wrap the alloc and free function, and now just contains the all