From e7893b9a97ddef36c3ffe81c30ee16945b2d88f3 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Thu, 12 Aug 2021 11:30:56 +0000 Subject: [PATCH] docs: Update vfio-user.md documentation to describe hotplug Signed-off-by: Rob Bradford --- docs/vfio-user.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/vfio-user.md b/docs/vfio-user.md index 44e3358cc..78ee08376 100644 --- a/docs/vfio-user.md +++ b/docs/vfio-user.md @@ -4,11 +4,11 @@ VFIO-user is an *experimental* protocol for allowing devices to be implemented i The protocol is documented here: https://github.com/nutanix/libvfio-user/blob/master/docs/vfio-user.rst -The Cloud Hypervisor support for such devices is *experimental*. Not all Cloud Hypervisor functionality is supported in particular: hotplug, virtio-mem and iommu are not supported. +The Cloud Hypervisor support for such devices is *experimental*. Not all Cloud Hypervisor functionality is supported in particular: virtio-mem and iommu are not supported. ## Usage -The `--user-device socket=` parameter is used to create a vfio-user device when creating the VM specifying the socket to connect to. +The `--user-device socket=` parameter is used to create a vfio-user device when creating the VM specifying the socket to connect to. The device can also be hotplugged with `ch-remote add-user-device socket=`. ## Example (GPIO device)