Re: [Qemu-devel] [PATCH 16/20] target/openrisc: Log interrupts

2018-05-27 Thread Philippe Mathieu-Daudé
On 05/27/2018 11:13 AM, Richard Henderson wrote: > Signed-off-by: Richard Henderson Reviewed-by: Philippe Mathieu-Daudé > --- > target/openrisc/interrupt.c | 30 +- > 1 file changed, 25 insertions(+), 5 deletions(-) > > diff --git a/target/openrisc/interrupt.c b/ta

[Qemu-devel] [PATCH 16/20] target/openrisc: Log interrupts

2018-05-27 Thread Richard Henderson
Signed-off-by: Richard Henderson --- target/openrisc/interrupt.c | 30 +- 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/target/openrisc/interrupt.c b/target/openrisc/interrupt.c index e28042856a..138ad17f00 100644 --- a/target/openrisc/interrupt.c +++