[Qemu-devel] [PATCH 02/26] qerror: add qerror_report_err()

2011-10-05 Thread Luiz Capitulino
From: Anthony Liguori 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, it seems like a reasonable hack. Signed-off-by: An

[Qemu-devel] [PATCH 02/26] qerror: add qerror_report_err()

2011-09-30 Thread Luiz Capitulino
From: Anthony Liguori 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, it seems like a reasonable hack. Signed-off-by: An