From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56709) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCnFV-0000bv-6d for qemu-devel@nongnu.org; Wed, 08 Jul 2015 07:10:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZCnFO-0006a9-SN for qemu-devel@nongnu.org; Wed, 08 Jul 2015 07:10:44 -0400 Received: from cantor2.suse.de ([195.135.220.15]:41617 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCnFO-0006Yj-IS for qemu-devel@nongnu.org; Wed, 08 Jul 2015 07:10:38 -0400 Message-ID: <559D052C.2090104@suse.de> Date: Wed, 08 Jul 2015 13:10:36 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1436309766-13661-1-git-send-email-agraf@suse.de> <559CE3ED.1080200@vivier.eu> In-Reply-To: <559CE3ED.1080200@vivier.eu> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] GSoC 2015 (Mac OS 9 support) report, week 10 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laurent Vivier Cc: i.am.cormac.obrien@gmail.com, mark.cave-ayland@ilande.co.uk, qemu-devel@nongnu.org On 07/08/15 10:48, Laurent Vivier wrote: > > Le 08/07/2015 00:56, Alexander Graf a =E9crit : >> [Done] >> - Update project log (6.17) >> - Debug OpenBIOS ADB issues since agraf's 26a9dfe patch >> >> [This Week] >> - Update project page (7.7) >> - Fix cuda_adb_req() to expect a 3-byte header instead of a 2-byte = one >> - This has a preliminary fix but will need some backwards-compati= bility >> changes. Initial patch will go out in the next few days. >> - Try to fix ADB mouse issues > For my port of qemu to Quadra 800 emulation, I've split ADB in 3 parts > (controller, mouse, keyboard). I think I've corrected some issues... > > https://github.com/vivier/qemu-m68k/tree/q800-v2.3.0/hw/input > > Could you CC: me on patches for this part ? > > If you want, I can also send my patches... but not sure it doesn't brea= k > ppc... That particular issue is fixed - we treat unknown packets as "set device=20 address" which is a really dumb default ;). The main change we needed for ADB to work properly was to switch from a=20 2-byte header to a 3-byte header. There will be patches for that too and=20 I'm happy to ensure you're on CC when they go out :). Unless you want to=20 beat us to it of course... Alex