From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59731) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoRZL-00008D-36 for qemu-devel@nongnu.org; Tue, 20 Oct 2015 03:42:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZoRZD-0005nC-8V for qemu-devel@nongnu.org; Tue, 20 Oct 2015 03:42:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50331) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoRZC-0005mr-U0 for qemu-devel@nongnu.org; Tue, 20 Oct 2015 03:42:43 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id 993308E716 for ; Tue, 20 Oct 2015 07:42:42 +0000 (UTC) From: Gerd Hoffmann Date: Tue, 20 Oct 2015 09:42:36 +0200 Message-Id: <1445326958-28177-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/2] vga: enable virtio-vga for pseries, vmsvga cursor checks. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, vga patch queue, featuring two small fixes. please pull, Gerd The following changes since commit 26c7be842637ee65a79cd77f96a99c23ddcd90ad: Merge remote-tracking branch 'remotes/sstabellini/tags/2015-10-19-tag' into staging (2015-10-19 12:13:27 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-vga-20151020-1 for you to fetch changes up to 5829b097204189c56dd1fb62c7f827360394bb39: vmsvga: more cursor checks (2015-10-20 09:26:36 +0200) ---------------------------------------------------------------- vga: enable virtio-vga for pseries, vmsvga cursor checks. ---------------------------------------------------------------- Benjamin Herrenschmidt (1): ppc/spapr: Allow VIRTIO_VGA Gerd Hoffmann (1): vmsvga: more cursor checks default-configs/ppc64-softmmu.mak | 1 + hw/display/vmware_vga.c | 11 +++++++---- hw/ppc/spapr.c | 1 + 3 files changed, 9 insertions(+), 4 deletions(-)