diff --git a/src/bin/vhost_user_fs.rs b/src/bin/vhost_user_fs.rs index 4357c8bd0..a9cd8ebe5 100644 --- a/src/bin/vhost_user_fs.rs +++ b/src/bin/vhost_user_fs.rs @@ -142,7 +142,7 @@ impl VhostUserBackend for VhostUserFsBack } fn protocol_features(&self) -> VhostUserProtocolFeatures { - VhostUserProtocolFeatures::all() + VhostUserProtocolFeatures::MQ | VhostUserProtocolFeatures::SLAVE_REQ } fn set_event_idx(&mut self, _enabled: bool) {}