Re: [Qemu-devel] [PATCH v4 05/11] libqos: Change free function called in malloc

2014-08-13 Thread Stefan Hajnoczi
On Tue, Aug 12, 2014 at 01:41:50PM +0200, Marc Marí wrote: > Reviewed-by: John Snow > Reviewed-by: Stefan Hajnoczi > Signed-off-by: Marc Marí > --- > tests/libqos/malloc.h |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Thanks, applied to my block tree: https://github.com/stefanha/q

[Qemu-devel] [PATCH v4 05/11] libqos: Change free function called in malloc

2014-08-12 Thread Marc Marí
Reviewed-by: John Snow Reviewed-by: Stefan Hajnoczi Signed-off-by: Marc Marí --- tests/libqos/malloc.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/libqos/malloc.h b/tests/libqos/malloc.h index 46f6000..5565381 100644 --- a/tests/libqos/malloc.h +++ b/tests/libqo