From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37768) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9t4v-0004XH-Or for qemu-devel@nongnu.org; Tue, 30 Jun 2015 06:47:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z9t4q-0003Ko-3n for qemu-devel@nongnu.org; Tue, 30 Jun 2015 06:47:49 -0400 Message-ID: <559273CE.7020200@suse.de> Date: Tue, 30 Jun 2015 12:47:42 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1434578651-16057-1-git-send-email-i.am.cormac.obrien@gmail.com> In-Reply-To: <1434578651-16057-1-git-send-email-i.am.cormac.obrien@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] macio: remove nonexistent interrupt on pin 1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cormac O'Brien , mark.cave-ayland@ilande.co.uk, qemu-devel@nongnu.org, qemu-ppc@nongnu.org On 06/18/15 00:04, Cormac O'Brien wrote: > The current macio implementation declares an interrupt that doesn't appear to > exist in the hardware or any other emulator implementation. OpenBIOS detects > this interrupt and generates an 'interrupts' property in the macio device tree > entry. Mac OS 9 halts boot when it detects this interrupt, so it has been > removed to permit further progress in the boot process. > > Signed-off-by: Cormac O'Brien Which tree is this against? It doesn't apply as is to current ppc-next. Either way, I've fixed it up and applied it. Thanks! Alex