Re: [PATCH v5 0/7] coroutines: generate wrapper code

2020-05-27 Thread Vladimir Sementsov-Ogievskiy
28.05.2020 00:57, Eric Blake wrote: On 5/27/20 4:46 PM, no-re...@patchew.org wrote: Patchew URL: https://patchew.org/QEMU/20200527203733.16129-1-vsement...@virtuozzo.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If

Re: [PATCH v5 0/7] coroutines: generate wrapper code

2020-05-27 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200527203733.16129-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

Re: [PATCH v5 0/7] coroutines: generate wrapper code

2020-05-27 Thread Eric Blake
On 5/27/20 4:46 PM, no-re...@patchew.org wrote: Patchew URL: https://patchew.org/QEMU/20200527203733.16129-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 p

Re: [PATCH v5 0/7] coroutines: generate wrapper code

2020-05-27 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200527203733.16129-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 v5 0/7] coroutines: generate wrapper code

2020-05-27 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 v5: mostly by Eric's s