Re: [Qemu-devel] [PATCH 2/3] PPC: E500: Inject SPE exception on invalid SPE access

2011-08-23 Thread Edgar E. Iglesias
On Tue, Aug 23, 2011 at 06:55:43AM +0200, Alexander Graf wrote: > When accessing an SPE instruction despite it being not available, > throw an SPE exception instead of an APU exception. That way the > guest knows what's going on and actually uses SPE. > > Reported-by: Jason Wessel > Signed-off-by

[Qemu-devel] [PATCH 2/3] PPC: E500: Inject SPE exception on invalid SPE access

2011-08-22 Thread Alexander Graf
When accessing an SPE instruction despite it being not available, throw an SPE exception instead of an APU exception. That way the guest knows what's going on and actually uses SPE. Reported-by: Jason Wessel Signed-off-by: Alexander Graf --- target-ppc/translate.c | 78 +++