From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50138) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZTAmU-0008Og-Ju for qemu-devel@nongnu.org; Sat, 22 Aug 2015 11:32:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZTAmT-0003DC-Pw for qemu-devel@nongnu.org; Sat, 22 Aug 2015 11:32:30 -0400 From: Cormac O'Brien Date: Sat, 22 Aug 2015 10:32:09 -0500 Message-Id: <1440257533-1504-1-git-send-email-cormac@c-obrien.org> Subject: [Qemu-devel] [PATCH RFC 0/4] Mac OS 9 compatibility improvements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: agraf@suse.de, mark.cave-ayland@ilande.co.uk, qemu-devel@nongnu.org, qemu-ppc@nongnu.org This patchset greatly improves QEMU's ability to run Mac OS 9 on the mac99 machine, allowing progress past the bootloader and partial progress through the load screen. Signed-off-by: Cormac O'Brien --- Alexander Graf (3): PPC: Allow Rc bit to be set on mtspr PPC: Fix lsxw bounds checks PPC: mac99: Always add USB controller Cormac O'Brien (1): PPC: fix CUDA packet header size hw/input/adb.c | 2 +- hw/misc/macio/cuda.c | 54 ++++++++++++++++++++++++++++--------------------- hw/ppc/mac_newworld.c | 3 ++- target-ppc/mem_helper.c | 5 +++-- target-ppc/translate.c | 2 +- 5 files changed, 38 insertions(+), 28 deletions(-) -- 2.5.0