From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LOsGD-0006qE-Vh for qemu-devel@nongnu.org; Mon, 19 Jan 2009 06:25:42 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LOsGC-0006ps-2L for qemu-devel@nongnu.org; Mon, 19 Jan 2009 06:25:41 -0500 Received: from [199.232.76.173] (port=47307 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LOsGB-0006pp-Nm for qemu-devel@nongnu.org; Mon, 19 Jan 2009 06:25:39 -0500 Received: from smtp.eu.citrix.com ([62.200.22.115]:7724) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LOsGB-00050n-4j for qemu-devel@nongnu.org; Mon, 19 Jan 2009 06:25:39 -0500 Message-ID: <49746275.4010603@eu.citrix.com> Date: Mon, 19 Jan 2009 11:22:29 +0000 From: Stefano Stabellini MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] fix screendump References: <4970CAEC.9060702@eu.citrix.com> <4970DB18.8000706@codemonkey.ws> In-Reply-To: <4970DB18.8000706@codemonkey.ws> Content-Type: text/plain; charset=UTF-8 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 Anthony Liguori wrote: > Stefano Stabellini wrote: >> Hi all, >> this patch fixes the screendump functionality that was recently broken; >> it must be applied *after* PATCH 5, 6 and 7 of the original displaystate >> change patch series. >> In fact the other patches make much easier to solve the screendump >> problem because they make the console switching mechanism more robust. >> >> Signed-off-by: Stefano Stabellini >> > > Applied. Thanks. > > That should be the whole series now (modulo the PPC fix). Thanks for > all the work you put into this! Especially considering the delay over > the holiday and the subsequent rebasing. > Thank you, for your work on this as well.