Re: [Qemu-devel] [PATCH V7 14/14] hmp: show snapshots on single block device

2013-02-27 Thread Wenchao Xia
于 2013-2-27 10:29, Wenchao Xia 写道: 于 2013-2-27 0:13, Eric Blake 写道: On 02/26/2013 03:40 AM, Wenchao Xia wrote: This patch added the support of showing internal snapshots on an image in the backing chain of a block device in hmp layer, by calling a qmp function. Signed-off-by: Wenchao Xia -

Re: [Qemu-devel] [PATCH V7 14/14] hmp: show snapshots on single block device

2013-02-26 Thread Wenchao Xia
于 2013-2-27 0:13, Eric Blake 写道: On 02/26/2013 03:40 AM, Wenchao Xia wrote: This patch added the support of showing internal snapshots on an image in the backing chain of a block device in hmp layer, by calling a qmp function. Signed-off-by: Wenchao Xia --- hmp.c | 81 ++

Re: [Qemu-devel] [PATCH V7 14/14] hmp: show snapshots on single block device

2013-02-26 Thread Eric Blake
On 02/26/2013 03:40 AM, Wenchao Xia wrote: > This patch added the support of showing internal snapshots on an > image in the backing chain of a block device in hmp layer, by > calling a qmp function. > > Signed-off-by: Wenchao Xia > --- > hmp.c | 81 > +++

[Qemu-devel] [PATCH V7 14/14] hmp: show snapshots on single block device

2013-02-26 Thread Wenchao Xia
This patch added the support of showing internal snapshots on an image in the backing chain of a block device in hmp layer, by calling a qmp function. Signed-off-by: Wenchao Xia --- hmp.c | 81 - monitor.c |6 ++-- 2 files c