From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47771) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWYJR-0000bZ-Nq for qemu-devel@nongnu.org; Tue, 23 Sep 2014 18:12:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XWYJL-0003LL-Pb for qemu-devel@nongnu.org; Tue, 23 Sep 2014 18:11:57 -0400 Received: from s16892447.onlinehome-server.info ([82.165.15.123]:57743) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWYJL-0003K3-J5 for qemu-devel@nongnu.org; Tue, 23 Sep 2014 18:11:51 -0400 Date: Tue, 23 Sep 2014 23:11:26 +0100 From: Mark Cave-Ayland Message-ID: <20140923221126.GA13410@kentang.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PULL] qemu-sparc update List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, peter.maydell@linaro.org Hi Peter, This update contains the TCX framebuffer hardware acceleration patch for sun4m. Please pull. ATB, Mark. The following changes since commit 769188d3bbf95ce8d96a335624234dad083f4db6: Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20140923-1' into staging (2014-09-23 14:43:47 +0100) are available in the git repository at: https://github.com/mcayland/qemu.git tags/qemu-sparc-signed for you to fetch changes up to 55d7bfe2293c854a1ddb54ca00672b7b8e3eebbb: tcx: Implement hardware acceleration (2014-09-23 22:23:14 +0100) ---------------------------------------------------------------- tcx: Implement hardware acceleration ---------------------------------------------------------------- Mark Cave-Ayland (1): tcx: Implement hardware acceleration hw/display/tcx.c | 677 ++++++++++++++++++++++++++++++++++++++++++++---------- hw/sparc/sun4m.c | 56 +++-- 2 files changed, 596 insertions(+), 137 deletions(-)