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

2013-11-07 Thread Wenchao Xia
Hello, rebase on upstream?

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

2013-10-31 Thread Wenchao Xia
于 2013/10/11 10:33, 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 c

[Qemu-devel] [PATCH V4 0/5] export internal snapshot by qemu-nbd

2013-10-11 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'