Re: [Qemu-devel] [PATCH 00/11] Sprint to the finish: purge QError

2015-06-16 Thread Luiz Capitulino
On Tue, 16 Jun 2015 15:08:41 +0200 Markus Armbruster wrote: > Luiz Capitulino writes: > > > On Sat, 13 Jun 2015 16:20:47 +0200 > > Markus Armbruster wrote: > > > >> After a bit over a year and many patches, QError is finally ripe. All > >> that's left of qerror.h after this series is a bunch

Re: [Qemu-devel] [PATCH 00/11] Sprint to the finish: purge QError

2015-06-16 Thread Markus Armbruster
Luiz Capitulino writes: > On Sat, 13 Jun 2015 16:20:47 +0200 > Markus Armbruster wrote: > >> After a bit over a year and many patches, QError is finally ripe. All >> that's left of qerror.h after this series is a bunch of QERR_ macros. >> Killing them is left for another day. > > Excellent! > >

Re: [Qemu-devel] [PATCH 00/11] Sprint to the finish: purge QError

2015-06-15 Thread Luiz Capitulino
On Sat, 13 Jun 2015 16:20:47 +0200 Markus Armbruster wrote: > After a bit over a year and many patches, QError is finally ripe. All > that's left of qerror.h after this series is a bunch of QERR_ macros. > Killing them is left for another day. Excellent! I did my best to review this series, bu

[Qemu-devel] [PATCH 00/11] Sprint to the finish: purge QError

2015-06-13 Thread Markus Armbruster
After a bit over a year and many patches, QError is finally ripe. All that's left of qerror.h after this series is a bunch of QERR_ macros. Killing them is left for another day. The diffstat looks a bit scary, but that's almost entirely due to mechanical changes like PATCH 05. This series applie