From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:44581) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvgZz-0005DE-8H for qemu-devel@nongnu.org; Thu, 09 Feb 2012 21:51:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RvgZw-0007FP-V0 for qemu-devel@nongnu.org; Thu, 09 Feb 2012 21:51:19 -0500 Received: from relay1.mentorg.com ([192.94.38.131]:52274) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvgZw-0007Ez-Qa for qemu-devel@nongnu.org; Thu, 09 Feb 2012 21:51:16 -0500 From: Paul Brook Date: Fri, 10 Feb 2012 02:51:10 +0000 References: <1327408760-3666-1-git-send-email-peter.maydell@linaro.org> <1327408760-3666-8-git-send-email-peter.maydell@linaro.org> <4F2049D4.7000404@suse.de> In-Reply-To: <4F2049D4.7000404@suse.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201202100251.11571.paul@codesourcery.com> Subject: Re: [Qemu-devel] [PATCH v2 7/9] hw/vexpress.c: Instantiate the motherboard CLCD List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Andreas =?iso-8859-15?q?F=E4rber?= , patches@linaro.org > I do hope we find a solution to deal with n displays in the future. I > consider that a post-QOM topic and maybe Anthony's planned DisplayState > refactoring helps with that. It used to work. Not particularly pretty or user friendly, but definitely functional. I put a fair amount of effort into making DisplayState support this the first time round :-) I think the mips jazz board is currently the only board that actually has multiple displays. I used it with a simple custom PCI display device. The VGA devices hardcode a particular ISA port range, so multiple instances don't get along well. Paul