From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34434) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKjhM-0005Qi-7d for qemu-devel@nongnu.org; Wed, 06 Jul 2016 06:04:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bKjhH-0002Dv-Ud for qemu-devel@nongnu.org; Wed, 06 Jul 2016 06:04:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41684) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKjhH-0002De-OA for qemu-devel@nongnu.org; Wed, 06 Jul 2016 06:04:47 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id CFDA863E02 for ; Wed, 6 Jul 2016 10:04:46 +0000 (UTC) From: Gerd Hoffmann Date: Wed, 6 Jul 2016 12:04:33 +0200 Message-Id: <1467799482-26420-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 0/9] spice and qxl bugfixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Here is the spice patch queue, with bugfixes for spice and qxl. please pull, Gerd The following changes since commit 791b7d2340cfafcac9af7864343cf23504d578= 04: Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagi= ng (2016-07-05 16:48:24 +0100) are available in the git repository at: git://anongit.freedesktop.org/spice/qemu tags/pull-spice-20160706-1 for you to fetch changes up to 9d8256ebc0ef88fb1f35d0405893962d20cc10ad: virgl: pass whole GL scanout dimensions (2016-07-06 10:32:14 +0200) ---------------------------------------------------------------- spice and qxl bugfixes. ---------------------------------------------------------------- Gerd Hoffmann (5): qxl: use uint64_t for vram size qxl: handle no updates in interface_update_area_complete qxl: factor out qxl_get_check_slot_offset qxl: store memory region and offset instead of pointer for guest sl= ots qxl: fix surface migration John Snow (1): spice: avoid .set_mm_time on >=3D 0.12.6 Marc-Andr=C3=A9 Lureau (3): virgl: count the calls to gl_block spice: use the right head for multi-monitor virgl: pass whole GL scanout dimensions hw/display/qxl.c | 126 ++++++++++++++++++++++++++---------= ------ hw/display/qxl.h | 7 ++- hw/display/trace-events | 2 +- hw/display/virtio-gpu-3d.c | 5 +- hw/display/virtio-gpu.c | 10 +++- include/hw/virtio/virtio-gpu.h | 2 +- include/ui/console.h | 2 + include/ui/gtk.h | 1 + include/ui/qemu-spice.h | 3 + include/ui/sdl2.h | 1 + ui/console.c | 2 + ui/gtk-egl.c | 1 + ui/sdl2-gl.c | 1 + ui/spice-display.c | 23 ++++---- 14 files changed, 121 insertions(+), 65 deletions(-)