On Fri, Mar 3, 2017 at 8:20 AM, Yongbok Kim wrote:
> Hold BQL when accessing timer which can cause interrupts
>
> Signed-off-by: Yongbok Kim
Reviewed-by: Philippe Mathieu-Daudé
> ---
> target/mips/op_helper.c | 21 ++---
> 1 file changed, 18 insertions(+), 3 deletions(-)
>
> d
Yongbok Kim writes:
> Hold BQL when accessing timer which can cause interrupts
>
> Signed-off-by: Yongbok Kim
Thanks, applied to my tree.
> ---
> target/mips/op_helper.c | 21 ++---
> 1 file changed, 18 insertions(+), 3 deletions(-)
>
> diff --git a/target/mips/op_helper.c b/
Hold BQL when accessing timer which can cause interrupts
Signed-off-by: Yongbok Kim
---
target/mips/op_helper.c | 21 ++---
1 file changed, 18 insertions(+), 3 deletions(-)
diff --git a/target/mips/op_helper.c b/target/mips/op_helper.c
index b683fcb..e5f3ea4 100644
--- a/target/