From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59762) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXTfP-0006aD-Br for qemu-devel@nongnu.org; Thu, 24 May 2012 04:45:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SXTfH-0008Bf-UP for qemu-devel@nongnu.org; Thu, 24 May 2012 04:45:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:32644) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXTfH-0008Ar-N3 for qemu-devel@nongnu.org; Thu, 24 May 2012 04:44:59 -0400 From: Gerd Hoffmann Date: Thu, 24 May 2012 10:44:53 +0200 Message-Id: <1337849095-21444-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [RfC PATCH 0/2] vga: make ram size configurable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: jan.kiszka@siemens.com, Gerd Hoffmann , kvm@vger.kernel.org Hi, This is part of the plan to vanish the remaining differences between qemu and qemu-kvm. qemu has 8 MB vram, whereas qemu-kvm has 16 MB. Making it configurable allows to keep qemu's default for compatibility reasons while satisfying qemu-kvm users too. Also adds new options like reducing video memory (1 MB is minimum) for textmode-only guests or qemu scalability tests. Comments? cheers, Gerd Gerd Hoffmann (2): vga: raise xres+yres limits vga: make vram size configurable hw/cirrus_vga.c | 8 ++++++-- hw/qxl.c | 5 ++++- hw/vga-isa.c | 8 +++++++- hw/vga-pci.c | 8 +++++++- hw/vga.c | 13 ++++++++++--- hw/vga_int.h | 8 ++++---- hw/vmware_vga.c | 13 ++++++++++--- 7 files changed, 48 insertions(+), 15 deletions(-)