(&mut self, features: u64)
| 330 | } |
| 331 | |
| 332 | fn acked_features(&mut self, features: u64) { |
| 333 | self.acked_features = features; |
| 334 | self.update_writeback(); |
| 335 | } |
| 336 | |
| 337 | fn protocol_features(&self) -> VhostUserProtocolFeatures { |
| 338 | VhostUserProtocolFeatures::CONFIG |
nothing calls this directly
no test coverage detected