diff options
author | Marc-André Lureau | 2022-04-20 15:26:13 +0200 |
---|---|---|
committer | Marc-André Lureau | 2022-04-21 15:09:09 +0200 |
commit | 756a98dd701ec3a9127c700ba9e7e93254b05f28 (patch) | |
tree | 4ddca1486227ea02155a7f3614e8b95ac374d624 /stubs | |
parent | tests: run-time skip test-qga if TSAN is enabled (diff) | |
download | qemu-756a98dd701ec3a9127c700ba9e7e93254b05f28.tar.gz qemu-756a98dd701ec3a9127c700ba9e7e93254b05f28.tar.xz qemu-756a98dd701ec3a9127c700ba9e7e93254b05f28.zip |
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>
Diffstat (limited to 'stubs')
-rw-r--r-- | stubs/error-printf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stubs/error-printf.c b/stubs/error-printf.c index a2f61521a1..0e326d8010 100644 --- a/stubs/error-printf.c +++ b/stubs/error-printf.c @@ -1,5 +1,6 @@ #include "qemu/osdep.h" #include "qemu/error-report.h" +#include "monitor/monitor.h" int error_vprintf(const char *fmt, va_list ap) { |