From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:50367) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RO8wL-00051U-6S for qemu-devel@nongnu.org; Wed, 09 Nov 2011 09:15:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RO8wF-0006hV-Cv for qemu-devel@nongnu.org; Wed, 09 Nov 2011 09:15:45 -0500 Received: from relay1.mentorg.com ([192.94.38.131]:54134) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RO8wF-0006h6-8N for qemu-devel@nongnu.org; Wed, 09 Nov 2011 09:15:39 -0500 From: Paul Brook Date: Wed, 9 Nov 2011 14:15:32 +0000 References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Message-Id: <201111091415.32633.paul@codesourcery.com> Subject: Re: [Qemu-devel] [PATCH] screendump + vexpress: screendump for pl110 not implemented List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Quentin Deldycke Cc: qemu-devel > Just realised i made the patch a bit too fast and added a caracter on top > of console.c when reviewing code... > > here is the correct patch. Why do we need any device specfic code for this? Surely the console layer is the only thing that needs to care, and should just make the appropriate set of invalidate/updage calls. Paul