From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45428) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aS3sv-0001eS-7s for qemu-devel@nongnu.org; Sat, 06 Feb 2016 09:30:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aS3sr-0007IE-Vy for qemu-devel@nongnu.org; Sat, 06 Feb 2016 09:30:49 -0500 References: <1453581610-23179-1-git-send-email-hpoussin@reactos.org> <56B5F5E5.2050602@ilande.co.uk> From: =?UTF-8?Q?Herv=c3=a9_Poussineau?= Message-ID: <56B6038A.70705@reactos.org> Date: Sat, 6 Feb 2016 15:30:34 +0100 MIME-Version: 1.0 In-Reply-To: <56B5F5E5.2050602@ilande.co.uk> Content-Type: text/plain; charset=utf-8; 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: Mark Cave-Ayland , qemu-devel@nongnu.org Cc: Alyssa Milburn , qemu-ppc@nongnu.org, Alexander Graf , David Gibson Hi Mark, Le 06/02/2016 14:32, Mark Cave-Ayland a =C3=A9crit : > On 23/01/16 20:39, Herv=C3=A9 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. >> >> This also fixes MacBugs hanging at startup in the absence of >> ADB mouse input. >> >> Herv=C3=A9 > > Hi Herv=C3=A9, > > I've just tried to rebase your git remote onto master to run some tests > and it looks like due to recent changes then I get a number of > conflicts. Any chance that you could rebase this patchset onto master > and update your remote accordingly? I've rebased this patchset. This is available at http://repo.or.cz/qemu/hpoussin.git branch cuda As a bonus, you have an implementation of CUDA_GET_SET_IIC command and th= e I2C bus. Unfortunately, I was unable to test if it really works. Regards, Herv=C3=A9