mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2026-01-14 11:47:56 +00:00
Some hypervisors, e.g. UML, negotiate a queue size larger than `QUEUE_SIZE` (128), which results in failures. This patch allows users to specify it using `--max-queue-size <size>`. Signed-off-by: Xuewei Niu <niuxuewei.nxw@antgroup.com>
202 B
202 B
Changelog
Unreleased
Added
- #811 Being able to specify max queue size
Changed
Fixed
Deprecated
v0.1.0
First release