Re: [Qemu-devel] [RFC PATCH 8/8] libqos: add malloc

2013-03-13 Thread Anthony Liguori
Kevin Wolf writes: > Am 05.03.2013 um 14:53 hat Anthony Liguori geschrieben: >> Signed-off-by: Anthony Liguori > >> --- /dev/null >> +++ b/tests/libqos/malloc.h >> @@ -0,0 +1,26 @@ >> +#ifndef LIBQOS_MALLOC_H >> +#define LIBQOS_MALLOC_H >> + >> +#include >> +#include >> + >> +typedef struct QG

Re: [Qemu-devel] [RFC PATCH 8/8] libqos: add malloc

2013-03-13 Thread Kevin Wolf
Am 05.03.2013 um 14:53 hat Anthony Liguori geschrieben: > Signed-off-by: Anthony Liguori > --- /dev/null > +++ b/tests/libqos/malloc.h > @@ -0,0 +1,26 @@ > +#ifndef LIBQOS_MALLOC_H > +#define LIBQOS_MALLOC_H > + > +#include > +#include > + > +typedef struct QGuestAllocator QGuestAllocator; > +

[Qemu-devel] [RFC PATCH 8/8] libqos: add malloc

2013-03-05 Thread Anthony Liguori
Signed-off-by: Anthony Liguori --- tests/Makefile | 1 + tests/libqos/malloc-pc.c | 59 tests/libqos/malloc-pc.h | 8 +++ tests/libqos/malloc.h| 26 + 4 files changed, 94 insertions(+) create mode 100644 tes