Re: [PATCH] target/arm: Remove unnecessary gen_io_end() calls

2020-06-22 Thread Pavel Dovgalyuk
On 19.06.2020 20:03, Peter Maydell wrote: Since commit ba3e7926691ed3 it has been unnecessary for target code to call gen_io_end() after an IO instruction in icount mode; it is sufficient to call gen_io_start() before it and to force the end of the TB. Many now-unnecessary calls to gen_io_end()

Re: [PATCH] target/arm: Remove unnecessary gen_io_end() calls

2020-06-19 Thread Richard Henderson
On 6/19/20 10:03 AM, Peter Maydell wrote: > Since commit ba3e7926691ed3 it has been unnecessary for target code > to call gen_io_end() after an IO instruction in icount mode; it is > sufficient to call gen_io_start() before it and to force the end of > the TB. > > Many now-unnecessary calls to

Re: [PATCH] target/arm: Remove unnecessary gen_io_end() calls

2020-06-19 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200619170324.12093-1-peter.mayd...@linaro.org/ Hi, This series failed the asan 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 ===

Re: [PATCH] target/arm: Remove unnecessary gen_io_end() calls

2020-06-19 Thread Alex Bennée
Peter Maydell writes: > Since commit ba3e7926691ed3 it has been unnecessary for target code > to call gen_io_end() after an IO instruction in icount mode; it is > sufficient to call gen_io_start() before it and to force the end of > the TB. > > Many now-unnecessary calls to gen_io_end() were