qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/6] PPC: Add FSL (e500) MMU emulation v3
@ 2011-05-02 15:03 Alexander Graf
  2011-05-02 15:03 ` [Qemu-devel] [PATCH 1/6] PPC: Make MPC8544DS obey -cpu switch Alexander Graf
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Alexander Graf @ 2011-05-02 15:03 UTC (permalink / raw)
  To: QEMU-devel Developers; +Cc: Scott Wood, Edgar E. Iglesias, Liu Yu, Blue Swirl

In a global effort to get rid of KVM-only targets, this is the next
important piece of the puzzle: e500 emulation :).

We had support for running an e500 KVM guest for a while now, but the
code could not be tested without a real e500 machine, because it required
KVM to work. This patchset adds emulation for the e500 MMU, enabling
anyone to use the MPC8544DS emulation.

v1 -> v2:

  - fix linux-user build
  - optimize tlb invalidate & search

v2 -> v3:

  - add qdev patch (enables -drive if=virtio)
  - fix mpc initial tlb size comment
  - enable cpu reset

Alexander Graf (6):
  PPC: Make MPC8544DS obey -cpu switch
  PPC: Make MPC8544DS emulation work w/o KVM
  PPC: Add GS MSR definition
  PPC: Add another 64 bits to instruction feature mask
  PPC: Implement e500 (FSL) MMU
  PPC: Qdev'ify e500 pci

 hw/ppce500_mpc8544ds.c      |   92 ++++++++--
 hw/ppce500_pci.c            |  112 ++++++++----
 target-ppc/cpu.h            |  220 ++++++++++++++++++++++-
 target-ppc/helper.c         |  233 +++++++++++++++++++-----
 target-ppc/helper.h         |    5 +
 target-ppc/op_helper.c      |  418 +++++++++++++++++++++++++++++++++++++++++++
 target-ppc/translate.c      |  116 +++++++++++-
 target-ppc/translate_init.c |  246 ++++++++++++++++++--------
 8 files changed, 1253 insertions(+), 189 deletions(-)

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2011-05-06 18:42 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-02 15:03 [Qemu-devel] [PATCH 0/6] PPC: Add FSL (e500) MMU emulation v3 Alexander Graf
2011-05-02 15:03 ` [Qemu-devel] [PATCH 1/6] PPC: Make MPC8544DS obey -cpu switch Alexander Graf
2011-05-02 15:03 ` [Qemu-devel] [PATCH 2/6] PPC: Make MPC8544DS emulation work w/o KVM Alexander Graf
2011-05-02 15:03 ` [Qemu-devel] [PATCH 3/6] PPC: Add GS MSR definition Alexander Graf
2011-05-02 15:03 ` [Qemu-devel] [PATCH 4/6] PPC: Add another 64 bits to instruction feature mask Alexander Graf
2011-05-02 15:03 ` [Qemu-devel] [PATCH 5/6] PPC: Implement e500 (FSL) MMU Alexander Graf
2011-05-03 19:25   ` Scott Wood
2011-05-06 10:01     ` Alexander Graf
2011-05-06 17:40       ` Scott Wood
2011-05-06 18:33         ` Alexander Graf
2011-05-06 18:40           ` Scott Wood
2011-05-02 15:03 ` [Qemu-devel] [PATCH 6/6] PPC: Qdev'ify e500 pci Alexander Graf
2011-05-04 19:08   ` Blue Swirl
2011-05-05 10:43     ` Alexander Graf
2011-05-04 19:09 ` [Qemu-devel] [PATCH 0/6] PPC: Add FSL (e500) MMU emulation v3 Blue Swirl

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).