mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2025-12-29 17:09:25 +00:00
This patch provides a vhost-user compliant daemon for Random Number Generation (RNG) that implements the VhostUserBackend trait. As such it can be used seamlessly with any kind of VMM, regardless of the underlying architecture or programming language. Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
7 lines
49 B
TOML
7 lines
49 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"i2c",
|
|
"rng",
|
|
]
|