"Dr. David Alan Gilbert" 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
* 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_pri
On 4/8/19 10:36 AM, Markus Armbruster 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_print
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()