Re: [Qemu-devel] [PATCH v9 05/15] target-or32: Add int instruction helpers

2012-07-14 Thread Jia Liu
Hi Max On Fri, Jul 13, 2012 at 5:18 PM, Max Filippov wrote: > Hi. > > On Fri, Jul 13, 2012 at 8:34 AM, Jia Liu wrote: >> Add OpenRISC int instruction helpers. >> >> Signed-off-by: Jia Liu >> --- >> target-openrisc/Makefile.objs |2 +- >> target-openrisc/helper.h |5 +++ >> target-

Re: [Qemu-devel] [PATCH v9 05/15] target-or32: Add int instruction helpers

2012-07-13 Thread Max Filippov
Hi. On Fri, Jul 13, 2012 at 8:34 AM, Jia Liu wrote: > Add OpenRISC int instruction helpers. > > Signed-off-by: Jia Liu > --- > target-openrisc/Makefile.objs |2 +- > target-openrisc/helper.h |5 +++ > target-openrisc/int_helper.c | 87 > +

[Qemu-devel] [PATCH v9 05/15] target-or32: Add int instruction helpers

2012-07-12 Thread Jia Liu
Add OpenRISC int instruction helpers. Signed-off-by: Jia Liu --- target-openrisc/Makefile.objs |2 +- target-openrisc/helper.h |5 +++ target-openrisc/int_helper.c | 87 + 3 files changed, 93 insertions(+), 1 deletion(-) create mode 100644