Re: [Qemu-devel] [PATCH v6 0/3] High downtime with 95+ throttle pct

2019-09-09 Thread Yury Kotov
Hi, Sorry, patchew found a leak in the auto converge test. I fixed it in v7. Also, there are two other fails, but it seems these are not related to my changes: Fail 1: https://patchew.org/logs/20190909104948.30253-1-yury-ko...@yandex-team.ru/testing.docker-mingw@fedora/?type=message ...

Re: [Qemu-devel] [PATCH v6 0/3] High downtime with 95+ throttle pct

2019-09-09 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190909104948.30253-1-yury-ko...@yandex-team.ru/ 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 BEG

Re: [Qemu-devel] [PATCH v6 0/3] High downtime with 95+ throttle pct

2019-09-09 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190909104948.30253-1-yury-ko...@yandex-team.ru/ 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/ba

Re: [Qemu-devel] [PATCH v6 0/3] High downtime with 95+ throttle pct

2019-09-09 Thread Paolo Bonzini
On 09/09/19 12:49, Yury Kotov wrote: > Hi, > > V6: > * Fix "Add qemu_cond_timedwait" patch: > - Changed return type for qemu_cond_timedwait (void -> bool) > - Added details in commit message > > V5: > * Updated sleep loop in throttle_thread at the suggestion of Paolo Bonzini > * Fixed hanging

[Qemu-devel] [PATCH v6 0/3] High downtime with 95+ throttle pct

2019-09-09 Thread Yury Kotov
Hi, V6: * Fix "Add qemu_cond_timedwait" patch: - Changed return type for qemu_cond_timedwait (void -> bool) - Added details in commit message V5: * Updated sleep loop in throttle_thread at the suggestion of Paolo Bonzini * Fixed hanging of test V4: * The test was simplified to prevent false