qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/4] virtio: Convert fprintf() to error_report()


From: Stefan Hajnoczi
Subject: [Qemu-devel] [PATCH 0/4] virtio: Convert fprintf() to error_report()
Date: Mon, 15 Nov 2010 20:44:34 +0000

The virtio hardware emulation code uses fprintf(stderr, ...) error messages.
Improve things slightly by moving to error_report() so error messages will be
printed to the monitor, if present.

We want to handle device error states properly instead of bailing out with
exit(1) but this series does not attempt to fix that yet.

Leave virtio-9p for now where there are many cases of fprintf(stderr, ...) and
development is still very active.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]