Re: [Qemu-devel] [PATCH V2 3/6] libqblock error handling

2012-09-14 Thread Blue Swirl
On Wed, Sep 12, 2012 at 2:58 AM, Wenchao Xia wrote: > 于 2012-9-12 4:32, Blue Swirl 写道: > >> On Mon, Sep 10, 2012 at 8:26 AM, Wenchao Xia >> wrote: >>> >>>This patch contains error handling APIs, which user could call them to >>> get error details. >>> >>> Signed-off-by: Wenchao Xia >>> --- >

Re: [Qemu-devel] [PATCH V2 3/6] libqblock error handling

2012-09-11 Thread Wenchao Xia
于 2012-9-12 4:32, Blue Swirl 写道: On Mon, Sep 10, 2012 at 8:26 AM, Wenchao Xia wrote: This patch contains error handling APIs, which user could call them to get error details. Signed-off-by: Wenchao Xia --- libqblock/libqblock-error.c | 60 +++ l

Re: [Qemu-devel] [PATCH V2 3/6] libqblock error handling

2012-09-11 Thread Blue Swirl
On Mon, Sep 10, 2012 at 8:26 AM, Wenchao Xia wrote: > This patch contains error handling APIs, which user could call them to > get error details. > > Signed-off-by: Wenchao Xia > --- > libqblock/libqblock-error.c | 60 > +++ > libqblock/libqblock-erro

Re: [Qemu-devel] [PATCH V2 3/6] libqblock error handling

2012-09-10 Thread Wenchao Xia
于 2012-9-11 5:33, Eric Blake 写道: On 09/10/2012 02:26 AM, Wenchao Xia wrote: This patch contains error handling APIs, which user could call them to get error details. OK. Signed-off-by: Wenchao Xia --- libqblock/libqblock-error.c | 60 +++ libq

Re: [Qemu-devel] [PATCH V2 3/6] libqblock error handling

2012-09-10 Thread Eric Blake
On 09/10/2012 02:26 AM, Wenchao Xia wrote: > This patch contains error handling APIs, which user could call them to > get error details. > > Signed-off-by: Wenchao Xia > --- > libqblock/libqblock-error.c | 60 > +++ > libqblock/libqblock-error.h | 5

[Qemu-devel] [PATCH V2 3/6] libqblock error handling

2012-09-10 Thread Wenchao Xia
This patch contains error handling APIs, which user could call them to get error details. Signed-off-by: Wenchao Xia --- libqblock/libqblock-error.c | 60 +++ libqblock/libqblock-error.h | 50 +++ 2 files changed, 110