Move error_printf_unless_qmp() with monitor unit
commit756a98dd701ec3a9127c700ba9e7e93254b05f28
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 20 Apr 2022 13:26:13 +0000 (20 17:26 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Thu, 21 Apr 2022 13:09:09 +0000 (21 17:09 +0400)
tree4ddca1486227ea02155a7f3614e8b95ac374d624
parenta7bd942c900ff83b25ccef68629b34831db03a59
Move error_printf_unless_qmp() with monitor unit

Since it depends on monitor code, and error_vprintf_unless_qmp() is
already there.

This will help to move error-report in a common subproject.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20220420132624.2439741-31-marcandre.lureau@redhat.com>
include/monitor/monitor.h
include/qemu/error-report.h
monitor/monitor.c
stubs/error-printf.c
ui/vnc.c
util/error-report.c