From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KgCTm-0003u1-ES for qemu-devel@nongnu.org; Thu, 18 Sep 2008 01:55:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KgCTj-0003tp-MB for qemu-devel@nongnu.org; Thu, 18 Sep 2008 01:55:01 -0400 Received: from [199.232.76.173] (port=60756 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KgCTj-0003tm-G5 for qemu-devel@nongnu.org; Thu, 18 Sep 2008 01:54:59 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:46658) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1KgCTj-0004Bz-Km for qemu-devel@nongnu.org; Thu, 18 Sep 2008 01:54:59 -0400 Received: from samy by implementation.famille.thibault.fr with local (Exim 4.69) (envelope-from ) id 1KgCTl-0001N2-3N for qemu-devel@nongnu.org; Thu, 18 Sep 2008 07:55:01 +0200 Date: Thu, 18 Sep 2008 07:55:01 +0200 From: Samuel Thibault Subject: Re: [Qemu-devel] Re: [PATCH] add support for higher screen resolutions Message-ID: <20080918055501.GC4567@implementation.bordeaux.inria.fr> References: <48D13550.8000707@gmx.at> <20080917200438.GC4204@implementation> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: 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 Andreas Winkelbauer, le Thu 18 Sep 2008 01:17:20 +0000, a écrit : > Samuel Thibault ens-lyon.org> writes: > > Andreas Winkelbauer, le Wed 17 Sep 2008 18:50:24 +0200, a écrit : > > > /* vga.c */ > > > > > > #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? > > Are there some problems due to this change? I haven't tested myself with plain qemu, but with xen ioemu I had troubles when I tried to change the video memory size. > I would be very surprised if this change breaks save/restore, since kvm uses > this patch for quite a long time now and there were no complaints about > save/restore not working. Including on upgrade? Samuel