qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] KVM call agenda for September 25th


From: Luiz Capitulino
Subject: Re: [Qemu-devel] KVM call agenda for September 25th
Date: Tue, 25 Sep 2012 10:27:50 -0300

On Mon, 24 Sep 2012 13:48:26 +0200
Paolo Bonzini <address@hidden> wrote:

> Il 24/09/2012 13:28, Juan Quintela ha scritto:
> > Hi
> > 
> > Please send in any agenda items you are interested in covering.
> 
> URI parsing library for glusterfs: libxml2 vs. in-tree "fork" of the
> same code.

Case we're going to have the call (otherwise let's discuss it on the
list):

  - change blocking I/O to non-blocking I/O for qmp commands?

We have a few qmp commands that do blocking I/O (eg. screendump and
dump-guest-memory). Theoretically, those commands could block forever.
This is a more serious issue with the screendump command, which doesn't
stop vcpus.

I've never received a report about this, so maybe this is not an issue.
But, while the perfect solution here is to have async commands, I was
wondering if it would be feasible for synchronous commands like screendump
to be changed to use non-blocking fds. This way we don't risk blocking.



reply via email to

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