Re: [Qemu-devel] [PATCH 8/8] target/mips: Update ITU to handle bus errors

2019-01-17 Thread Stefan Markovic
On 3.1.19. 17:34, Aleksandar Markovic wrote: > From: Yongbok Kim > > Update ITU to handle bus errors. > > Signed-off-by: Yongbok Kim > Signed-off-by: Aleksandar Markovic > --- > hw/misc/mips_itu.c | 22 ++ > 1 file changed, 22 insertions(+) Reviewed-by: Stefan Markovic

[Qemu-devel] [PATCH 8/8] target/mips: Update ITU to handle bus errors

2019-01-03 Thread Aleksandar Markovic
From: Yongbok Kim Update ITU to handle bus errors. Signed-off-by: Yongbok Kim Signed-off-by: Aleksandar Markovic --- hw/misc/mips_itu.c | 22 ++ 1 file changed, 22 insertions(+) diff --git a/hw/misc/mips_itu.c b/hw/misc/mips_itu.c index 5c49bdd..e8860dc 100644 --- a/hw/mi