summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorErik Schilling <erik.schilling@linaro.org>2023-08-14 10:04:06 +0200
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-08-15 18:48:32 +0000
commit28205358690f79e13c1970ea7d61bce0131da027 (patch)
tree8713cd4490d588827011d9d925ff0411c0d47e07 /README.md
parent81bd76bd1880ad589c41cd90726921dd52989a92 (diff)
downloadmeta-virtualization-28205358690f79e13c1970ea7d61bce0131da027.tar.gz
vhost-device: add recipes for vhost-device daemons
This adds recipes for the first tagged release of the vhost-device daemons of the rust-vmm project. While the initial release was done for all daemons at the same time, the daemons all have indepentend version numbers and will be released on their own schedules in the future. Therefore, I splitted them into independent recipes. Signed-off-by: Erik Schilling <erik.schilling@linaro.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 00000000..dd79b484
--- /dev/null
+++ b/README.md
@@ -0,0 +1,14 @@
1# vhost-device: A collection of vhost-user devices
2
3[vhost-device](https://github.com/rust-vmm/vhost-device) provides a series of
4daemons that implement the
5[vhost-user protocol](https://qemu-project.gitlab.io/qemu/interop/vhost-user.html)
6for various virtio device types.
7
8## Updating the recipes
9
101. Bump the version number to the newly published version listed on crates.io
112. Regenerate the .inc file that list the dependencies:
12 `bitbake -c update_crates vhost-device-<type>`
133. Review, build and test the changes
14