From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58124) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z37mK-00060F-Lz for qemu-devel@nongnu.org; Thu, 11 Jun 2015 15:04:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z37mF-0006ab-N4 for qemu-devel@nongnu.org; Thu, 11 Jun 2015 15:04:40 -0400 Message-ID: <5579DAEA.7090305@reactos.org> Date: Thu, 11 Jun 2015 21:00:58 +0200 From: =?UTF-8?B?SGVydsOpIFBvdXNzaW5lYXU=?= MIME-Version: 1.0 References: <1433971135-24587-1-git-send-email-hpoussin@reactos.org> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 0/4] PPC IBM 40p PReP emulation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Artyom Tarasenko Cc: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , qemu-ppc@nongnu.org, qemu-devel Hi Artyom, Le 11/06/2015 10:02, Artyom Tarasenko a =C3=A9crit : > Hi Herv=C3=A9, > > On Wed, Jun 10, 2015 at 11:18 PM, Herv=C3=A9 Poussineau wrote: >> Hi, >> >> This patchset adds the emulation of the IBM RS/6000 7020 (40p). > > Well done! Congratulations on a good job! > >> The real machine is >> able to run AIX (up to 4.3.3), Windows NT (up to 4.0 SP1), the beta of= OS/2 PowerPC, >> Solaris, Linux, NetBSD/PReP ... > >> I've tested current emulation with Open Firmware PReP and with officia= l firmware. >> Patch 2 has been of a great help when using official firmware. However= , if required, >> I can drop it. >> >> Linux kernel runs. >> Windows NT starts up to the point where it wants to change endianness. >> Other OSes have not been tested. > > Solaris would likely have the same problem: it's little-endian on PReP. > >> To test, download firmware a http://tyom.de/qprepofw-serial-svn-3738.r= om . Thanks Artyom! > > You are welcome. I see your machine is using a S3 graphic card. If you > like I can add a driver for it. > Not within the next days though. Out of curiosity: is the proprietary > firmware also able to use a Cirrus Logic card? No, it only handles S3 graphic cards, as is using some IBM/8514 commands. It would probably be more interesting to add support for LSI 53c810 SCSI = card, if possible. Regards, Herv=C3=A9