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
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;
> +
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