From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LNDJU-0003GI-9U for qemu-devel@nongnu.org; Wed, 14 Jan 2009 16:30:12 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LNDJR-0003AP-SB for qemu-devel@nongnu.org; Wed, 14 Jan 2009 16:30:11 -0500 Received: from [199.232.76.173] (port=41866 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LNDJR-00039n-Bj for qemu-devel@nongnu.org; Wed, 14 Jan 2009 16:30:09 -0500 Received: from mx20.gnu.org ([199.232.41.8]:41565) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LNDJQ-0007cB-Ul for qemu-devel@nongnu.org; Wed, 14 Jan 2009 16:30:09 -0500 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LNDJM-0000To-Ld for qemu-devel@nongnu.org; Wed, 14 Jan 2009 16:30:05 -0500 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH] [RFC] Variable video ram size option Date: Wed, 14 Jan 2009 21:30:00 +0000 References: <496B965A.9000701@eu.citrix.com> <200901142007.42812.paul@codesourcery.com> <496E4E00.3060105@eu.citrix.com> In-Reply-To: <496E4E00.3060105@eu.citrix.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901142130.00991.paul@codesourcery.com> 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 Cc: Trolle Selander > Just out of curiosity, does anyone have any example of an existing > application using VBE that makes use of more than triple-buffered (xres > * yres * 4) RAM? I suspect you'll struggle to find *any* serious application that uses VBE nowadays. Paul