Re: [Qemu-devel] [PATCH 03/11] add a generic Error object

2011-03-12 Thread Anthony Liguori
On 03/12/2011 05:05 AM, Blue Swirl wrote: On Fri, Mar 11, 2011 at 11:00 PM, Anthony Liguori wrote: The Error class is similar to QError (now deprecated) except that it supports propagation. This allows for higher quality error handling. It's losely modeled after glib style GErrors. Signed-of

Re: [Qemu-devel] [PATCH 03/11] add a generic Error object

2011-03-12 Thread Blue Swirl
On Fri, Mar 11, 2011 at 11:00 PM, Anthony Liguori wrote: > The Error class is similar to QError (now deprecated) except that it supports > propagation.  This allows for higher quality error handling.  It's losely > modeled after glib style GErrors. > > Signed-off-by: Anthony Liguori > > diff --gi