Re: [Qemu-devel] [RFC v3 43/56] openrisc: convert to cpu_interrupt_request

2018-10-21 Thread Richard Henderson
On 10/19/18 2:06 AM, Emilio G. Cota wrote: > Cc: Stafford Horne > Signed-off-by: Emilio G. Cota > --- > hw/openrisc/cputimer.c | 2 +- > target/openrisc/cpu.c | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) Reviewed-by: Richard Henderson r~

[Qemu-devel] [RFC v3 43/56] openrisc: convert to cpu_interrupt_request

2018-10-18 Thread Emilio G. Cota
Cc: Stafford Horne Signed-off-by: Emilio G. Cota --- hw/openrisc/cputimer.c | 2 +- target/openrisc/cpu.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/openrisc/cputimer.c b/hw/openrisc/cputimer.c index 850f88761c..739404e4f5 100644 --- a/hw/openrisc/cputimer.c +++