Cargo Features
[dependencies]
virtiofsd = { version = "1.13.0", default-features = false, features = ["seccomp", "xen"] }
- default = seccomp
-
The
seccomp
feature is set by default whenevervirtiofsd
is added without
somewhere in the dependency tree.default-features = false - seccomp default
-
Expose seccomp bindings from the library.
Enables libseccomp-sys
Affects
virtiofsd::seccomp
…Required by the binary
- xen
-
Enabling Xen support will _disable_ QEMU/KVM support!
Enables xen of vhost, vhost-user-backend, and vm-memory