From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38155) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Si07P-0006qU-W1 for qemu-devel@nongnu.org; Fri, 22 Jun 2012 05:25:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Si07I-00071q-DR for qemu-devel@nongnu.org; Fri, 22 Jun 2012 05:25:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:23403) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Si07I-00070k-3q for qemu-devel@nongnu.org; Fri, 22 Jun 2012 05:25:24 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q5M9PLhK023635 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 22 Jun 2012 05:25:21 -0400 From: Gerd Hoffmann Date: Fri, 22 Jun 2012 11:25:08 +0200 Message-Id: <1340357118-17562-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 00/10] spice patch queue: qxl & vga bits List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, The spice patch queue carries a few vga bits this time, specifically it makes the vga ram size configurable. There are also a few qxl bugfixes and cleanups. please pull, Gerd 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(-) The following changes since commit 47ecbdf07ed2c37bdfd2d77137d01bb319ce13da: libcacard: build fixes (2012-06-21 20:04:24 +0000) are available in the git repository at: git://anongit.freedesktop.org/spice/qemu spice.v58 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(-)