From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lrv2k-0005Ek-2A for qemu-devel@nongnu.org; Thu, 09 Apr 2009 10:15:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lrv2f-0005CB-F0 for qemu-devel@nongnu.org; Thu, 09 Apr 2009 10:15:49 -0400 Received: from [199.232.76.173] (port=59195 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lrv2e-0005By-Sr for qemu-devel@nongnu.org; Thu, 09 Apr 2009 10:15:44 -0400 Received: from mx2.redhat.com ([66.187.237.31]:57980) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lrv2d-0005ib-Sq for qemu-devel@nongnu.org; Thu, 09 Apr 2009 10:15:44 -0400 Message-ID: <49DE0303.7070507@redhat.com> Date: Thu, 09 Apr 2009 16:15:31 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [libvirt] Re: [Qemu-devel] [PATCH 1/6] Allow multiple monitor devices (v2) References: <1239215702-23818-1-git-send-email-aliguori@us.ibm.com> <49DDAF9F.7040400@redhat.com> <49DDF807.1050707@us.ibm.com> <49DDFAD5.7060808@redhat.com> <49DDFC5C.4080504@us.ibm.com> <49DE0042.9050103@redhat.com> In-Reply-To: <49DE0042.9050103@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: libvir-list@redhat.com, Anthony Liguori , Jan Kiszka , qemu-devel@nongnu.org, Hollis Blanchard On 04/09/09 16:03, Avi Kivity wrote: > I don't want multiplexed monitor sessions, at all. I'm very happy to finally see them. Finally one can run vms with libvirt and *still* access the monitor for debugging and development purposes. > I want async > notifications added to a single monitor session. That too could be > implemented today (as simple as a term_printf("notification: ...\n"); No. It is simple on the qemu side only. Parsing notifications poping up at random places in the stream is more complex. cheers, Gerd