diff --git a/devices/src/virtio/vhost/user/device/handler.rs b/devices/src/virtio/vhost/user/device/handler.rs index daa39a0c3d..c6ee6874c9 100644 --- a/devices/src/virtio/vhost/user/device/handler.rs +++ b/devices/src/virtio/vhost/user/device/handler.rs @@ -185,9 +185,7 @@ pub trait VhostUserDevice { /// /// This method will be called when `VhostUserProtocolFeatures::BACKEND_REQ` is /// negotiated. - fn set_backend_req_connection(&mut self, _conn: Arc) { - error!("set_backend_req_connection is not implemented"); - } + fn set_backend_req_connection(&mut self, _conn: Arc) {} /// Used to stop non queue workers that `VhostUserDevice::stop_queue` can't stop. May or may /// not also stop all queue workers.