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

2013-09-29 Thread Wenchao Xia
于 2013/9/26 8:16, 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 >

[Qemu-devel] [PATCH V3 0/7] export internal snapshot by qemu-nbd

2013-09-25 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'