From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ld6k8-0001WN-Vh for qemu-devel@nongnu.org; Fri, 27 Feb 2009 12:43:25 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ld6k7-0001Vy-Gu for qemu-devel@nongnu.org; Fri, 27 Feb 2009 12:43:24 -0500 Received: from [199.232.76.173] (port=59568 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ld6k7-0001Vv-Bc for qemu-devel@nongnu.org; Fri, 27 Feb 2009 12:43:23 -0500 Received: from e39.co.us.ibm.com ([32.97.110.160]:52008) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Ld6k6-0002Jv-U9 for qemu-devel@nongnu.org; Fri, 27 Feb 2009 12:43:23 -0500 Received: from d03relay04.boulder.ibm.com (d03relay04.boulder.ibm.com [9.17.195.106]) by e39.co.us.ibm.com (8.13.1/8.13.1) with ESMTP id n1RHelWk012394 for ; Fri, 27 Feb 2009 10:40:47 -0700 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by d03relay04.boulder.ibm.com (8.13.8/8.13.8/NCO v9.2) with ESMTP id n1RHhLuH225254 for ; Fri, 27 Feb 2009 10:43:21 -0700 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n1RHhL4V005453 for ; Fri, 27 Feb 2009 10:43:21 -0700 Received: from squirrel.codemonkey.ws (sig-9-65-0-122.mts.ibm.com [9.65.0.122]) by d03av02.boulder.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id n1RHhKB1005434 for ; Fri, 27 Feb 2009 10:43:20 -0700 Message-ID: <49A82636.60709@us.ibm.com> Date: Fri, 27 Feb 2009 11:43:18 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH v2 00/19] monitor rework References: <20090221182915.1962.31375.stgit@mchn012c.ww002.siemens.net> In-Reply-To: <20090221182915.1962.31375.stgit@mchn012c.ww002.siemens.net> Content-Type: text/plain; charset=UTF-8; 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: qemu-devel@nongnu.org Jan Kiszka wrote: > Looks like each round of this series makes it longer and longer... :) > > Changes in this version: > o consequent rework of the monitor API (as Anthony suggested) > - introduce mon argument to monitor services > - pass mon to monitor command handlers > o fix for broken initial CHR_EVENT_RESET > o proper monitor default size > o more testing, various fixes > (e.g. telnet monitors didn't work with v1) > > To recall the major contributions of this series: > o complete fix for early disk password inquiry > o non-VM-blocking password inquiry > o unlimited and fully decoupled monitor terminals > o monitor pass-through via gdb > o improved usability of mux'ed monitor terminals > > Ideally, the series would go in before the upcoming release. It's too much for this release (which is hopefully days away). I suspect that even after thorough review, there will be a few bugs that this series uncovers. Regards, Anthony Liguori