From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57119) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5YIC-0003AT-Lf for qemu-devel@nongnu.org; Fri, 11 Jul 2014 06:43:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X5YI7-000382-1s for qemu-devel@nongnu.org; Fri, 11 Jul 2014 06:43:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48436) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5YI6-00037s-Kv for qemu-devel@nongnu.org; Fri, 11 Jul 2014 06:42:58 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s6BAgwAH025624 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Fri, 11 Jul 2014 06:42:58 -0400 From: Gerd Hoffmann Date: Fri, 11 Jul 2014 12:24:35 +0200 Message-Id: <1405074278-16230-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 0/3] vga: some cirrus fixes. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Small collection of cirrus fixes. please pull, Gerd The following changes since commit 9e99c5fd7060267a0331d900e73fdb36047bfe0c: tests: Fix unterminated string output visitor enum human string (2014-07-10 11:53:14 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-vga-20140711-1 for you to fetch changes up to d16136d22af0fcf0d651de04c9e3cbc7137cc6f9: cirrus: Fix host CPU blits (2014-07-11 10:17:02 +0200) ---------------------------------------------------------------- vga: some cirrus fixes. ---------------------------------------------------------------- Benjamin Herrenschmidt (2): cirrus: Fix build of debug code cirrus: Fix host CPU blits Gonglei (1): cirrus_vga: adding sanity check for vram size hw/display/cirrus_vga.c | 24 ++++++++++++++++++++---- hw/display/cirrus_vga_rop.h | 3 +-- 2 files changed, 21 insertions(+), 6 deletions(-)