From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42228) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aN4zc-00067w-PV for qemu-devel@nongnu.org; Sat, 23 Jan 2016 15:41:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aN4zZ-0005Rj-AV for qemu-devel@nongnu.org; Sat, 23 Jan 2016 15:41:08 -0500 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Sat, 23 Jan 2016 21:39:57 +0100 Message-Id: <1453581610-23179-1-git-send-email-hpoussin@reactos.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH 00/13] cuda: misc fixes and cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Mark Cave-Ayland , Alexander Graf , Alyssa Milburn , =?UTF-8?q?Herv=C3=A9=20Poussineau?= , qemu-ppc@nongnu.org, David Gibson 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 Herv=C3=A9 Poussineau (13): cuda: add a framework to handle commands cuda: reject unknown commands cuda: port AUTOPOLL command to new framework cuda: port SET_AUTO_RATE command to new framework cuda: port SET_DEVICE_LIST command to new framework cuda: port POWERDOWN command to new framework cuda: port RESET_SYSTEM command to new framework cuda: port FILE_SERVER_FLAG command to new framework cuda: port SET_POWER_MESSAGES command to new framework cuda: port GET_TIME command to new framework cuda: port SET_TIME command to new framework cuda: remove GET_6805_ADDR command cuda: remove CUDA_GET_SET_IIC/CUDA_COMBINED_FORMAT_IIC commands hw/input/adb.c | 18 ++-- hw/misc/macio/cuda.c | 268 ++++++++++++++++++++++++++++++++++++-------= ------ hw/ppc/mac.h | 2 + include/hw/input/adb.h | 2 +- roms/SLOF | 2 +- roms/openbios | 2 +- 6 files changed, 215 insertions(+), 79 deletions(-) --=20 2.1.4