Re: [Qemu-devel] [RFC v3 44/56] unicore32: convert to cpu_interrupt_request

2018-10-21 Thread Richard Henderson
On 10/19/18 2:06 AM, Emilio G. Cota wrote: > Cc: Guan Xuetao > Signed-off-by: Emilio G. Cota > --- > target/unicore32/cpu.c | 2 +- > target/unicore32/softmmu.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Richard Henderson r~

[Qemu-devel] [RFC v3 44/56] unicore32: convert to cpu_interrupt_request

2018-10-18 Thread Emilio G. Cota
Cc: Guan Xuetao Signed-off-by: Emilio G. Cota --- target/unicore32/cpu.c | 2 +- target/unicore32/softmmu.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/target/unicore32/cpu.c b/target/unicore32/cpu.c index 2b49d1ca40..65c5334551 100644 --- a/target/unicore32/cpu.c