From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50211) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzOJ6-0003FN-SF for qemu-devel@nongnu.org; Tue, 24 Jun 2014 06:50:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WzOJ0-0007ld-0B for qemu-devel@nongnu.org; Tue, 24 Jun 2014 06:50:32 -0400 Message-ID: <53A957F0.8020307@suse.de> Date: Tue, 24 Jun 2014 12:50:24 +0200 From: Alexander Graf MIME-Version: 1.0 References: <20140624102833.D6E9F2F464@mono.eik.bme.hu> In-Reply-To: <20140624102833.D6E9F2F464@mono.eik.bme.hu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] mac99: Add motherboard devices before PCI cards List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: BALATON Zoltan , qemu-devel@nongnu.org Cc: mark.cave-ayland@ilande.co.uk, qemu-ppc@nongnu.org, afaerber@suse.de On 24.06.14 00:03, BALATON Zoltan wrote: > Change the order of creating devices for New World Mac emulation so > that devices on the motherboard are added first and PCI cards (VGA and > NIC) come later. As a side effect, this also causes OpenBIOS to map > the motherboard devices into the MMIO space to the same addresses as > on real hardware and allow clients that hardcode these addresses (e.g. > MorphOS) to find and use them until OpenBIOS is tought to map devices > to specific addresses. (On real hardware the graphics and network > cards are really on separate buses but we don't model that yet.) This > brings the memory map closer to what is found on PowerMac3,1. > > Signed-off-by: BALATON Zoltan Thanks, applied to ppc-next. Alex