qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Artyom Tarasenko <atar4qemu@gmail.com>
To: "Hervé Poussineau" <hpoussin@reactos.org>
Cc: "Andreas Färber" <andreas.faerber@web.de>,
	qemu-ppc@nongnu.org, qemu-devel <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH 0/4] PPC IBM 40p PReP emulation
Date: Thu, 11 Jun 2015 10:02:05 +0200	[thread overview]
Message-ID: <CACXAS8Ca06UTA0dUfsJCeyHpPME2=JX6z4CLwPxD3bp+a=+iaw@mail.gmail.com> (raw)
In-Reply-To: <1433971135-24587-1-git-send-email-hpoussin@reactos.org>

Hi Hervé,

On Wed, Jun 10, 2015 at 11:18 PM, Hervé Poussineau <hpoussin@reactos.org> 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 official 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.rom . 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?

Regards,
Artyom

> Then, run:
> qemu-system-ppc -M 40p -bios qprepofw-serial-svn-3738.rom -readconfig ibm_40p.cfg -serial stdio
>
> Note that you can't natively boot from a hard disk using Open Firmware, as 40p storage is SCSI.
>
> Hervé
>
> Hervé Poussineau (4):
>   prep: QOM'ify System I/O
>   prep: add RS/6000 debug device
>   prep: add IBM RS/6000 7020 (40p) memory controller
>   prep: add IBM RS/6000 7020 (40p) machine emulation
>
>  default-configs/ppc-softmmu.mak |   4 +
>  docs/ibm_40p.cfg                |  42 ++++++
>  hw/ppc/Makefile.objs            |   3 +
>  hw/ppc/prep.c                   |  99 +++++++++++++
>  hw/ppc/prep_systemio.c          | 300 ++++++++++++++++++++++++++++++++++++++++
>  hw/ppc/rs6000_debug.c           | 260 ++++++++++++++++++++++++++++++++++
>  hw/ppc/rs6000_mc.c              | 229 ++++++++++++++++++++++++++++++
>  trace-events                    |  11 ++
>  8 files changed, 948 insertions(+)
>  create mode 100644 docs/ibm_40p.cfg
>  create mode 100644 hw/ppc/prep_systemio.c
>  create mode 100644 hw/ppc/rs6000_debug.c
>  create mode 100644 hw/ppc/rs6000_mc.c
>
> --
> 2.1.4
>



-- 
Regards,
Artyom Tarasenko

SPARC and PPC PReP under qemu blog: http://tyom.blogspot.com/search/label/qemu

  parent reply	other threads:[~2015-06-11  8:02 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-10 21:18 [Qemu-devel] [PATCH 0/4] PPC IBM 40p PReP emulation Hervé Poussineau
2015-06-10 21:18 ` [Qemu-devel] [PATCH 1/4] prep: QOM'ify System I/O Hervé Poussineau
2015-06-10 21:18 ` [Qemu-devel] [PATCH 2/4] prep: add RS/6000 debug device Hervé Poussineau
2015-06-10 21:18 ` [Qemu-devel] [PATCH 3/4] prep: add IBM RS/6000 7020 (40p) memory controller Hervé Poussineau
2015-06-10 21:18 ` [Qemu-devel] [PATCH 4/4] prep: add IBM RS/6000 7020 (40p) machine emulation Hervé Poussineau
2015-06-11  8:02 ` Artyom Tarasenko [this message]
2015-06-11 19:00   ` [Qemu-devel] [PATCH 0/4] PPC IBM 40p PReP emulation Hervé Poussineau

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CACXAS8Ca06UTA0dUfsJCeyHpPME2=JX6z4CLwPxD3bp+a=+iaw@mail.gmail.com' \
    --to=atar4qemu@gmail.com \
    --cc=andreas.faerber@web.de \
    --cc=hpoussin@reactos.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-ppc@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).