Re: [Qemu-devel] [PATCH 01/14] qerror: add qerror_report_err()

2011-09-02 Thread Anthony Liguori
On 08/24/2011 03:15 PM, Luiz Capitulino wrote: On Wed, 24 Aug 2011 13:42:56 -0500 Anthony Liguori wrote: This provides a bridge between Error (new error mechanism) and QError (old error mechanism). Errors can be propagated whereas QError cannot. The minor evilness avoids layering violations.

Re: [Qemu-devel] [PATCH 01/14] qerror: add qerror_report_err()

2011-08-24 Thread Luiz Capitulino
On Wed, 24 Aug 2011 13:42:56 -0500 Anthony Liguori wrote: > This provides a bridge between Error (new error mechanism) and QError (old > error > mechanism). Errors can be propagated whereas QError cannot. > > The minor evilness avoids layering violations. Since QError should go away > RSN, >