Re: [Qemu-devel] [RFC PATCH v2] coroutines: generate wrapper code

2019-03-07 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190220100358.25566-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 BEGI

[Qemu-devel] [RFC PATCH v2] coroutines: generate wrapper code

2019-02-20 Thread Vladimir Sementsov-Ogievskiy
Hi all! We have a very frequent pattern of creating coroutine from function with several arguments: - create structure to pack parameters - create _entry function to call original function taking parameters from struct - do different magic to handle completion: set ret to NOT_DONE or