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

2011-03-14 Thread Luiz Capitulino
On Mon, 14 Mar 2011 14:34:55 -0500 Anthony Liguori wrote: > On 03/14/2011 02:18 PM, Luiz Capitulino wrote: > > On Fri, 11 Mar 2011 15:00:41 -0600 > > Anthony Liguori wrote: > > > >> The Error class is similar to QError (now deprecated) except that it > >> supports > >> propagation. This allows

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

2011-03-14 Thread Anthony Liguori
On 03/14/2011 02:18 PM, Luiz Capitulino wrote: On Fri, 11 Mar 2011 15:00:41 -0600 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. I

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

2011-03-14 Thread Luiz Capitulino
On Fri, 11 Mar 2011 15:00:41 -0600 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. I think Daniel asked this, but I can't remembe