diff options
author | Stefan Hajnoczi | 2019-08-27 11:54:37 +0200 |
---|---|---|
committer | Dr. David Alan Gilbert | 2020-01-23 17:41:36 +0100 |
commit | 315616ed50ba15a5d7236ade8a402a93898202de (patch) | |
tree | 343355af3a1e7281d278a7f1b197eb54e9f9b48c /tools/virtiofsd | |
parent | virtiofsd: make -f (foreground) the default (diff) | |
download | qemu-315616ed50ba15a5d7236ade8a402a93898202de.tar.gz qemu-315616ed50ba15a5d7236ade8a402a93898202de.tar.xz qemu-315616ed50ba15a5d7236ade8a402a93898202de.zip |
virtiofsd: add vhost-user.json file
Install a vhost-user.json file describing virtiofsd. This allows
libvirt and other management tools to enumerate vhost-user backend
programs.
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Diffstat (limited to 'tools/virtiofsd')
-rw-r--r-- | tools/virtiofsd/50-qemu-virtiofsd.json.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/virtiofsd/50-qemu-virtiofsd.json.in b/tools/virtiofsd/50-qemu-virtiofsd.json.in new file mode 100644 index 0000000000..9bcd86f8dc --- /dev/null +++ b/tools/virtiofsd/50-qemu-virtiofsd.json.in @@ -0,0 +1,5 @@ +{ + "description": "QEMU virtiofsd vhost-user-fs", + "type": "fs", + "binary": "@libexecdir@/virtiofsd" +} |