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
δΊ 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
> 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:
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'