qemu-devel
[Top][All Lists]
Advanced

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

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


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH 0/4] virtio: Convert fprintf() to error_report()
Date: Sun, 21 Nov 2010 09:20:51 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.15) Gecko/20101027 Lightning/1.0b1 Thunderbird/3.0.10

On 11/15/2010 02:44 PM, Stefan Hajnoczi wrote:
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.

Applied all.  Thanks.

Regards,

Anthony Liguori






reply via email to

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