qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Scott Wood <scottwood@freescale.com>
To: Alex Graf <agraf@suse.de>
Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org,
	"Andreas Färber" <afaerber@suse.de>
Subject: [Qemu-devel] [RESEND PATCH v2 0/4] PPC: e500 platform refactoring
Date: Mon, 2 Jul 2012 18:03:17 -0500	[thread overview]
Message-ID: <1341270201-7456-1-git-send-email-scottwood@freescale.com> (raw)
In-Reply-To: <20120627234639.GA8974@tyr.buserror.net>

[resent with the proper address for qemu-devel, sorry...]

The current ppc_mpc8544ds.c is split into a generic (eventually) e500
backend, and two platform frontends (mpc8544ds and a generic paravirt
e500 platform) that instantiate the backend.

Currently the only distinction between the subplatforms is toplevel
compatible and model in the device tree (the generic e500 backend isn't
very generic yet), but additional refactoring should happen in the
future.

Scott Wood (4):
  PPC: e500: rename mpc8544ds into generic file
  PPC: e500: change internal references away from mpc8544ds
  PPC: e500: split mpc8544ds machine from generic e500 code
  PPC: e500: add generic e500 platform

 hw/ppc/Makefile.objs                   |    4 +-
 hw/{ppce500_mpc8544ds.c => ppc/e500.c} |  110 +++++++++++++------------------
 hw/ppc/e500.h                          |   21 ++++++
 hw/ppc/e500plat.c                      |   60 +++++++++++++++++
 hw/ppc/mpc8544ds.c                     |   61 ++++++++++++++++++
 5 files changed, 191 insertions(+), 65 deletions(-)
 rename hw/{ppce500_mpc8544ds.c => ppc/e500.c} (88%)
 create mode 100644 hw/ppc/e500.h
 create mode 100644 hw/ppc/e500plat.c
 create mode 100644 hw/ppc/mpc8544ds.c

-- 
1.7.5.4

  parent reply	other threads:[~2012-07-02 23:03 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20120627234639.GA8974@tyr.buserror.net>
     [not found] ` <20120627235104.GD9149@tyr.buserror.net>
2012-07-02 16:33   ` [Qemu-devel] [PATCH 4/4] PPC: e500: add generic e500 platform Stuart Yoder
2012-07-02 16:38     ` Scott Wood
2012-07-02 17:04       ` Andreas Färber
2012-07-02 23:03 ` Scott Wood [this message]
2012-07-02 23:03   ` [Qemu-devel] [RESEND PATCH v2 1/4] PPC: e500: rename mpc8544ds into generic file Scott Wood
2012-07-03 10:40     ` Andreas Färber
2012-07-02 23:03   ` [Qemu-devel] [RESEND PATCH v2 2/4] PPC: e500: change internal references away from mpc8544ds Scott Wood
2012-07-02 23:03   ` [Qemu-devel] [RESEND PATCH v2 3/4] PPC: e500: split mpc8544ds machine from generic e500 code Scott Wood
2012-07-02 23:03   ` [Qemu-devel] [RESEND PATCH v2 4/4] PPC: e500: add generic e500 platform Scott Wood
2012-07-06 15:08   ` [Qemu-devel] [RESEND PATCH v2 0/4] PPC: e500 platform refactoring Alexander Graf
2012-07-07  7:39   ` Alexander Graf

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=1341270201-7456-1-git-send-email-scottwood@freescale.com \
    --to=scottwood@freescale.com \
    --cc=afaerber@suse.de \
    --cc=agraf@suse.de \
    --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).