Re: [Qemu-devel] [PATCH v2 02/20] target-mips: add MSA exceptions

2014-10-29 Thread James Hogan
On Wed, Oct 29, 2014 at 01:41:50AM +, Yongbok Kim wrote: > add MSA exceptions > > Signed-off-by: Yongbok Kim Reviewed-by: James Hogan Cheers James > --- > target-mips/helper.c | 10 ++ > 1 files changed, 10 insertions(+), 0 deletions(-) > > diff --git a/target-mips/helper.c b/

[Qemu-devel] [PATCH v2 02/20] target-mips: add MSA exceptions

2014-10-28 Thread Yongbok Kim
add MSA exceptions Signed-off-by: Yongbok Kim --- target-mips/helper.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/target-mips/helper.c b/target-mips/helper.c index c92b25c..3a93c20 100644 --- a/target-mips/helper.c +++ b/target-mips/helper.c @@ -426,6 +426