Re: [Qemu-devel] [PATCH 9/9] balloon: Eliminate silly QERR_ macros

2015-01-14 Thread Eric Blake
On 01/13/2015 10:50 AM, Markus Armbruster wrote: > The QERR_ macros are leftovers from the days of "rich" error objects. > They're used with error_set() and qerror_report(), and expand into the > first *two* arguments. This trickiness has become pointless. Clean > up. I like your wording in 6/9

[Qemu-devel] [PATCH 9/9] balloon: Eliminate silly QERR_ macros

2015-01-13 Thread Markus Armbruster
The QERR_ macros are leftovers from the days of "rich" error objects. They're used with error_set() and qerror_report(), and expand into the first *two* arguments. This trickiness has become pointless. Clean up. Signed-off-by: Markus Armbruster --- balloon.c | 6 -- include