From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60565) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCl2R-0006CG-4Z for qemu-devel@nongnu.org; Wed, 08 Jul 2015 04:49:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZCl2L-0000Os-86 for qemu-devel@nongnu.org; Wed, 08 Jul 2015 04:49:07 -0400 Received: from mout.kundenserver.de ([212.227.126.187]:50686) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCl2K-0000OB-P7 for qemu-devel@nongnu.org; Wed, 08 Jul 2015 04:49:01 -0400 References: <1436309766-13661-1-git-send-email-agraf@suse.de> From: Laurent Vivier Message-ID: <559CE3ED.1080200@vivier.eu> Date: Wed, 8 Jul 2015 10:48:45 +0200 MIME-Version: 1.0 In-Reply-To: <1436309766-13661-1-git-send-email-agraf@suse.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit 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: Alexander Graf Cc: i.am.cormac.obrien@gmail.com, mark.cave-ayland@ilande.co.uk, qemu-devel@nongnu.org Le 08/07/2015 00:56, Alexander Graf a écrit : > [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-compatibility > 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 break ppc... > - Install macbugs on hard disk image via MOL > > [Next Week] > - Enable debugging in MOL > - The installation is now broken after a failed make. Tried reinstalling > from Zypper but it couldn't find the config files -- do they have to be > added manually? > - The config files are at a different location when you compile manually, > but I don't remember where everything was :). Just run mol with strace, > it will tell you where it's looking for things. The current ones should > be somewhere in /etc. > > [Long Term] > - Continue updating project log > - Create and send patches > - [ ] Patch: Boot script loader > - [ ] ROM node > - Patch: RTAS node > - Patch has been sent in and is awaiting review. >