Re: [Qemu-devel] [PATCH V8 02/20] build: add block/qapi.c

2013-03-08 Thread Wenchao Xia
于 2013-3-9 4:22, Eric Blake 写道: > On 03/06/2013 11:07 PM, Wenchao Xia wrote: >>This file will have qmp related functions for block. To avoid conflict and >> tip better, macro in header file is BLOCK_QAPI_H instead of QAPI_H. >> >> Signed-off-by: Wenchao Xia >> --- > >> --- /dev/null >> +++ b/

Re: [Qemu-devel] [PATCH V8 02/20] build: add block/qapi.c

2013-03-08 Thread Eric Blake
On 03/06/2013 11:07 PM, Wenchao Xia wrote: > This file will have qmp related functions for block. To avoid conflict and > tip better, macro in header file is BLOCK_QAPI_H instead of QAPI_H. > > Signed-off-by: Wenchao Xia > --- > --- /dev/null > +++ b/include/block/qapi.h > @@ -0,0 +1,4 @@ > +#

[Qemu-devel] [PATCH V8 02/20] build: add block/qapi.c

2013-03-06 Thread Wenchao Xia
This file will have qmp related functions for block. To avoid conflict and tip better, macro in header file is BLOCK_QAPI_H instead of QAPI_H. Signed-off-by: Wenchao Xia --- block/Makefile.objs |2 +- block/qapi.c | 14 ++ include/block/qapi.h |4 3 files ch