unicorn/qemu/hw
Markus Armbruster 76c16a46c7
qerror: Clean up QERR_ macros to expand into a single string
These macros expand into error class enumeration constant, comma,
string. Unclean. Has been that way since commit 13f59ae.

The error class is always ERROR_CLASS_GENERIC_ERROR since the previous
commit.

* Prepend every use of a QERR_ macro by ERROR_CLASS_GENERIC_ERROR, and
delete it from the QERR_ macro. No change after preprocessing.

* Rewrite error_set(ERROR_CLASS_GENERIC_ERROR, ...) into
error_setg(...). Again, no change after preprocessing.

Backports commit c6bd8c706a799eb0fece99f468aaa22b818036f3 from qemu
2018-02-17 15:23:09 -05:00
..
arm Arm support ported. (#736) 2017-01-23 23:30:57 +08:00
core qerror: Clean up QERR_ macros to expand into a single string 2018-02-17 15:23:09 -05:00
i386 target-i386: Move APIC ID compatibility code to pc.c 2018-02-12 15:59:20 -05:00
intc target-i386: disable LINT0 after reset 2018-02-12 21:07:36 -05:00
m68k M68K support added. (#735) 2017-01-23 14:40:02 +08:00
mips Fix for MIPS issue. (#733) 2017-01-23 12:39:34 +08:00
sparc Sparc support added. (#734) 2017-01-23 13:29:41 +08:00
sparc64 Sparc support added. (#734) 2017-01-23 13:29:41 +08:00
Makefile.objs import 2015-08-21 15:04:50 +08:00