Re: [Qemu-devel] [PATCH 04/15] Openrisc: add interrupt support

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

Re: [Qemu-devel] [PATCH 04/15] Openrisc: add interrupt support

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

[Qemu-devel] [PATCH 04/15] Openrisc: add interrupt support

2012-05-17 Thread Jia Liu
add the openrisc interrupt support. Signed-off-by: Jia Liu --- Makefile.target|2 +- target-openrisc/helper.c | 42 +++ target-openrisc/helper.h |3 +++ target-openrisc/intrp_helper.c | 53 +++