From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60478) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b9ocK-0001Op-Ol for qemu-devel@nongnu.org; Mon, 06 Jun 2016 03:06:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b9ocE-0006by-Fv for qemu-devel@nongnu.org; Mon, 06 Jun 2016 03:06:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60872) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b9ocE-0006bp-A1 for qemu-devel@nongnu.org; Mon, 06 Jun 2016 03:06:26 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (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 C9E786F698 for ; Mon, 6 Jun 2016 07:06:25 +0000 (UTC) From: Gerd Hoffmann Date: Mon, 6 Jun 2016 09:06:16 +0200 Message-Id: <1465196782-28073-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 v2 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. v2: add qemu-stable to cc for the security fixes. 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-20160606-1 for you to fetch changes up to 0c244e50ee12311037efd507ee37df0e846e4a18: virtio-gpu: add live migration support (2016-06-06 09:04:34 +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(-)