From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55746) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaeYr-0006oX-Bj for qemu-devel@nongnu.org; Tue, 01 Mar 2016 02:17:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aaeYo-0003QZ-6R for qemu-devel@nongnu.org; Tue, 01 Mar 2016 02:17:37 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55644) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaeYo-0003QV-0R for qemu-devel@nongnu.org; Tue, 01 Mar 2016 02:17:34 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 94ECB486C1 for ; Tue, 1 Mar 2016 07:17:33 +0000 (UTC) From: Gerd Hoffmann Date: Tue, 1 Mar 2016 08:17:27 +0100 Message-Id: <1456816649-4713-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/2] vga: minor cirrus/qxl bugfixes. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Yet another small bugfix pull request, this time for vga. please pull, Gerd The following changes since commit 071608b519adf62bc29c914343a21c5407ab1ac9: Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160229-1' into staging (2016-02-29 12:24:26 +0000) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-vga-20160301-1 for you to fetch changes up to 05fa1c742fd6f66978b989ded0dd981ef11c4a0c: qxl: lock current_async update in qxl_soft_reset (2016-03-01 07:51:32 +0100) ---------------------------------------------------------------- vga: minor cirrus/qxl bugfixes. ---------------------------------------------------------------- Gerd Hoffmann (1): qxl: lock current_async update in qxl_soft_reset Paolo Bonzini (1): cirrus_vga: fix off-by-one in blit_region_is_unsafe hw/display/cirrus_vga.c | 4 ++-- hw/display/qxl.c | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-)