mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2025-12-26 22:48:17 +00:00
This patch is to add support for vhost input device emulation. The code skeleton heavily reuses vhost-device-i2c and vhost-device-rng, including sharing the same license, and how to create the multi-thread mode and daemon for backend virtual device. It gives detailed usage for enabling virtual input device for guest in the README.md. Signed-off-by: Leo Yan <leo.yan@linaro.org>
14 lines
246 B
TOML
14 lines
246 B
TOML
[workspace]
|
|
resolver = "2"
|
|
|
|
members = [
|
|
"vhost-device-gpio",
|
|
"vhost-device-i2c",
|
|
"vhost-device-input",
|
|
"vhost-device-rng",
|
|
"vhost-device-scsi",
|
|
"vhost-device-scmi",
|
|
"vhost-device-template",
|
|
"vhost-device-vsock",
|
|
]
|