Re: [PATCH v4 0/5] coroutines: generate wrapper code

2020-05-26 Thread Eric Blake
On 5/25/20 8:48 AM, Vladimir Sementsov-Ogievskiy wrote: 25.05.2020 16:14, no-re...@patchew.org wrote: Patchew URL:https://patchew.org/QEMU/20200525100801.13859-1-vsement...@virtuozzo.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and the

Re: [PATCH v4 0/5] coroutines: generate wrapper code

2020-05-25 Thread Vladimir Sementsov-Ogievskiy
25.05.2020 16:14, no-re...@patchew.org wrote: Patchew URL:https://patchew.org/QEMU/20200525100801.13859-1-vsement...@virtuozzo.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can prob

Re: [PATCH v4 0/5] coroutines: generate wrapper code

2020-05-25 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200525100801.13859-1-vsement...@virtuozzo.com/ Hi, This series failed the docker-quick@centos7 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

[PATCH v4 0/5] coroutines: generate wrapper code

2020-05-25 Thread Vladimir Sementsov-Ogievskiy
Hi all! The aim of the series is to reduce code-duplication and writing parameters structure-packing by hand around coroutine function wrappers. It's an alternative to "[PATCH v3] block: Factor out bdrv_run_co()" patch. Benefits: - no code duplication - less indirection v4: 01: wording in com