Re: [Qemu-devel] [PATCH V6 0/6] export internal snapshot by qemu-nbd

2013-12-03 Thread Stefan Hajnoczi
On Fri, Nov 22, 2013 at 12:27:06PM +0800, Wenchao Xia wrote: > This series allow user to read internal snapshot's contents without qemu-img > convert. > > V2: > Address Stefan's comments: > 02: add 'fall through' comments in the case statement. > 03: add doc about the difference of internal

Re: [Qemu-devel] [PATCH V6 0/6] export internal snapshot by qemu-nbd

2013-12-02 Thread Wenchao Xia
于 2013/11/29 16:54, Wenchao Xia 写道: >> v6: >> Address Kevin's comments: >> 1: typo fix, remove device and snapshot info in error message. >> 2: use strstart(). >> 3: use _require_command(), limit proto to file, since when proto=nbd >> it can't work. also changed _require_command() t

Re: [Qemu-devel] [PATCH V6 0/6] export internal snapshot by qemu-nbd

2013-11-29 Thread Wenchao Xia
> v6: >Address Kevin's comments: >1: typo fix, remove device and snapshot info in error message. >2: use strstart(). >3: use _require_command(), limit proto to file, since when proto=nbd > it can't work. also changed _require_command() to tip better. >4: use strstart(). >6:

[Qemu-devel] [PATCH V6 0/6] export internal snapshot by qemu-nbd

2013-11-22 Thread Wenchao Xia
This series allow user to read internal snapshot's contents without qemu-img convert. V2: Address Stefan's comments: 02: add 'fall through' comments in the case statement. 03: add doc about the difference of internal snapshot and backing chain snapshot, which is used in previous '--snapshot'