From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39775) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TurzP-0000aN-Mf for qemu-devel@nongnu.org; Mon, 14 Jan 2013 16:54:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TurzO-0002nT-MY for qemu-devel@nongnu.org; Mon, 14 Jan 2013 16:54:43 -0500 Received: from katherinewilliamsonsoprano.co.uk ([82.165.34.74]:51285 helo=p15195424.pureserver.info) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TurzO-0002n8-Gf for qemu-devel@nongnu.org; Mon, 14 Jan 2013 16:54:42 -0500 Received: from [149.241.46.4] (helo=[192.168.1.108]) by p15195424.pureserver.info with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.43) id 1TurzK-0002Mt-O8 for qemu-devel@nongnu.org; Mon, 14 Jan 2013 21:54:40 +0000 Message-ID: <50F47F24.30503@ilande.co.uk> Date: Mon, 14 Jan 2013 21:56:52 +0000 From: Mark Cave-Ayland MIME-Version: 1.0 References: <1358121304-21345-1-git-send-email-afaerber@suse.de> In-Reply-To: <1358121304-21345-1-git-send-email-afaerber@suse.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [Qemu-ppc] [RFC ppc-next v3 00/10] target-ppc: MacIO QOM'ification List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 13/01/13 23:54, Andreas Färber wrote: Hi Andreas, > ADB is still being worked on. DBDMA still TODO (but then again so is x86 DMA). > ESCC would affect sparc as well. > The PICs pose cyclic dependency issues (mapped inside MacIO but MacIO as a > PCIDevice needing a PCIBus, the Grackle/UniNorth PHBs needing a PIC IRQ). I'll be very interested to test anything that involves converting the SPARC devices to QOM/qdev, as it's been on my TODO list for quite a while to see if it is possible to model SBus within QEMU. ATB, Mark.