Re: [Qemu-devel] [PATCH v4 12/16] target-or32: Add system instructions

2012-06-17 Thread Jia Liu
HI Blue, Thank you very much. On Thu, Jun 14, 2012 at 2:35 AM, Blue Swirl wrote: > On Mon, Jun 11, 2012 at 6:32 AM, Jia Liu wrote: >> Add OpenRISC system instruction helpers and translation. >> >> Signed-off-by: Jia Liu >> --- >>  target-openrisc/Makefile.objs |    3 +- >>  target-openrisc/hel

Re: [Qemu-devel] [PATCH v4 12/16] target-or32: Add system instructions

2012-06-13 Thread Blue Swirl
On Mon, Jun 11, 2012 at 6:32 AM, Jia Liu wrote: > Add OpenRISC system instruction helpers and translation. > > Signed-off-by: Jia Liu > --- >  target-openrisc/Makefile.objs |    3 +- >  target-openrisc/helper.h      |    4 + >  target-openrisc/sys_helper.c  |  235 > +

[Qemu-devel] [PATCH v4 12/16] target-or32: Add system instructions

2012-06-10 Thread Jia Liu
Add OpenRISC system instruction helpers and translation. Signed-off-by: Jia Liu --- target-openrisc/Makefile.objs |3 +- target-openrisc/helper.h |4 + target-openrisc/sys_helper.c | 235 + target-openrisc/translate.c | 18 4 files