Re: [Qemu-devel] [PATCH 05/15] Openrisc: add exception support

2012-05-24 Thread Jia Liu
On Thu, May 24, 2012 at 3:11 AM, Blue Swirl wrote: > On Wed, May 23, 2012 at 7:09 AM, Jia Liu wrote: >> Hi Blue, >> >> On Sat, May 19, 2012 at 3:22 PM, Blue Swirl wrote: >>> On Thu, May 17, 2012 at 8:35 AM, Jia Liu wrote: add the openrisc exception support. Signed-off-by: Jia Liu

Re: [Qemu-devel] [PATCH 05/15] Openrisc: add exception support

2012-05-23 Thread Blue Swirl
On Wed, May 23, 2012 at 7:09 AM, Jia Liu wrote: > Hi Blue, > > On Sat, May 19, 2012 at 3:22 PM, Blue Swirl wrote: >> On Thu, May 17, 2012 at 8:35 AM, Jia Liu wrote: >>> add the openrisc exception support. >>> >>> Signed-off-by: Jia Liu >>> --- >>>  Makefile.target               |    2 +- >>>  t

Re: [Qemu-devel] [PATCH 05/15] Openrisc: add exception support

2012-05-23 Thread Jia Liu
Hi Blue, On Sat, May 19, 2012 at 3:22 PM, Blue Swirl wrote: > On Thu, May 17, 2012 at 8:35 AM, Jia Liu wrote: >> add the openrisc exception support. >> >> Signed-off-by: Jia Liu >> --- >>  Makefile.target               |    2 +- >>  target-openrisc/excp.c        |   27 +

Re: [Qemu-devel] [PATCH 05/15] Openrisc: add exception support

2012-05-19 Thread Blue Swirl
On Thu, May 17, 2012 at 8:35 AM, Jia Liu wrote: > add the openrisc exception support. > > Signed-off-by: Jia Liu > --- >  Makefile.target               |    2 +- >  target-openrisc/excp.c        |   27 +++ >  target-openrisc/excp.h        |   28 +++

[Qemu-devel] [PATCH 05/15] Openrisc: add exception support

2012-05-17 Thread Jia Liu
add the openrisc exception support. Signed-off-by: Jia Liu --- Makefile.target |2 +- target-openrisc/excp.c| 27 +++ target-openrisc/excp.h| 28 target-openrisc/excp_helper.c | 28 ++