From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LfMZ1-0008KH-Al for qemu-devel@nongnu.org; Thu, 05 Mar 2009 18:01:15 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LfMYz-0008Jl-NZ for qemu-devel@nongnu.org; Thu, 05 Mar 2009 18:01:15 -0500 Received: from [199.232.76.173] (port=43417 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LfMYz-0008Ja-HQ for qemu-devel@nongnu.org; Thu, 05 Mar 2009 18:01:13 -0500 Received: from e5.ny.us.ibm.com ([32.97.182.145]:43977) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LfMYz-0005bB-3a for qemu-devel@nongnu.org; Thu, 05 Mar 2009 18:01:13 -0500 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e5.ny.us.ibm.com (8.13.1/8.13.1) with ESMTP id n25Mw3hx010500 for ; Thu, 5 Mar 2009 17:58:03 -0500 Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v9.2) with ESMTP id n25N1Bqh181862 for ; Thu, 5 Mar 2009 18:01:11 -0500 Received: from d01av03.pok.ibm.com (loopback [127.0.0.1]) by d01av03.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n25N1BFZ014315 for ; Thu, 5 Mar 2009 18:01:11 -0500 Received: from squirrel.codemonkey.ws (dyn95341160.austin.ibm.com [9.53.41.160]) by d01av03.pok.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id n25N1AmZ014292 for ; Thu, 5 Mar 2009 18:01:11 -0500 Message-ID: <49B059B6.5030601@us.ibm.com> Date: Thu, 05 Mar 2009 17:01:10 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH v2 01/19] char: Fix initial reset References: <20090221182915.1962.31375.stgit@mchn012c.ww002.siemens.net> <20090221182915.1962.2080.stgit@mchn012c.ww002.siemens.net> In-Reply-To: <20090221182915.1962.2080.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: > Recent changes to the graphical console initialization broke the initial > CHR_EVENT_RESET distribution. The reset BHs generated on char device > initialization are now already consumed during machine init (ide init > ... -> qemu_aio_wait -> qemu_bh_poll). Therefore, this patch moves the > initial qemu_chr_reset calls into a separate funtion which is called > after machine init. > > Applied 1-8 to stable and the whole series to trunk. Thanks. The big term_printf -> monitor_printf() conversion was missing some calls but I fixed those. Regards, Anthony Liguori