mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2025-12-28 16:29:45 +00:00
The virtio-queue crate doesn't allow invalid queue state since commit
d951283a8e88 ("don't allow processing descriptors for invalid q").
Initialize the queues properly to fix testing failures.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
|
||
|---|---|---|
| .. | ||
| main.rs | ||
| rxops.rs | ||
| rxqueue.rs | ||
| thread_backend.rs | ||
| txbuf.rs | ||
| vhu_vsock_thread.rs | ||
| vhu_vsock.rs | ||
| vsock_conn.rs | ||