Re: [Qemu-devel] [PATCH 16/23] target-openrisc: Use cpu_exec_interrupt qom hook
Hi Richard, Thank you! Tested-by: Jia Liu On Sat, Sep 13, 2014 at 9:45 AM, Richard Henderson wrote: > Cc: Jia Liu > Signed-off-by: Richard Henderson > --- > cpu-exec.c | 18 -- > target-openrisc/cpu.c | 1 + > target-openrisc/cpu.h | 1 + > t
[Qemu-devel] [PATCH 16/23] target-openrisc: Use cpu_exec_interrupt qom hook
Cc: Jia Liu Signed-off-by: Richard Henderson --- cpu-exec.c | 18 -- target-openrisc/cpu.c | 1 + target-openrisc/cpu.h | 1 + target-openrisc/interrupt.c | 20 4 files changed, 22 insertions(+), 18 deletions(-) diff --git a/cp