mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2025-12-26 22:48:17 +00:00
As per the vhost-user specification: "Back-ends should always implement the VHOST_USER_PROTOCOL_F_MQ protocol feature, even for devices with a fixed number of virtqueues, since it is simple to implement and offers a degree of introspection." Vsock backend support three virtqueues and hence this should be set. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Manos Pitsidianakis <manos@pitsidianak.is> |
||
|---|---|---|
| .. | ||
| main.rs | ||
| rxops.rs | ||
| rxqueue.rs | ||
| thread_backend.rs | ||
| txbuf.rs | ||
| vhu_vsock_thread.rs | ||
| vhu_vsock.rs | ||
| vsock_conn.rs | ||