From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58666) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aNpJi-00033b-VM for qemu-devel@nongnu.org; Mon, 25 Jan 2016 17:08:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aNpJe-0004ks-0C for qemu-devel@nongnu.org; Mon, 25 Jan 2016 17:08:58 -0500 References: <1453581610-23179-1-git-send-email-hpoussin@reactos.org> <20160125095802.GZ3951@li141-249.members.linode.com> From: =?UTF-8?Q?Herv=c3=a9_Poussineau?= Message-ID: <56A69CEB.6070208@reactos.org> Date: Mon, 25 Jan 2016 23:08:43 +0100 MIME-Version: 1.0 In-Reply-To: <20160125095802.GZ3951@li141-249.members.linode.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 00/13] cuda: misc fixes and cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alyssa Milburn Cc: qemu-ppc@nongnu.org, David Gibson , Mark Cave-Ayland , qemu-devel@nongnu.org, Alexander Graf Hi, Le 25/01/2016 10:58, Alyssa Milburn a =E9crit : > On Sat, Jan 23, 2016 at 09:39:57PM +0100, Herv=E9 Poussineau wrote: >> Hi, >> >> This patchset cleans up a little bit the Apple CUDA emulation: >> - correctly reject unknown commands >> - correctly reject commands with wrong parameters >> - support changing the frequency of auto-polling >> - support changing device list probed in auto-poll >> - add logs when using FILE_SERVER_FLAG/SET_POWER_MESSAGE >> - remove unused commands (GET/SET_6805_ADDR) >> - remove unimplemented GET_SET_IIC/COMBINED_FORMAT_IIC >> >> GET_SET_IIC/COMBINED_FORMAT_IIC commands should be added again once >> we implement the I2C bus provided by CUDA. > > Neat! (I wish I'd seen this before trying to debug issues with this cod= e!) > Do you have any plans to work on this code further? The VIA register co= de > doesn't seem to really match what the hardware does, and I've been wond= ering > if it's responsible for weird input problems under Mac OS, but didn't f= ind > time to look into it yet (and don't want to duplicate effort). I already have some code to add the I2C bus, but it's mostly used by MacO= S 9 which probably tries to configure some devices. Do you have a Linux/NetBSD/... image, where I can run some command line t= ool to probe the I2C bus? Herv=E9