From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56990) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SeLss-0007b0-12 for qemu-devel@nongnu.org; Tue, 12 Jun 2012 03:51:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SeLsk-0001YK-LH for qemu-devel@nongnu.org; Tue, 12 Jun 2012 03:51:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42468) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SeLsk-0001X9-Ca for qemu-devel@nongnu.org; Tue, 12 Jun 2012 03:51:18 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q5C7pFp7001780 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 12 Jun 2012 03:51:16 -0400 From: Gerd Hoffmann Date: Tue, 12 Jun 2012 09:51:04 +0200 Message-Id: <1339487474-8481-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 00/10] spice/vga: make vga memory size configurable. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, This is the spice patch queue, including a bunch of vga bits this time. The patch series makes the vga memory size configurable using a property for standard vga, vmware vga and qxl. It also raises the default memory size to 16 MB (qemu-kvm has this for years) and adds a compat property to keep the 8 MB value for old machine types (needed for migration compatibility). The qxl patch has a dependency to other queued qxl patches (bugfixes & cleanups mostly), thats why I'm sending this as combined series. cheers, Gerd The following changes since commit 7677e24f3db8466c7d6014a794b1e425bc7929ba: Merge remote-tracking branch 'qemu-kvm/uq/master' into staging (2012-06-11 12:15:52 -0500) are available in the git repository at: git://anongit.freedesktop.org/spice/qemu spice.v57 Alon Levy (6): ui/spice-display.c: add missing initialization for valgrind hw/qxl: s/qxl_guest_bug/qxl_set_guest_bug/ qxl: stop dirty loging when not in vga mode hw/qxl: ignore guest from guestbug until reset qxl: reset current_async on qxl_soft_reset qxl: add vgamem_size_mb and vgamem_size Gerd Hoffmann (4): vga: raise xres+yres limits vga: make vram size configurable add pc-1.2 vga: raise default vgamem size hw/cirrus_vga.c | 8 ++- hw/pc_piix.c | 36 +++++++++++++- hw/qxl.c | 138 ++++++++++++++++++++++++++++++++------------------- hw/qxl.h | 8 +++- hw/vga-isa-mm.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 ++++- ui/spice-display.c | 2 + 11 files changed, 177 insertions(+), 70 deletions(-)