Re: [Qemu-devel] [PATCH V3 2/7] qemu-nbd: support internal snapshot export

2013-10-09 Thread Wenchao Xia
于 2013/10/10 14:00, Wenchao Xia 写道: 于 2013/10/2 0:08, Paolo Bonzini 写道: Il 26/09/2013 02:16, Wenchao Xia ha scritto: Now it is possible to directly export an internal snapshot, which can be used to probe the snapshot's contents without qemu-img convert. Signed-off-by: Wenchao Xia --- block/s

Re: [Qemu-devel] [PATCH V3 2/7] qemu-nbd: support internal snapshot export

2013-10-09 Thread Wenchao Xia
于 2013/10/2 0:08, Paolo Bonzini 写道: Il 26/09/2013 02:16, Wenchao Xia ha scritto: Now it is possible to directly export an internal snapshot, which can be used to probe the snapshot's contents without qemu-img convert. Signed-off-by: Wenchao Xia --- block/snapshot.c | 18

Re: [Qemu-devel] [PATCH V3 2/7] qemu-nbd: support internal snapshot export

2013-10-01 Thread Paolo Bonzini
Il 26/09/2013 02:16, Wenchao Xia ha scritto: > Now it is possible to directly export an internal snapshot, which > can be used to probe the snapshot's contents without qemu-img > convert. > > Signed-off-by: Wenchao Xia > --- > block/snapshot.c | 18 ++ > include/block/s

Re: [Qemu-devel] [PATCH V3 2/7] qemu-nbd: support internal snapshot export

2013-10-01 Thread Eric Blake
On 09/25/2013 06:16 PM, Wenchao Xia wrote: > Now it is possible to directly export an internal snapshot, which > can be used to probe the snapshot's contents without qemu-img > convert. > > Signed-off-by: Wenchao Xia > --- > block/snapshot.c | 18 ++ > include/block/sna

[Qemu-devel] [PATCH V3 2/7] qemu-nbd: support internal snapshot export

2013-09-25 Thread Wenchao Xia
Now it is possible to directly export an internal snapshot, which can be used to probe the snapshot's contents without qemu-img convert. Signed-off-by: Wenchao Xia --- block/snapshot.c | 18 ++ include/block/snapshot.h |6 ++ qemu-nbd.c | 35