aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-extended/vhost-device/README.md
blob: dd79b48472ff7f803bbb9a4120bb18aac8db0b5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# vhost-device: A collection of vhost-user devices

[vhost-device](https://github.com/rust-vmm/vhost-device) provides a series of
daemons that implement the
[vhost-user protocol](https://qemu-project.gitlab.io/qemu/interop/vhost-user.html)
for various virtio device types.

## Updating the recipes

1. Bump the version number to the newly published version listed on crates.io
2. Regenerate the .inc file that list the dependencies:
   `bitbake -c update_crates vhost-device-<type>`
3. Review, build and test the changes