From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59427) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjitS-0005jL-PE for qemu-devel@nongnu.org; Tue, 13 Sep 2016 04:16:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bjitR-0007pF-Nb for qemu-devel@nongnu.org; Tue, 13 Sep 2016 04:16:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50958) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjitR-0007ok-If for qemu-devel@nongnu.org; Tue, 13 Sep 2016 04:16:37 -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 BA1C7E315C for ; Tue, 13 Sep 2016 08:16:36 +0000 (UTC) From: Gerd Hoffmann Date: Tue, 13 Sep 2016 10:16:30 +0200 Message-Id: <1473754593-13527-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/3] virtio-gpu and vmsvga fixes. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, vga patch queue with a few fixes. please pull, Gerd The following changes since commit 7263da78045dc91cc207f350911efe4259e99b3c: Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' into staging (2016-09-12 15:09:47 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-vga-20160913-1 for you to fetch changes up to c2843e93907a4084e91573994486e810cec248a0: virtio-vga: adapt to page-per-vq=off (2016-09-13 09:28:10 +0200) ---------------------------------------------------------------- virtio-gpu and vmsvga fixes. ---------------------------------------------------------------- Gerd Hoffmann (2): virtio-gpu-pci: tag as not hotpluggable virtio-vga: adapt to page-per-vq=off Prasad J Pandit (1): vmsvga: correct bitmap and pixmap size checks hw/display/virtio-gpu-pci.c | 1 + hw/display/virtio-vga.c | 11 +++++++++++ hw/display/vmware_vga.c | 12 +++++++----- 3 files changed, 19 insertions(+), 5 deletions(-)