Re: [Qemu-devel] [PATCH 02/15] Openrisc: add MMU support

2012-05-21 Thread Blue Swirl
On Mon, May 21, 2012 at 9:03 AM, 陳韋任 wrote: >> >> diff --git a/target-openrisc/mem_helper.c b/target-openrisc/mem_helper.c >> >> index a2d93c7..922dd6b 100644 >> >> --- a/target-openrisc/mem_helper.c >> >> +++ b/target-openrisc/mem_helper.c >> >> @@ -42,5 +42,30 @@ >> >> 戹oid tlb_fill(CPUOPENRISCS

Re: [Qemu-devel] [PATCH 02/15] Openrisc: add MMU support

2012-05-21 Thread 陳韋任
> >> diff --git a/target-openrisc/mem_helper.c b/target-openrisc/mem_helper.c > >> index a2d93c7..922dd6b 100644 > >> --- a/target-openrisc/mem_helper.c > >> +++ b/target-openrisc/mem_helper.c > >> @@ -42,5 +42,30 @@ > >> 戹oid tlb_fill(CPUOPENRISCState *env1, target_ulong addr, int is_write, > >> ?

Re: [Qemu-devel] [PATCH 02/15] Openrisc: add MMU support

2012-05-20 Thread Jia Liu
Hi Blue, On Sat, May 19, 2012 at 3:41 PM, Blue Swirl wrote: > On Thu, May 17, 2012 at 8:35 AM, Jia Liu wrote: >> add the openrisc MMU support. >> >> Signed-off-by: Jia Liu >> --- >>  Makefile.target              |    2 + >>  hw/openrisc_cpudev.h         |   30 ++ >>  hw/openrisc_pic.c      

Re: [Qemu-devel] [PATCH 02/15] Openrisc: add MMU support

2012-05-19 Thread Blue Swirl
On Thu, May 17, 2012 at 8:35 AM, Jia Liu wrote: > add the openrisc MMU support. > > Signed-off-by: Jia Liu > --- >  Makefile.target              |    2 + >  hw/openrisc_cpudev.h         |   30 ++ >  hw/openrisc_pic.c            |   31 ++ >  target-openrisc/mem.c        |  220 > +

[Qemu-devel] [PATCH 02/15] Openrisc: add MMU support

2012-05-17 Thread Jia Liu
add the openrisc MMU support. Signed-off-by: Jia Liu --- Makefile.target |2 + hw/openrisc_cpudev.h | 30 ++ hw/openrisc_pic.c| 31 ++ target-openrisc/mem.c| 220 +- target-openrisc/mem_helper.c |