Am 28.05.2014 um 16:57 hat Benoît Canet geschrieben: > Compile and link QAPI block core code into qemu-nbd. > > This patch circle around unwanted dependecies by stubing some functions in > qmp-stub.c. > > Signed-off-by: Benoit Canet <ben...@irqsave.net> > --- > Makefile | 33 +++++++++++++++++++++-- > Makefile.objs | 4 +++ > block/Makefile.objs | 11 +++++--- > qmp-stub.c | 77 > +++++++++++++++++++++++++++++++++++++++++++++++++++++
Shouldn't this be split into individual files in the stubs/ directory? Kevin