Re: [Qemu-devel] [PATCH 0/2] cpu-exec fixes

2019-01-20 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190115194754.7670-1-c...@braap.org/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/bin

Re: [Qemu-devel] [PATCH 0/2] cpu-exec fixes

2019-01-15 Thread Paolo Bonzini
On 15/01/19 23:00, Richard Henderson wrote: > Reviewed-by: Richard Henderson Queued, thanks. Paolo

Re: [Qemu-devel] [PATCH 0/2] cpu-exec fixes

2019-01-15 Thread Richard Henderson
On 1/16/19 6:47 AM, Emilio G. Cota wrote: > Just a couple of small fixes. > > The first adds an assert that we should have added when performing > the conversion from tb_lock to per-page locks. > > The second adds a missing reset of the BQL after the longjmp in > cpu_exec_step_atomic returns. Re

[Qemu-devel] [PATCH 0/2] cpu-exec fixes

2019-01-15 Thread Emilio G. Cota
Just a couple of small fixes. The first adds an assert that we should have added when performing the conversion from tb_lock to per-page locks. The second adds a missing reset of the BQL after the longjmp in cpu_exec_step_atomic returns. Thanks, Emilio