qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 1/5] monitor: screen_dump async


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH 1/5] monitor: screen_dump async
Date: Tue, 25 Oct 2011 09:16:59 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110927 Red Hat/3.1.15-1.el6_1 Thunderbird/3.1.15

  Hi,

> If all you need here is to delay sending the response, then maybe the
> current interface could work (although I honestly don't trust it and
> regret not having dropped it). Otherwise our only choice would be to
> work on getting the QAPI async support merged.

A delayed monitor response is all we need.

The command may take a bit to finish, where "a bit" is in the order of a
few seconds max, usually less than a second.  Blocking the monitor for
that amount of time is fine, but blocking the io thread introduces
insane long I/O latencies for the guest (and device emulation).

cheers,
  Gerd



reply via email to

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