From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kg3GS-00039b-7e for qemu-devel@nongnu.org; Wed, 17 Sep 2008 16:04:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kg3GR-00039H-Q1 for qemu-devel@nongnu.org; Wed, 17 Sep 2008 16:04:39 -0400 Received: from [199.232.76.173] (port=43867 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kg3GR-00039E-N5 for qemu-devel@nongnu.org; Wed, 17 Sep 2008 16:04:39 -0400 Received: from toccata.ens-lyon.org ([140.77.166.68]:41796) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Kg3GR-0003Hc-Ao for qemu-devel@nongnu.org; Wed, 17 Sep 2008 16:04:39 -0400 Date: Wed, 17 Sep 2008 22:04:38 +0200 From: Samuel Thibault Subject: Re: [Qemu-devel] [PATCH] add support for higher screen resolutions Message-ID: <20080917200438.GC4204@implementation> References: <48D13550.8000707@gmx.at> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <48D13550.8000707@gmx.at> Content-Transfer-Encoding: quoted-printable 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: aliguori@us.ibm.com Andreas Winkelbauer, le Wed 17 Sep 2008 18:50:24 +0200, a =E9crit : > /* vga.c */ > =20 > #ifndef TARGET_SPARC > -#define VGA_RAM_SIZE (8192 * 1024) > +#define VGA_RAM_SIZE (16 * 1024 * 1024) > #else Mmm, did you check that save/restore works between before and after the change? Samuel