qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2] async: aio_context_new(): Handle event_notif


From: Chrysostomos Nanakos
Subject: Re: [Qemu-devel] [PATCH v2] async: aio_context_new(): Handle event_notifier_init failure
Date: Tue, 16 Sep 2014 18:50:38 +0300
User-agent: Mutt/1.5.21 (2010-09-15)

On Tue, Sep 16, 2014 at 05:45:16PM +0200, Paolo Bonzini wrote:
> Il 16/09/2014 17:43, Chrysostomos Nanakos ha scritto:
> >> >     error_propagate(errp, local_error);
> >> >     return;
> > Just to note that after propagating the error and returning, QEMU fails
> > silently without printing the error message.
> 
> What is your testcase?

I am starting QEMU with the options below and explicitly set iothread->ctx to
NULL. Is that ok as a testcase or should I reduce my open files limit to
produce the error?

qemu --enable-kvm -smp 2 -m 1024 -object iothread,id=iothread0 -drive 
file=archipelago:fedora_stable
-vnc 0.0.0.0:0 -qmp tcp:127.0.0.1:8888,server,nowait

No error message, at least the propagated one, fails silently.

Regards,
Chrysostomos.



reply via email to

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