Re: [Qemu-devel] [PATCH 10/23] target-cris: Use cpu_exec_interrupt qom hook

2014-09-16 Thread Edgar E. Iglesias
On Sat, Sep 13, 2014 at 09:45:21AM -0700, Richard Henderson wrote: > Cc: Edgar E. Iglesias > Signed-off-by: Richard Henderson Both CRIS and MicroBlaze look good, thanks. Reviewed-by: Edgar E. Iglesias > --- > cpu-exec.c| 21 - > target-cris/cpu-qom.h | 1 + >

[Qemu-devel] [PATCH 10/23] target-cris: Use cpu_exec_interrupt qom hook

2014-09-13 Thread Richard Henderson
Cc: Edgar E. Iglesias Signed-off-by: Richard Henderson --- cpu-exec.c| 21 - target-cris/cpu-qom.h | 1 + target-cris/cpu.c | 1 + target-cris/helper.c | 31 +++ 4 files changed, 33 insertions(+), 21 deletions(-) diff --git a/cp