Lines Matching +full:- +full:user
1 .. SPDX-License-Identifier: GPL-2.0-or-later
4 vfio-user
7 QEMU includes a ``vfio-user`` client. The ``vfio-user`` specification allows for
9 ``vhost-user`` in this respect (see :doc:`vhost-user`), but can emulate arbitrary
11 kernel, ``vfio-user``, while similar in implementation, is handled entirely in
15 setting up a ``vfio-user`` UNIX socket between QEMU and SPDK, a VM can send NVMe
18 Presuming a suitable ``vfio-user`` server has opened a socket at
19 ``/tmp/vfio-user.sock``, a device can be configured with for example:
21 .. code-block:: console
23 -device '{"driver": "vfio-user-pci","socket": {"path": "/tmp/vfio-user.sock", "type": "unix"}}'
25 See `libvfio-user <https://github.com/nutanix/libvfio-user/>`_ for further