From 45018fbb0a73ce66fd3dd87ecd2872b45658add4 Mon Sep 17 00:00:00 2001 From: Stefan Hajnoczi Date: Tue, 27 Aug 2019 10:54:35 +0100 Subject: virtiofsd: add --print-capabilities option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add the --print-capabilities option as per vhost-user.rst "Backend programs conventions". Currently there are no advertised features. Signed-off-by: Stefan Hajnoczi Reviewed-by: Daniel P. Berrangé Signed-off-by: Dr. David Alan Gilbert --- docs/interop/vhost-user.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/interop') diff --git a/docs/interop/vhost-user.json b/docs/interop/vhost-user.json index ce0ef74..ef8ac59 100644 --- a/docs/interop/vhost-user.json +++ b/docs/interop/vhost-user.json @@ -31,6 +31,7 @@ # @rproc-serial: virtio remoteproc serial link # @scsi: virtio scsi # @vsock: virtio vsock transport +# @fs: virtio fs (since 4.2) # # Since: 4.0 ## @@ -50,7 +51,8 @@ 'rpmsg', 'rproc-serial', 'scsi', - 'vsock' + 'vsock', + 'fs' ] } -- cgit v1.1