mirror of
https://gitlab.com/qemu-project/qemu.git
synced 2026-05-06 20:30:24 -04:00
5237737439
A number of print functions are documented to print to "current monitor if we have one, else stderr". Wrong, they print to the current monitor only when it's HMP. This is the case since commit4ad417baa4(error: Print error_report() to stderr if using qmp). Fix the comments to say "current HMP monitor if we have one". Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-ID: <20260114124713.3308719-2-armbru@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> [Commita582a5784e(monitor: move error_vprintf back to error-report.c) lost a comment this commit fixes, restore it]