Re: [PATCH v10 00/73] per-CPU locks

2020-06-17 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200617210231.4393-1-robert.fo...@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 === #!/bin/bash

[PATCH v10 00/73] per-CPU locks

2020-06-17 Thread Robert Foley
Changes for v10: - Fixed one case in cpu_throttle_thread, where we were using qemu_global_mutex instead of cpu->lock for the halt_cond. - Changed qemu_cpu_kick() to ensure we are under the CPU lock so we do not miss a notification. - Added a few more reviewed-bys. v9: