Re: [Qemu-devel] [PATCH v1 06/72] qapi: create two block related json modules

2014-06-02 Thread Eric Blake
On 05/31/2014 05:50 AM, Benoît Canet wrote: > qapi/block-core.json contains block definitions unrelated to emulation. > > qapi/block.json is a superset of the previous and contains definitions related > to emulation. > > The purpose of these extractions is to be able to hook qapi/block-core.json

[Qemu-devel] [PATCH v1 06/72] qapi: create two block related json modules

2014-05-31 Thread Benoît Canet
qapi/block-core.json contains block definitions unrelated to emulation. qapi/block.json is a superset of the previous and contains definitions related to emulation. The purpose of these extractions is to be able to hook qapi/block-core.json generated code on qemu-nbd. Signed-off-by: Benoit Canet