From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O6li8-0003pL-Tw for qemu-devel@nongnu.org; Tue, 27 Apr 2010 10:24:29 -0400 Received: from [140.186.70.92] (port=39232 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O6li6-0003iz-VE for qemu-devel@nongnu.org; Tue, 27 Apr 2010 10:24:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O6li1-0005sz-OS for qemu-devel@nongnu.org; Tue, 27 Apr 2010 10:24:23 -0400 Received: from mail-pw0-f45.google.com ([209.85.160.45]:64327) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O6li1-0005sn-Dp for qemu-devel@nongnu.org; Tue, 27 Apr 2010 10:24:21 -0400 Received: by pwi6 with SMTP id 6so8560179pwi.4 for ; Tue, 27 Apr 2010 07:24:20 -0700 (PDT) MIME-Version: 1.0 From: Jun Koi Date: Tue, 27 Apr 2010 23:23:45 +0900 Message-ID: Content-Type: text/plain; charset=ISO-8859-1 Subject: [Qemu-devel] Multiple monitor interfaces? List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, I am wondering if is it possible to have multiple monitor interfaces at the same time? If so, how can we open more than one? This might be useful for something like libvirt, so while we leave one monitor port for libvirt, we can still access to another one to control Qemu? Thanks, J