Re: [Qemu-devel] [PATCH 2/6] PPC: e500mc: add missing IVORs to bitmap

2012-01-20 Thread Alexander Graf
On 20.01.2012, at 20:16, Scott Wood wrote: > On 01/19/2012 09:17 PM, Alexander Graf wrote: >> E500mc supports IVORs 36-41. Add them to the support mask. >> >> Signed-off-by: Alexander Graf >> --- >> target-ppc/translate_init.c |6 +- >> 1 files changed, 5 insertions(+), 1 deletions(-) >>

Re: [Qemu-devel] [PATCH 2/6] PPC: e500mc: add missing IVORs to bitmap

2012-01-20 Thread Scott Wood
On 01/19/2012 09:17 PM, Alexander Graf wrote: > E500mc supports IVORs 36-41. Add them to the support mask. > > Signed-off-by: Alexander Graf > --- > target-ppc/translate_init.c |6 +- > 1 files changed, 5 insertions(+), 1 deletions(-) > > diff --git a/target-ppc/translate_init.c b/targe

[Qemu-devel] [PATCH 2/6] PPC: e500mc: add missing IVORs to bitmap

2012-01-19 Thread Alexander Graf
E500mc supports IVORs 36-41. Add them to the support mask. Signed-off-by: Alexander Graf --- target-ppc/translate_init.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/target-ppc/translate_init.c b/target-ppc/translate_init.c index 83348b5..7d1c6a3 100644 --- a/tar