Re: [Qemu-devel] [PATCH 03/14] qerror: drop qerror_abort()

2012-07-26 Thread Luiz Capitulino
On Thu, 26 Jul 2012 14:33:23 +0200 Markus Armbruster wrote: > Luiz Capitulino writes: > > > Previously, developers had to create error dicts manually and also enter > > the matching desc table entry. Thus, qerro_abort() was added to help > > s/qerro_/qerror_/ > > > catching bad error dicts. >

Re: [Qemu-devel] [PATCH 03/14] qerror: drop qerror_abort()

2012-07-26 Thread Eric Blake
On 07/25/2012 02:50 PM, Luiz Capitulino wrote: > Previously, developers had to create error dicts manually and also enter > the matching desc table entry. Thus, qerro_abort() was added to help s/qerro_/qerror_/ > catching bad error dicts. > > Today, all that stuff is generated automatically whic

Re: [Qemu-devel] [PATCH 03/14] qerror: drop qerror_abort()

2012-07-26 Thread Markus Armbruster
Luiz Capitulino writes: > Previously, developers had to create error dicts manually and also enter > the matching desc table entry. Thus, qerro_abort() was added to help s/qerro_/qerror_/ > catching bad error dicts. > > Today, all that stuff is generated automatically which makes the chance > o