Re: [Qemu-devel] [PATCH 2/3] libqos: Add malloc generic

2014-10-02 Thread Stefan Hajnoczi
On Thu, Sep 04, 2014 at 06:24:38PM +0200, Marc Marí wrote: > This malloc is a basic interface implementation that works for any platform. > It should be replaced in the future for a real malloc implementation for each > of the platforms. > > Signed-off-by: Marc Marí > --- > tests/libqos/malloc-g

[Qemu-devel] [PATCH 2/3] libqos: Add malloc generic

2014-09-04 Thread Marc Marí
This malloc is a basic interface implementation that works for any platform. It should be replaced in the future for a real malloc implementation for each of the platforms. Signed-off-by: Marc Marí --- tests/libqos/malloc-generic.c | 54 + tests/libqos/m