Re: [Qemu-devel] [PATCH 10/11] qerror: switch to qapi generated error macros and table

2012-07-26 Thread Luiz Capitulino
On Thu, 26 Jul 2012 18:05:45 +0200 Markus Armbruster wrote: > Luiz Capitulino writes: > > > On Thu, 26 Jul 2012 13:56:00 +0200 > > Markus Armbruster wrote: > > > >> Luiz Capitulino writes: > >> > >> > Previous commits added qapi infrastructure to automatically generate > >> > qerror macros a

Re: [Qemu-devel] [PATCH 10/11] qerror: switch to qapi generated error macros and table

2012-07-26 Thread Markus Armbruster
Luiz Capitulino writes: > On Thu, 26 Jul 2012 13:56:00 +0200 > Markus Armbruster wrote: > >> Luiz Capitulino writes: >> >> > Previous commits added qapi infrastructure to automatically generate >> > qerror macros and the qerror table from qapi-schema-errors.json. >> > >> > This commit drops th

Re: [Qemu-devel] [PATCH 10/11] qerror: switch to qapi generated error macros and table

2012-07-26 Thread Luiz Capitulino
On Thu, 26 Jul 2012 13:56:00 +0200 Markus Armbruster wrote: > Luiz Capitulino writes: > > > Previous commits added qapi infrastructure to automatically generate > > qerror macros and the qerror table from qapi-schema-errors.json. > > > > This commit drops the current error macros from qerror.h

Re: [Qemu-devel] [PATCH 10/11] qerror: switch to qapi generated error macros and table

2012-07-26 Thread Markus Armbruster
Luiz Capitulino writes: > Previous commits added qapi infrastructure to automatically generate > qerror macros and the qerror table from qapi-schema-errors.json. > > This commit drops the current error macros from qerror.h and the error > table from qerror.c and use the generated ones instead. >

[Qemu-devel] [PATCH 10/11] qerror: switch to qapi generated error macros and table

2012-07-25 Thread Luiz Capitulino
Previous commits added qapi infrastructure to automatically generate qerror macros and the qerror table from qapi-schema-errors.json. This commit drops the current error macros from qerror.h and the error table from qerror.c and use the generated ones instead. Please, note that qapi-error.c is ac