Re: [Qemu-devel] [PATCH v9 0/9] Add vhost-user-gpu

2019-05-25 Thread no-reply
v9 0/9] Add vhost-user-gpu === TEST SCRIPT BEGIN === #!/bin/bash git rev-parse base > /dev/null || exit 0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailback base.. === TEST SCRIPT END === F

[Qemu-devel] [PATCH v9 0/9] Add vhost-user-gpu

2019-05-24 Thread Marc-André Lureau
Hi, vhost-user allows to drive a virtio device in a seperate process. After vhost-user-net, we have seen vhost-user-{scsi,blk,crypto,input} added more recently. This series, initially proposed ~3 years ago, time flies (https://lists.gnu.org/archive/html/qemu-devel/2016-06/msg01905.html) contribut