Re: [Qemu-devel] [PATCH 4/5] target/sh4: ignore interrupts in a delay slot

2017-05-24 Thread Richard Henderson
On 05/16/2017 03:47 PM, Aurelien Jarno wrote: Delay slots are indivisible, therefore avoid scheduling an interrupt in the delay slot. However exceptions are possible. Signed-off-by: Aurelien Jarno --- target/sh4/helper.c | 12 ++-- 1 file changed, 10

Re: [Qemu-devel] [PATCH 4/5] target/sh4: ignore interrupts in a delay slot

2017-05-16 Thread Philippe Mathieu-Daudé
On 05/16/2017 07:47 PM, Aurelien Jarno wrote: Delay slots are indivisible, therefore avoid scheduling an interrupt in the delay slot. However exceptions are possible. Signed-off-by: Aurelien Jarno Reviewed-by: Philippe Mathieu-Daudé ---

[Qemu-devel] [PATCH 4/5] target/sh4: ignore interrupts in a delay slot

2017-05-16 Thread Aurelien Jarno
Delay slots are indivisible, therefore avoid scheduling an interrupt in the delay slot. However exceptions are possible. Signed-off-by: Aurelien Jarno --- target/sh4/helper.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git