From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:38988) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLACu-000790-T6 for qemu-devel@nongnu.org; Tue, 01 Nov 2011 05:00:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RLACp-0000TY-SD for qemu-devel@nongnu.org; Tue, 01 Nov 2011 05:00:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:18506) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLACp-0000TE-Bc for qemu-devel@nongnu.org; Tue, 01 Nov 2011 05:00:27 -0400 Message-ID: <4EAFB521.9050600@redhat.com> Date: Tue, 01 Nov 2011 10:00:17 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <4EAB0175.9080507@virtualcomputer.com> In-Reply-To: <4EAB0175.9080507@virtualcomputer.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/2] Variable VRAM size List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: John Baboval Cc: qemu-devel@nongnu.org On 10/28/11 21:24, John Baboval wrote: > High resolution VGA modes require more than the default 8MB of VGA > RAM. Add a command line parameter to allow larger sizes. This should be implemented as (qdev) device property. cheers, Gerd