On 03/14/2011 03:48 PM, Luiz Capitulino wrote:
On Mon, 14 Mar 2011 15:41:49 -0500
Anthony Liguori wrote:
On 03/14/2011 03:22 PM, Luiz Capitulino wrote:
On Mon, 14 Mar 2011 14:45:13 -0500
Anthony Liguori wrote:
On 03/14/2011 02:37 PM, Luiz Capitulino wrote:
qerror_abort() only exists for
On Mon, 14 Mar 2011 15:41:49 -0500
Anthony Liguori wrote:
> On 03/14/2011 03:22 PM, Luiz Capitulino wrote:
> > On Mon, 14 Mar 2011 14:45:13 -0500
> > Anthony Liguori wrote:
> >
> >> On 03/14/2011 02:37 PM, Luiz Capitulino wrote:
> >>> qerror_abort() only exists for debugging purposes. I won't sa
On 03/14/2011 03:22 PM, Luiz Capitulino wrote:
On Mon, 14 Mar 2011 14:45:13 -0500
Anthony Liguori wrote:
On 03/14/2011 02:37 PM, Luiz Capitulino wrote:
qerror_abort() only exists for debugging purposes. I won't say its perfect,
but it's better than nothing and has already saved some time when
On Mon, 14 Mar 2011 14:45:13 -0500
Anthony Liguori wrote:
> On 03/14/2011 02:37 PM, Luiz Capitulino wrote:
> >
> > qerror_abort() only exists for debugging purposes. I won't say its perfect,
> > but it's better than nothing and has already saved some time when writing
> > new errors.
> >
> > I'm
On Mon, 14 Mar 2011 14:27:30 -0500
Anthony Liguori wrote:
> On 03/14/2011 02:17 PM, Luiz Capitulino wrote:
> > On Fri, 11 Mar 2011 15:08:38 -0600
> > Anthony Liguori wrote:
> >
> >> On 03/11/2011 03:00 PM, Anthony Liguori wrote:
> >>> This will let Error share the QError human formatting. This
On 03/14/2011 02:37 PM, Luiz Capitulino wrote:
qerror_abort() only exists for debugging purposes. I won't say its perfect,
but it's better than nothing and has already saved some time when writing
new errors.
I'm fine dropping it as long as there's a better replacement, which is
not the case he
On 03/14/2011 02:17 PM, Luiz Capitulino wrote:
On Fri, 11 Mar 2011 15:08:38 -0600
Anthony Liguori wrote:
On 03/11/2011 03:00 PM, Anthony Liguori wrote:
This will let Error share the QError human formatting. This is only used for
HMP.
Signed-off-by: Anthony Liguori
diff --git a/qerror.c b/q
On Fri, 11 Mar 2011 15:08:38 -0600
Anthony Liguori wrote:
> On 03/11/2011 03:00 PM, Anthony Liguori wrote:
> > This will let Error share the QError human formatting. This is only used
> > for
> > HMP.
> >
> > Signed-off-by: Anthony Liguori
> >
> > diff --git a/qerror.c b/qerror.c
> > index 4855
On 03/11/2011 03:00 PM, Anthony Liguori wrote:
This will let Error share the QError human formatting. This is only used for
HMP.
Signed-off-by: Anthony Liguori
diff --git a/qerror.c b/qerror.c
index 4855604..13d53c9 100644
--- a/qerror.c
+++ b/qerror.c
@@ -326,12 +326,18 @@ QError *qerror_from