From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58191) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQPDx-0007Hk-Kw for qemu-devel@nongnu.org; Wed, 19 Mar 2014 18:44:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQPDq-0004sm-Rv for qemu-devel@nongnu.org; Wed, 19 Mar 2014 18:44:37 -0400 Message-ID: <532A1DCB.7000409@web.de> Date: Wed, 19 Mar 2014 23:44:27 +0100 From: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= MIME-Version: 1.0 References: <5327541D.3020709@web.de> <53277666.6040205@reactos.org> In-Reply-To: <53277666.6040205@reactos.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v3 09/10] raven: fix PCI bus accesses with size > 1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?SGVydsOpIFBvdXNzaW5lYXU=?= , Mark Cave-Ayland Cc: qemu-ppc@nongnu.org, qemu-devel , Artyom Tarasenko Am 17.03.2014 23:25, schrieb Hervé Poussineau: > Hi, > Le lun. 17 mars 2014 22:55:37 CET, Artyom Tarasenko a écrit : > [...] >>> BTW another unresolved issue that's been discussed is whether we should >>> change the default CPU for -M prep. I've been open to doing so for 2.0 >>> but would like some pointer that such a machine did exist >> >> That's fair. I don't have any preference here though, as long as the >> necessary cpu can be selected via the command line. >> >>> rather than just happens to work better with OpenBIOS. >> >> Oh, there is a compatible version of OpenBIOS available?! Are the >> binaries shared somewhere? > > You can check http://repo.or.cz/w/qemu/hpoussin.git , branch raven. > It contains the patchset I just sent, and a few more patches to switch > to OpenBIOS on PReP. > The required binary is already committed in QEMU (pc-bios/openbios-ppc) Do you or Mark want to mention that in the 2.0 release notes somehow? http://wiki.qemu.org/ChangeLog/2.0#Power On the other hand, do your patches differ from my two? If so, how? I think I still have an ugly #if 0 somewhere... Regards, Andreas