Re: [Qemu-devel] [PATCH] lm32: take BQL before writing IP/IM register

2018-05-10 Thread Paolo Bonzini
On 09/05/2018 21:45, Philippe Mathieu-Daudé wrote: > On 02/01/2018 06:09 AM, Michael Walle wrote: >> >> Hi Peter, >> >> do you apply this patch? Or do I have to send a pull request? > > Cc'ing Paolo. Please send a pull request. Paolo >> >> -michael >> >> Am 2018-01-09 18:01, schrieb Michael

Re: [Qemu-devel] [PATCH] lm32: take BQL before writing IP/IM register

2018-05-10 Thread Alex Bennée
Michael Walle writes: > Writing to these registers may raise an interrupt request. Actually, > this prevents the milkymist board from starting. > > Cc: qemu-sta...@nongnu.org > Signed-off-by: Michael Walle Reviewed-by: Alex Bennée

Re: [Qemu-devel] [PATCH] lm32: take BQL before writing IP/IM register

2018-05-09 Thread Philippe Mathieu-Daudé
On 02/01/2018 06:09 AM, Michael Walle wrote: > > Hi Peter, > > do you apply this patch? Or do I have to send a pull request? Cc'ing Paolo. > > -michael > > Am 2018-01-09 18:01, schrieb Michael Walle: >> Writing to these registers may raise an interrupt request. Actually, >> this prevents the

Re: [Qemu-devel] [PATCH] lm32: take BQL before writing IP/IM register

2018-02-01 Thread Michael Walle
Hi Peter, do you apply this patch? Or do I have to send a pull request? -michael Am 2018-01-09 18:01, schrieb Michael Walle: Writing to these registers may raise an interrupt request. Actually, this prevents the milkymist board from starting. Cc: qemu-sta...@nongnu.org Signed-off-by:

[Qemu-devel] [PATCH] lm32: take BQL before writing IP/IM register

2018-01-09 Thread Michael Walle
Writing to these registers may raise an interrupt request. Actually, this prevents the milkymist board from starting. Cc: qemu-sta...@nongnu.org Signed-off-by: Michael Walle --- target/lm32/op_helper.c | 4 1 file changed, 4 insertions(+) diff --git