Re: [Qemu-devel] [PATCH 05/14] libqos: add alloc_init_flags

2015-01-19 Thread Paolo Bonzini
On 13/01/2015 04:34, John Snow wrote: > Allow a generic interface to alloc_init_flags, > not just through pc_alloc_init_flags. > > Signed-off-by: John Snow > --- > tests/libqos/malloc-pc.c | 4 +--- > tests/libqos/malloc.c| 8 > tests/libqos/malloc.h| 2 ++ > 3 files changed,

[Qemu-devel] [PATCH 05/14] libqos: add alloc_init_flags

2015-01-12 Thread John Snow
Allow a generic interface to alloc_init_flags, not just through pc_alloc_init_flags. Signed-off-by: John Snow --- tests/libqos/malloc-pc.c | 4 +--- tests/libqos/malloc.c| 8 tests/libqos/malloc.h| 2 ++ 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/tests/libqo