Re: [Qemu-devel] [PATCH] scripts: Remove check-qerror.sh

2018-10-17 Thread Markus Armbruster
Alberto Garcia writes: > qerror.h contains leftovers from the now-defunct QError API. > > There's only a handful of string macros left, and no one is supposed > to add anything else. The check-qerror.sh script was used to make sure > that all definitions on the qerror.c and qerror.h files were so

[Qemu-devel] [PATCH] scripts: Remove check-qerror.sh

2018-10-17 Thread Alberto Garcia
qerror.h contains leftovers from the now-defunct QError API. There's only a handful of string macros left, and no one is supposed to add anything else. The check-qerror.sh script was used to make sure that all definitions on the qerror.c and qerror.h files were sorted alphabetically. The former wa