All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] PPC: E500: Support SPE guest
@ 2011-08-23  4:55 Alexander Graf
  2011-08-23  4:55 ` [Qemu-devel] [PATCH 1/3] PPC: E500: Add ESR bit definitions Alexander Graf
  2011-08-23 17:00 ` [Qemu-devel] [PATCH 0/3] PPC: E500: Support SPE guest Jason Wessel
  0 siblings, 2 replies; 7+ messages in thread
From: Alexander Graf @ 2011-08-23  4:55 UTC (permalink / raw)
  To: qemu-devel; +Cc: scottwood

When I bumped into Jason on Linuxcon, we tried out to run the e500 target
on his Windriver build that used SPE and immediately ran into emulation
issues. Fortunately there weren't too many, so here are the patches to get
a guest using SPE instructions working just fine.

Thanks a lot for the debugging session Jason! It really helps when 2 pairs
of eyes look at code :)


Alex

Alexander Graf (3):
  PPC: E500: Add ESR bit definitions
  PPC: E500: Inject SPE exception on invalid SPE access
  PPC: E500: Set ESR values

 target-ppc/cpu.h       |   17 ++++++++++-
 target-ppc/helper.c    |   10 +++++-
 target-ppc/translate.c |   78 ++++++++++++++++++++++++------------------------
 3 files changed, 63 insertions(+), 42 deletions(-)

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

end of thread, other threads:[~2011-08-23 20:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-23  4:55 [Qemu-devel] [PATCH 0/3] PPC: E500: Support SPE guest Alexander Graf
2011-08-23  4:55 ` [Qemu-devel] [PATCH 1/3] PPC: E500: Add ESR bit definitions Alexander Graf
2011-08-23  4:55   ` [Qemu-devel] [PATCH 2/3] PPC: E500: Inject SPE exception on invalid SPE access Alexander Graf
2011-08-23  4:55     ` [Qemu-devel] [PATCH 3/3] PPC: E500: Set ESR values Alexander Graf
2011-08-23 20:34     ` [Qemu-devel] [PATCH 2/3] PPC: E500: Inject SPE exception on invalid SPE access Edgar E. Iglesias
2011-08-23 17:00 ` [Qemu-devel] [PATCH 0/3] PPC: E500: Support SPE guest Jason Wessel
2011-08-23 20:10   ` Edgar E. Iglesias

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.