qemu/include/qapi/qmp
Markus Armbruster 0ec8384f83 replay: Simplify setting replay blockers
replay_add_blocker() takes an Error *.  All callers pass one created
like this:

    error_setg(&blocker, QERR_REPLAY_NOT_SUPPORTED, "some feature");

Folding this into replay_add_blocker() simplifies the callers, losing
a bit of generality we haven't needed in more than six years.

Since there are no other uses of macro QERR_REPLAY_NOT_SUPPORTED,
replace the remaining one by its expansion, and drop the macro.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20230207075115.1525-10-armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
2023-02-23 14:10:17 +01:00
..
dispatch.h qapi: Generalize command policy checking 2021-10-29 18:24:46 +02:00
json-parser.h json: Clean up headers 2018-08-24 20:26:37 +02:00
json-writer.h migration: Replace migration's JSON writer by the general one 2020-12-19 10:39:16 +01:00
qbool.h include/qapi: add g_autoptr support for qobject types 2022-04-06 10:50:38 +02:00
qdict.h include: move qdict_{crumple,flatten} declarations 2022-04-21 17:03:51 +04:00
qerror.h replay: Simplify setting replay blockers 2023-02-23 14:10:17 +01:00
qjson.h Replace GCC_FMT_ATTR with G_GNUC_PRINTF 2022-03-22 14:40:51 +04:00
qlist.h include/qapi: add g_autoptr support for qobject types 2022-04-06 10:50:38 +02:00
qlit.h qlit: add qobject_from_qlit() 2018-03-19 10:00:14 -05:00
qnull.h include/qapi: add g_autoptr support for qobject types 2022-04-06 10:50:38 +02:00
qnum.h include/qapi: add g_autoptr support for qobject types 2022-04-06 10:50:38 +02:00
qobject.h qobject: Move internals to qobject-internal.h 2020-12-19 10:38:43 +01:00
qstring.h include/qapi: add g_autoptr support for qobject types 2022-04-06 10:50:38 +02:00