From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46062) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFAtz-0006dT-CD for qemu-devel@nongnu.org; Sun, 16 Feb 2014 18:13:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WFAtr-0004eK-3Z for qemu-devel@nongnu.org; Sun, 16 Feb 2014 18:13:35 -0500 Received: from mout.gmx.net ([212.227.17.20]:54744) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFAtq-0004eA-Po for qemu-devel@nongnu.org; Sun, 16 Feb 2014 18:13:27 -0500 Received: from [192.168.1.24] ([90.38.117.132]) by mail.gmx.com (mrgmx103) with ESMTPSA (Nemesis) id 0M93Jp-1WR2TZ1W2v-00CSdA for ; Mon, 17 Feb 2014 00:13:25 +0100 Message-ID: <5301466F.1090407@caramail.com> Date: Mon, 17 Feb 2014 00:14:55 +0100 From: Olivier Danet MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH 0/1] Sun4m : TCX framebuffer hardware acceleration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel , Blue Swirl , Mark Cave-Ayland , Artyom Tarasenko This patch adds hardware acceleration to QEMU's existing TCX emulation. Some features (the hardware cursor particularly) depends on properties set by OpenBIOS. Here is, for testing, the corresponding OpenBIOS TCX forth driver. These modifications are not yet comitted into OpenBIOS trunk. OpenBIOS diff : http://temlib.org/pub/openbios_tcx.diff Binary : http://temlib.org/pub/QEMU,tcx.bin O.Danet