On Thu, Dec 05, 2013 at 08:02:46PM +0800, Wenchao Xia wrote:
> V2:
> 1: all fail case will goto fail section.
> 2: add the goto code.
>
> v3:
> Address Stefan's comments:
> 2: don't goto fail after allocation failure.
> 3: use sn->l1size correctly in qcow2_free_cluster().
> 4-7: add te
On Wed, Dec 18, 2013 at 10:13:40AM +0800, Wenchao Xia wrote:
> Hello, any comments? I hope to have a new year gift
It's in the queue, I hope to review it this week.
Hello, any comments? I hope to have a new year gift
ping?
hello, OK to merge?
V2:
1: all fail case will goto fail section.
2: add the goto code.
v3:
Address Stefan's comments:
2: don't goto fail after allocation failure.
3: use sn->l1size correctly in qcow2_free_cluster().
4-7: add test case to verify the error paths.
Other:
1: new patch fix a existing bug,