Re: [Qemu-devel] [RFC 1/3] qtest: Prepare hypercall support

2013-01-25 Thread Andreas Färber
Am 25.01.2013 12:27, schrieb Alexander Graf: > > On 23.01.2013, at 11:01, Andreas Färber wrote: > >> diff --git a/include/sysemu/qtest.h b/include/sysemu/qtest.h >> index 723a4f9..75ab29d 100644 >> --- a/include/sysemu/qtest.h >> +++ b/include/sysemu/qtest.h >> @@ -32,6 +32,8 @@ static inline int

Re: [Qemu-devel] [RFC 1/3] qtest: Prepare hypercall support

2013-01-25 Thread Alexander Graf
On 23.01.2013, at 11:01, Andreas Färber wrote: > Signed-off-by: Andreas Färber > --- > include/sysemu/qtest.h |2 ++ > qtest.c| 26 ++ > stubs/Makefile.objs|1 + > stubs/qtest.c | 12 > tests/libqtest.c | 21 ++

Re: [Qemu-devel] [RFC 1/3] qtest: Prepare hypercall support

2013-01-23 Thread Anthony Liguori
Andreas Färber writes: > Signed-off-by: Andreas Färber > --- > include/sysemu/qtest.h |2 ++ > qtest.c| 26 ++ > stubs/Makefile.objs|1 + > stubs/qtest.c | 12 > tests/libqtest.c | 21 + >

[Qemu-devel] [RFC 1/3] qtest: Prepare hypercall support

2013-01-23 Thread Andreas Färber
Signed-off-by: Andreas Färber --- include/sysemu/qtest.h |2 ++ qtest.c| 26 ++ stubs/Makefile.objs|1 + stubs/qtest.c | 12 tests/libqtest.c | 21 + tests/libqtest.h | 17 +++