Commit Graph

3 Commits

Author SHA1 Message Date
Xuewei Niu
04c30f700a vhost-device-console: Being able to specify max queue size
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>
2025-02-14 12:51:22 +02:00
Xuewei Niu
2c8440a99f vhost-device-console: Fix a typo in README
In the example of using `vhost-user-console-pci`, the id should be
`con0` instead of `con`.

Signed-off-by: Xuewei Niu <niuxuewei.nxw@antgroup.com>
2025-02-11 12:38:16 +05:30
Timos Ampelikiotis
0b06c22096 vhost-device-console: promote to main workspace
The current implementation seems ready to be promoted to the
main workspace since the device supports test coverage have been
increased and the basic functionality is implemented.

Cargo.lock files both in main and staging workspaces are updated.

Support for VIRTIO_CONSOLE_F_SIZE and VIRTIO_CONSOLE_F_EMERG_WRITE
is still missing.

Signed-off-by: Timos Ampelikiotis <t.ampelikiotis@virtualopensystems.com>
2024-11-09 16:41:28 +00:00