mirror of https://github.com/xemu-project/xemu.git
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>
|
||
|---|---|---|
| .. | ||
| meson.build | ||
| replay-audio.c | ||
| replay-char.c | ||
| replay-debugging.c | ||
| replay-events.c | ||
| replay-input.c | ||
| replay-internal.c | ||
| replay-internal.h | ||
| replay-net.c | ||
| replay-random.c | ||
| replay-snapshot.c | ||
| replay-time.c | ||
| replay.c | ||
| stubs-system.c | ||