mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2025-12-29 08:46:54 +00:00
This updates the main README and adds a specific one for i2c crate. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
12 lines
324 B
Markdown
12 lines
324 B
Markdown
# vhost-device
|
|
|
|
## Design
|
|
|
|
This repository hosts various 'vhost-user' device backends in their own crates.
|
|
See their individual README.md files for specific information about those
|
|
crates.
|
|
|
|
Here is the list of device backends that we support:
|
|
|
|
- [I2C](https://github.com/rust-vmm/vhost-device/blob/master/src/i2c/README.md)
|