[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v3 3/3] contrib: add vhost-user-input
From: |
Gerd Hoffmann |
Subject: |
Re: [Qemu-devel] [PATCH v3 3/3] contrib: add vhost-user-input |
Date: |
Tue, 14 May 2019 08:51:09 +0200 |
User-agent: |
NeoMutt/20180716 |
On Mon, May 13, 2019 at 08:33:25PM +0200, Marc-André Lureau wrote:
> Add a vhost-user input backend example, based on virtio-input-host
> device. It takes an evdev path as argument, and can be associated with
> a vhost-user-input device via a UNIX socket:
>
> $ vhost-user-input -p /dev/input/eventX -s /tmp/vui.sock
>
> $ qemu ... -chardev socket,id=vuic,path=/tmp/vui.sock
> -device vhost-user-input-pci,chardev=vuic
>
> This example is intentionally not included in $TOOLS, and not
> installed by default.
Patch doesn't apply cleanly to git master. Also git complains that it
can't find the sha1 and therefore can't try a 3way merge. Does this
depend on unmerged local patches?
(same goes for the vhost-user-gpu patch in the other series btw).
cheers,
Gerd