Lost in commit 397d30e9401 (qemu-error: remove dependency of stubs on
monitor) many moons ago.

Signed-off-by: Markus Armbruster <[email protected]>
---
 util/error-report.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/util/error-report.c b/util/error-report.c
index f051f29b2d..0b1c214dc7 100644
--- a/util/error-report.c
+++ b/util/error-report.c
@@ -29,6 +29,9 @@ bool message_with_timestamp;
 bool error_with_guestname;
 const char *error_guest_name;
 
+/*
+ * Print to current HMP monitor if we have one, else to stderr.
+ */
 int error_printf(const char *fmt, ...)
 {
     va_list ap;
-- 
2.52.0


Reply via email to