From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37677) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b8jd7-0007VM-8j for qemu-devel@nongnu.org; Fri, 03 Jun 2016 03:34:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b8jd2-0008Vn-9U for qemu-devel@nongnu.org; Fri, 03 Jun 2016 03:34:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59493) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b8jd2-0008Vh-3s for qemu-devel@nongnu.org; Fri, 03 Jun 2016 03:34:48 -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 B97F080E47 for ; Fri, 3 Jun 2016 07:34:47 +0000 (UTC) From: Gerd Hoffmann Date: Fri, 3 Jun 2016 09:34:37 +0200 Message-Id: <1464939283-32184-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/6] vga patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, vga patch queue brings some security fixes for vmware vga and live migration support (in 2d mode) for virtio-gpu. please pull, Gerd The following changes since commit 2c107d7684f9e3c4db4780d0756bbf35b06aec= 07: Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' i= nto staging (2016-06-02 14:26:57 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-vga-20160603-1 for you to fetch changes up to 8d0cc96d0dc18931494437ffa68655c0e11dc8fe: virtio-gpu: add live migration support (2016-06-03 09:06:37 +0200) ---------------------------------------------------------------- virtio-gpu: scanout fix, live migration support vmsvga: security fixes ---------------------------------------------------------------- Gerd Hoffmann (6): virtio-gpu: fix scanout rectangles vmsvga: move fifo sanity checks to vmsvga_fifo_length vmsvga: add more fifo checks vmsvga: shadow fifo registers vmsvga: don't process more than 1024 fifo commands at once virtio-gpu: add live migration support hw/display/virtio-gpu-3d.c | 2 +- hw/display/virtio-gpu.c | 202 +++++++++++++++++++++++++++++++++++= ++++-- hw/display/virtio-vga.c | 12 +++ hw/display/vmware_vga.c | 78 ++++++++-------- include/hw/virtio/virtio-gpu.h | 4 +- 5 files changed, 252 insertions(+), 46 deletions(-)