From: Alexander Graf <agraf@suse.de>
To: qemu-devel qemu-devel <qemu-devel@nongnu.org>
Cc: Caraman Mihai Claudiu-B02008 <B02008@freescale.com>,
qemu-ppc Mailing List <qemu-ppc@nongnu.org>
Subject: [Qemu-devel] [PATCH 0/8] PPC: e5500 emulation
Date: Wed, 20 Jun 2012 22:11:43 +0200 [thread overview]
Message-ID: <1340223111-13449-1-git-send-email-agraf@suse.de> (raw)
This patch set adds support to emulate an e5500 based virtual machine. We don't
have a machine model for that one yet, but with this patch set applied we can
fake the compatibility property of the MPC8544DS model into P5020DS, which
gets guest kernels working for me.
The patch set is based on my recent dynamic device tree work. For a ready to use
git tree, please check here:
git://repo.or.cz/qemu/agraf.git ppc-e5500
To use the code, grab yourself an e5500 kernel and run:
$ qemu-system-ppc64 -M mpc8544ds -cpu e5500 -nographic -kernel uImage \
-machine dt_compatible=fsl,,P5020DS
This should get you a working kernel. Everything after that works just the same
as with e500v2 or e500mc.
Alex
Alexander Graf (8):
dt: make setprop argument static
PPC: e500: allow users to set the /compatible property via -machine
uImage: increase the gzip load size
PPC: Add some booke SPR defines
PPC: Add support for MSR_CM
PPC: BookE: Implement EPR SPR
PPC: Turn hardcoded reset mask into env variable
PPC: Add e5500 CPU target
device_tree.c | 2 +-
device_tree.h | 2 +-
hw/loader.c | 4 +-
hw/ppce500_mpc8544ds.c | 13 ++++-
qemu-config.c | 4 ++
target-ppc/Makefile.objs | 1 +
target-ppc/cpu.h | 33 ++++++++++++
target-ppc/excp_helper.c | 9 ++--
target-ppc/helper.h | 1 +
target-ppc/mem_helper.c | 2 +-
target-ppc/mpic_helper.c | 35 +++++++++++++
target-ppc/translate.c | 2 +-
target-ppc/translate_init.c | 118 +++++++++++++++++++++++++++++++++++++++---
13 files changed, 204 insertions(+), 22 deletions(-)
create mode 100644 target-ppc/mpic_helper.c
next reply other threads:[~2012-06-20 20:12 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-20 20:11 Alexander Graf [this message]
2012-06-20 20:11 ` [Qemu-devel] [PATCH 1/8] dt: make setprop argument static Alexander Graf
2012-06-20 20:11 ` [Qemu-devel] [PATCH 2/8] PPC: e500: allow users to set the /compatible property via -machine Alexander Graf
2012-06-20 20:11 ` [Qemu-devel] [PATCH 3/8] uImage: increase the gzip load size Alexander Graf
2012-06-20 20:11 ` [Qemu-devel] [PATCH 4/8] PPC: Add some booke SPR defines Alexander Graf
2012-06-20 20:11 ` [Qemu-devel] [PATCH 5/8] PPC: Add support for MSR_CM Alexander Graf
2012-06-20 20:11 ` [Qemu-devel] [PATCH 6/8] PPC: BookE: Implement EPR SPR Alexander Graf
2012-06-20 20:11 ` [Qemu-devel] [PATCH 7/8] PPC: Turn hardcoded reset mask into env variable Alexander Graf
2012-06-21 18:09 ` Blue Swirl
2012-06-21 19:04 ` Alexander Graf
2012-06-21 18:16 ` Peter Maydell
2012-06-20 20:11 ` [Qemu-devel] [PATCH 8/8] PPC: Add e5500 CPU target Alexander Graf
2012-06-20 22:26 ` Scott Wood
2012-06-20 22:59 ` Alexander Graf
2012-06-20 23:07 ` Scott Wood
2012-06-20 23:10 ` Alexander Graf
2012-06-20 23:28 ` Scott Wood
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=1340223111-13449-1-git-send-email-agraf@suse.de \
--to=agraf@suse.de \
--cc=B02008@freescale.com \
--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).