Re: [PATCH v3 0/3] coroutines: generate wrapper code

2020-05-22 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200522161950.2839-1-vsement...@virtuozzo.com/ 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

Re: [PATCH v3 0/3] coroutines: generate wrapper code

2020-05-22 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200522161950.2839-1-vsement...@virtuozzo.com/ 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 v3 0/3] coroutines: generate wrapper code

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

[PATCH v3 0/3] coroutines: generate wrapper code

2020-05-22 Thread Vladimir Sementsov-Ogievskiy
Hi all! After a long delay (~year) here is a v3. 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