Re: [PATCH v5 0/5] vhost-user block device backend implementation

2020-05-04 Thread Stefan Hajnoczi
On Mon, Mar 09, 2020 at 06:03:37PM +0800, Coiby Xu wrote: > v5: > * re-use vu_kick_cb in libvhost-user > * keeping processing VhostUserMsg in the same coroutine until there is >detachment/attachment of AIOContext > * Spawn separate coroutine for each VuVirtqElement > * Other changes includi

Re: [PATCH v5 0/5] vhost-user block device backend implementation

2020-03-09 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200309100342.14921-1-coiby...@gmail.com/ Hi, This series failed the docker-clang@ubuntu 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 === #

[PATCH v5 0/5] vhost-user block device backend implementation

2020-03-09 Thread Coiby Xu
v5: * re-use vu_kick_cb in libvhost-user * keeping processing VhostUserMsg in the same coroutine until there is detachment/attachment of AIOContext * Spawn separate coroutine for each VuVirtqElement * Other changes including relocating vhost-user-blk-server.c, coding style etc. v4: * ad