Re: [Qemu-devel] [PATCH V10 11/17] qmp: add ImageInfo in BlockDeviceInfo used by query-block

2013-04-02 Thread Kevin Wolf
Am 29.03.2013 um 03:35 hat Wenchao Xia geschrieben: 于 2013-3-28 17:54, Kevin Wolf 写道: Am 22.03.2013 um 15:19 hat Wenchao Xia geschrieben: Now image info will be retrieved as an embbed json object inside BlockDeviceInfo, backing chain info and all related internal snapshot info can be got

Re: [Qemu-devel] [PATCH V10 11/17] qmp: add ImageInfo in BlockDeviceInfo used by query-block

2013-04-02 Thread Wenchao Xia
于 2013-4-2 16:09, Kevin Wolf 写道: Am 29.03.2013 um 03:35 hat Wenchao Xia geschrieben: 于 2013-3-28 17:54, Kevin Wolf 写道: Am 22.03.2013 um 15:19 hat Wenchao Xia geschrieben: Now image info will be retrieved as an embbed json object inside BlockDeviceInfo, backing chain info and all related

Re: [Qemu-devel] [PATCH V10 11/17] qmp: add ImageInfo in BlockDeviceInfo used by query-block

2013-04-02 Thread Kevin Wolf
Am 02.04.2013 um 10:54 hat Wenchao Xia geschrieben: 于 2013-4-2 16:09, Kevin Wolf 写道: Am 29.03.2013 um 03:35 hat Wenchao Xia geschrieben: 于 2013-3-28 17:54, Kevin Wolf 写道: Am 22.03.2013 um 15:19 hat Wenchao Xia geschrieben: Now image info will be retrieved as an embbed json object inside

Re: [Qemu-devel] [PATCH V10 11/17] qmp: add ImageInfo in BlockDeviceInfo used by query-block

2013-03-28 Thread Kevin Wolf
Am 22.03.2013 um 15:19 hat Wenchao Xia geschrieben: Now image info will be retrieved as an embbed json object inside BlockDeviceInfo, backing chain info and all related internal snapshot info can be got in the enhanced recursive structure of ImageInfo. Signed-off-by: Wenchao Xia

Re: [Qemu-devel] [PATCH V10 11/17] qmp: add ImageInfo in BlockDeviceInfo used by query-block

2013-03-28 Thread Wenchao Xia
于 2013-3-28 17:54, Kevin Wolf 写道: Am 22.03.2013 um 15:19 hat Wenchao Xia geschrieben: Now image info will be retrieved as an embbed json object inside BlockDeviceInfo, backing chain info and all related internal snapshot info can be got in the enhanced recursive structure of ImageInfo.

[Qemu-devel] [PATCH V10 11/17] qmp: add ImageInfo in BlockDeviceInfo used by query-block

2013-03-22 Thread Wenchao Xia
Now image info will be retrieved as an embbed json object inside BlockDeviceInfo, backing chain info and all related internal snapshot info can be got in the enhanced recursive structure of ImageInfo. Signed-off-by: Wenchao Xia xiaw...@linux.vnet.ibm.com --- block/qapi.c | 39