From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51586) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SeNY3-0003Ax-TY for qemu-devel@nongnu.org; Tue, 12 Jun 2012 05:38:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SeNXy-0000GX-Sb for qemu-devel@nongnu.org; Tue, 12 Jun 2012 05:38:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:20815) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SeNXy-0000Fn-LA for qemu-devel@nongnu.org; Tue, 12 Jun 2012 05:37:58 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q5C9buNL004088 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 12 Jun 2012 05:37:56 -0400 Date: Tue, 12 Jun 2012 10:37:53 +0100 From: "Daniel P. Berrange" Message-ID: <20120612093753.GB10153@redhat.com> References: <1339487474-8481-1-git-send-email-kraxel@redhat.com> <1339487474-8481-9-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1339487474-8481-9-git-send-email-kraxel@redhat.com> Subject: Re: [Qemu-devel] [PATCH 08/10] qxl: add vgamem_size_mb and vgamem_size Reply-To: "Daniel P. Berrange" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: Alon Levy , qemu-devel@nongnu.org On Tue, Jun 12, 2012 at 09:51:12AM +0200, Gerd Hoffmann wrote: > From: Alon Levy > > In preperation for supporting a larger framebuffer for multiple monitors > on a single card, add a property to qxl vgamem_size_mb, and corresponding > byte sized vgamem_size, and use instead of VGA_RAM_SIZE. How is this new property different from the existing 'vram_size' property we can set for QXL ? > DEFINE_PROP_UINT32("ram_size_mb", PCIQXLDevice, ram_size_mb, -1), > DEFINE_PROP_UINT32("vram_size_mb", PCIQXLDevice, vram32_size_mb, -1), > DEFINE_PROP_UINT32("vram64_size_mb", PCIQXLDevice, vram_size_mb, -1), > + DEFINE_PROP_UINT32("vgamem_mb", PCIQXLDevice, vgamem_size_mb, 8), > DEFINE_PROP_END_OF_LIST(), Or indeed, can you describe the semantics of each of the different ram size parameters here ? Daniel -- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.org -o- http://virt-manager.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :|