Re: [Qemu-devel] [qemu-devel] [PATCH V2 0/3] [RFC] libqblock draft code v2

2012-08-14 Thread Blue Swirl
On Tue, Aug 14, 2012 at 8:52 AM, Wenchao Xia wrote: > 于 2012-8-14 4:00, Blue Swirl 写道: > >> On Mon, Aug 13, 2012 at 11:27 AM, Wenchao Xia >> wrote: >>> >>> 于 2012-8-11 20:18, Blue Swirl 写道: >>> On Fri, Aug 10, 2012 at 8:04 AM, Wenchao Xia wrote: > > > Thanks for y

Re: [Qemu-devel] [qemu-devel] [PATCH V2 0/3] [RFC] libqblock draft code v2

2012-08-14 Thread Wenchao Xia
于 2012-8-14 4:00, Blue Swirl 写道: On Mon, Aug 13, 2012 at 11:27 AM, Wenchao Xia wrote: 于 2012-8-11 20:18, Blue Swirl 写道: On Fri, Aug 10, 2012 at 8:04 AM, Wenchao Xia wrote: Thanks for your review, sorry I have forgot some fixing you mentioned before, will correct them this time. 于 201

Re: [Qemu-devel] [qemu-devel] [PATCH V2 0/3] [RFC] libqblock draft code v2

2012-08-13 Thread Blue Swirl
On Mon, Aug 13, 2012 at 11:27 AM, Wenchao Xia wrote: > 于 2012-8-11 20:18, Blue Swirl 写道: > >> On Fri, Aug 10, 2012 at 8:04 AM, Wenchao Xia >> wrote: >>> >>> Thanks for your review, sorry I have forgot some fixing you >>> mentioned before, will correct them this time. >>> >>> 于 2012-8-10 1:12,

Re: [Qemu-devel] [qemu-devel] [PATCH V2 0/3] [RFC] libqblock draft code v2

2012-08-13 Thread Wenchao Xia
于 2012-8-11 20:18, Blue Swirl 写道: On Fri, Aug 10, 2012 at 8:04 AM, Wenchao Xia wrote: Thanks for your review, sorry I have forgot some fixing you mentioned before, will correct them this time. 于 2012-8-10 1:12, Blue Swirl 写道: On Thu, Aug 9, 2012 at 10:10 AM, Wenchao Xia wrote: Thi

Re: [Qemu-devel] [qemu-devel] [PATCH V2 0/3] [RFC] libqblock draft code v2

2012-08-11 Thread Blue Swirl
On Fri, Aug 10, 2012 at 8:04 AM, Wenchao Xia wrote: >Thanks for your review, sorry I have forgot some fixing you > mentioned before, will correct them this time. > > 于 2012-8-10 1:12, Blue Swirl 写道: > >> On Thu, Aug 9, 2012 at 10:10 AM, Wenchao Xia >> wrote: >>> >>>This patch intrudce lib

Re: [Qemu-devel] [qemu-devel] [PATCH V2 0/3] [RFC] libqblock draft code v2

2012-08-10 Thread Wenchao Xia
Thanks for your review, sorry I have forgot some fixing you mentioned before, will correct them this time. 于 2012-8-10 1:12, Blue Swirl 写道: On Thu, Aug 9, 2012 at 10:10 AM, Wenchao Xia wrote: This patch intrudce libqblock API, libqblock-test is used as a test case. V2: Using struct_s

Re: [Qemu-devel] [qemu-devel] [PATCH V2 0/3] [RFC] libqblock draft code v2

2012-08-09 Thread Blue Swirl
On Thu, Aug 9, 2012 at 10:10 AM, Wenchao Xia wrote: > This patch intrudce libqblock API, libqblock-test is used as a test case. > > V2: > Using struct_size and [xxx]_new [xxx]_free to keep ABI. > Using embbed structure to class format options in image creating. > Format specific options we

[Qemu-devel] [qemu-devel] [PATCH V2 0/3] [RFC] libqblock draft code v2

2012-08-09 Thread Wenchao Xia
This patch intrudce libqblock API, libqblock-test is used as a test case. V2: Using struct_size and [xxx]_new [xxx]_free to keep ABI. Using embbed structure to class format options in image creating. Format specific options were brought to surface. Image format was changed to enum interg