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

2020-01-14 Thread Coiby Xu
It fails MinGW because libvhost-user depends on eventfd which is a Linux-specific feature. Now fixed in v2. On Mon, Jan 13, 2020 at 1:21 PM wrote: > Patchew URL: > https://patchew.org/QEMU/20200113045704.12318-1-coiby...@gmail.com/ > > > > Hi, > > This series failed the docker-mingw@fedora build

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

2020-01-12 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200113045704.12318-1-coiby...@gmail.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 BEGIN === #

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

2020-01-12 Thread Coiby Xu
This patch series is an implementation of vhost-user-backend server, thanks to Stefan's guidance after reviewing the draft version and the instructions on https://wiki.qemu.org/Google_Summer_of_Code_2019#vhost-user-blk_device_backend, Vhost-user-backend server is a UserCreatable object and can