Re: [Qemu-devel] [PATCH 1/4] powerpc: Improve emulation of the BookE MMU

2010-09-11 Thread Edgar E. Iglesias
On Sat, Sep 11, 2010 at 04:42:19PM +0200, Andreas Färber wrote: > Am 11.09.2010 um 16:09 schrieb Edgar E. Iglesias: > > > Improve the emulation of the BookE MMU to be able to boot linux > > on virtex5 boards. > > > > Signed-off-by: Edgar E. Iglesias > > --- > > target-ppc/helper.c | 46

Re: [Qemu-devel] [PATCH 1/4] powerpc: Improve emulation of the BookE MMU

2010-09-11 Thread Andreas Färber
Am 11.09.2010 um 16:09 schrieb Edgar E. Iglesias: Improve the emulation of the BookE MMU to be able to boot linux on virtex5 boards. Signed-off-by: Edgar E. Iglesias --- target-ppc/helper.c | 46 +++ +-- 1 files changed, 40 insertions(+), 6 deletions(

[Qemu-devel] [PATCH 1/4] powerpc: Improve emulation of the BookE MMU

2010-09-11 Thread Edgar E. Iglesias
Improve the emulation of the BookE MMU to be able to boot linux on virtex5 boards. Signed-off-by: Edgar E. Iglesias --- target-ppc/helper.c | 46 -- 1 files changed, 40 insertions(+), 6 deletions(-) diff --git a/target-ppc/helper.c b/target-ppc/help