Re: [Qemu-devel] [PATCH 2/3] target-arm: Implement cp15 VA->PA translation

2011-03-03 Thread Adam Lackorzynski
On Thu Mar 03, 2011 at 22:59:03 +, Peter Maydell wrote: > On 21 February 2011 23:19, Adam Lackorzynski > wrote: > > diff --git a/target-arm/machine.c b/target-arm/machine.c > > index 3925d3a..a18b7dc 100644 > > --- a/target-arm/machine.c > > +++ b/target-arm/machine.c > > @@ -41,6 +41,7 @@ v

Re: [Qemu-devel] [PATCH 2/3] target-arm: Implement cp15 VA->PA translation

2011-03-03 Thread Peter Maydell
On 21 February 2011 23:19, Adam Lackorzynski wrote: > diff --git a/target-arm/machine.c b/target-arm/machine.c > index 3925d3a..a18b7dc 100644 > --- a/target-arm/machine.c > +++ b/target-arm/machine.c > @@ -41,6 +41,7 @@ void cpu_save(QEMUFile *f, void *opaque) >     } >     qemu_put_be32(f, env->

Re: [Qemu-devel] [PATCH 2/3] target-arm: Implement cp15 VA->PA translation

2011-02-25 Thread Peter Maydell
On 21 February 2011 23:19, Adam Lackorzynski wrote: > Implement VA->PA translations by cp15-c7 that went through unchanged > previously. > > Signed-off-by: Adam Lackorzynski Reviewed-by: Peter Maydell (Sorry for the delay, I only got time to knock up a test program for this functionality this

[Qemu-devel] [PATCH 2/3] target-arm: Implement cp15 VA->PA translation

2011-02-21 Thread Adam Lackorzynski
Implement VA->PA translations by cp15-c7 that went through unchanged previously. Signed-off-by: Adam Lackorzynski --- target-arm/cpu.h |1 + target-arm/helper.c | 48 ++-- target-arm/machine.c |2 ++ 3 files changed, 49 insertions(+), 2