From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LPiJz-0002UC-BU for qemu-devel@nongnu.org; Wed, 21 Jan 2009 14:01:03 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LPiJx-0002Sj-IB for qemu-devel@nongnu.org; Wed, 21 Jan 2009 14:01:02 -0500 Received: from [199.232.76.173] (port=46764 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LPiJx-0002ST-9y for qemu-devel@nongnu.org; Wed, 21 Jan 2009 14:01:01 -0500 Received: from e8.ny.us.ibm.com ([32.97.182.138]:34071) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LPiJw-0000KH-SA for qemu-devel@nongnu.org; Wed, 21 Jan 2009 14:01:01 -0500 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by e8.ny.us.ibm.com (8.13.1/8.13.1) with ESMTP id n0LIspQJ023467 for ; Wed, 21 Jan 2009 13:54:51 -0500 Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v9.1) with ESMTP id n0LJ0vGR190652 for ; Wed, 21 Jan 2009 14:00:59 -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 n0LJ0vZn020492 for ; Wed, 21 Jan 2009 14:00:57 -0500 Received: from squirrel.codemonkey.ws (sig-9-65-86-47.mts.ibm.com [9.65.86.47]) by d01av03.pok.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id n0LJ0uL4020349 for ; Wed, 21 Jan 2009 14:00:56 -0500 Message-ID: <497770DE.9010904@us.ibm.com> Date: Wed, 21 Jan 2009 13:00:46 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] fix curses interface References: <4977652E.2030103@eu.citrix.com> In-Reply-To: <4977652E.2030103@eu.citrix.com> 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 Stefano Stabellini wrote: > Hi all, > this patch fixes the curses interface: when we switch from one console > to another we need to change the displaystate width and height even > though in the curses case the backing buffer remains of the same size. > I am also putting back the call to text_console_resize in > text_console_invalidate so that resizeable text consoles can be properly > handled. > Applied. Thanks. Regards, Anthony Liguori