From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44880) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1FoX-0007Kn-TW for qemu-devel@nongnu.org; Wed, 17 Dec 2014 09:43:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y1FoR-0000sy-EW for qemu-devel@nongnu.org; Wed, 17 Dec 2014 09:42:57 -0500 Received: from mx1.redhat.com ([209.132.183.28]:45933) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1FoR-0000sj-6r for qemu-devel@nongnu.org; Wed, 17 Dec 2014 09:42:51 -0500 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 (8.14.4/8.14.4) with ESMTP id sBHEgnAF013470 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 17 Dec 2014 09:42:49 -0500 From: Gerd Hoffmann Date: Wed, 17 Dec 2014 15:42:40 +0100 Message-Id: <1418827364-25054-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/4] vga: cirrus hwcursor fixes. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, vga patches lingering way too long in my queue. Finally merging the cirrus hwcursor fixes (for NT4 guests!) discussed months ago ... Also minor tweaks picked up during freeze. please pull, Gerd The following changes since commit dfa9c2a0f4d0a0c8b2c1449ecdbb1297427e1560: Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2014-12-15 16:43:42 +0000) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-vga-20141216-1 for you to fetch changes up to 46817e86fc1d97af0a7d9e4060730f7b00183083: vga: set catagory bit for secondary vga device (2014-12-16 15:14:42 +0100) ---------------------------------------------------------------- cirrus hwcursor fixes. set secondary-vga category. ---------------------------------------------------------------- Benjamin Herrenschmidt (2): vga: Add mechanism to force the use of a shadow surface cirrus: Force use of shadow pixmap when HW cursor is enabled Gerd Hoffmann (1): move hw cursor pos from cirrus to vga Gonglei (1): vga: set catagory bit for secondary vga device hw/display/cirrus_vga.c | 40 +++++++++++++++++++++++----------------- hw/display/vga-pci.c | 1 + hw/display/vga.c | 17 +++++++++++++++-- hw/display/vga_int.h | 3 +++ 4 files changed, 42 insertions(+), 19 deletions(-)