unicorn/qemu/include/qapi
Markus Armbruster d07bcef231
qmp: Eliminate silly QERR_QMP_* macros
The QERR_ macros are leftovers from the days of "rich" error objects.

QERR_QMP_BAD_INPUT_OBJECT, QERR_QMP_BAD_INPUT_OBJECT_MEMBER,
QERR_QMP_EXTRA_MEMBER are used in just one place now, except for one
use that has crept into qobject-input-visitor.c.

Drop these macros, to make the (bad) error messages more visible.

Backports commit 99fb0c53c038105bae68b02a3d9f1cbf7951ba10 from qemu
2018-03-02 11:28:17 -05:00
..
qmp qmp: Eliminate silly QERR_QMP_* macros 2018-03-02 11:28:17 -05:00
clone-visitor.h qapi: Add new clone visitor 2018-02-25 01:34:12 -05:00
dealloc-visitor.h qapi: Add new visit_free() function 2018-02-25 01:05:41 -05:00
error.h error: error_setg_errno(): errno gets preserved 2018-03-01 23:38:25 -05:00
qobject-input-visitor.h qapi: rename QmpInputVisitor to QObjectInputVisitor 2018-02-26 15:54:15 -05:00
qobject-output-visitor.h qapi: rename QmpOutputVisitor to QObjectOutputVisitor 2018-02-27 08:05:33 -05:00
string-input-visitor.h string-input-visitor: Favor new visit_free() function 2018-02-25 01:08:04 -05:00
visitor-impl.h qapi: Add new clone visitor 2018-02-25 01:34:12 -05:00
visitor.h Clean up header guards that don't match their file name 2018-02-25 04:18:42 -05:00