"Dr. David Alan Gilbert" <dgilb...@redhat.com> writes: > * Markus Armbruster (arm...@redhat.com) wrote: >> We commonly want to print to the current monitor if we have one, else >> to stdout/stderr. For stderr, have error_printf(). For stdout, all >> we have is monitor_vfprintf(), which is rather unwieldy. We often >> print to stderr just because error_printf() is easier. >> >> New qemu_printf() and qemu_vprintf() do exactly what's needed. The >> next commits will put them to use. >> >> Cc: Dr. David Alan Gilbert <dgilb...@redhat.com> >> Signed-off-by: Markus Armbruster <arm...@redhat.com> > > OK, it seems a little odd not to have the fprintf as well, but OK.
Wait for my next series touching this :) > Reviewed-by: Dr. David Alan Gilbert <dgilb...@redhat.com> Thanks!