From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55478) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b4p2Y-00040N-6D for qemu-devel@nongnu.org; Mon, 23 May 2016 08:33:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b4p2S-0008ID-Kl for qemu-devel@nongnu.org; Mon, 23 May 2016 08:32:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46249) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b4p2S-0008He-FN for qemu-devel@nongnu.org; Mon, 23 May 2016 08:32:52 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (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 61E6513A60 for ; Mon, 23 May 2016 12:32:50 +0000 (UTC) From: Gerd Hoffmann Date: Mon, 23 May 2016 14:32:36 +0200 Message-Id: <1464006764-8115-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/7] vga fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Here is the vga patch queue with a load of fixes: * A collection of small virtio-gpu fixes by Marc-Andr=C3=A9 Lureau * Fix a regression caused by the CVE-2016-3712 fix. please pull, Gerd The following changes since commit e081c24d30c1e7b29eb4450aa16d6a0da57827= 97: Merge remote-tracking branch 'remotes/ehabkost/tags/machine-pull-reques= t' into staging (2016-05-23 10:30:41 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-vga-20160523-1 for you to fetch changes up to 94ef4f337fb614f18b765a8e0e878a4c23cdedcd: vga: add sr_vbe register set (2016-05-23 14:28:25 +0200) ---------------------------------------------------------------- vga: fix CVE-2016-3712 regression, misc virtio-gpu fixes. ---------------------------------------------------------------- Gerd Hoffmann (1): vga: add sr_vbe register set Marc-Andr=C3=A9 Lureau (6): virtio-gpu: check early scanout id virtio-vga: propagate on gpu realized error virtio-gpu: check max_outputs value virtio-gpu: check max_outputs only virtio-gpu: use VIRTIO_GPU_MAX_SCANOUTS virtio-gpu: fix ui idx check hw/display/vga.c | 50 +++++++++++++++++++++++-------------= ------ hw/display/vga_int.h | 1 + hw/display/virtio-gpu-3d.c | 5 +++-- hw/display/virtio-gpu.c | 28 +++++++++++++---------- hw/display/virtio-vga.c | 8 ++++++- include/hw/virtio/virtio-gpu.h | 6 ++--- 6 files changed, 57 insertions(+), 41 deletions(-)