From fde488e72b01c8e913fbcf7e4297d60b3d9b5af3 Mon Sep 17 00:00:00 2001 From: Viresh Kumar Date: Tue, 27 Sep 2022 15:16:31 +0530 Subject: [PATCH] vhost: Add README for the workspace Provide basic details of the workspace and what crates it hosts at the moment. Signed-off-by: Viresh Kumar --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..43073a5 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# vhost + +The `vhost` workspace hosts libraries related to the vhost and vhost-user +protocols. It currently consists of the following crates: + +- `vhost` -> A pure rust library for vDPA, vhost and vhost-user. +- `vhost-user-backend` -> It provides a framework to implement `vhost-user` + backend services.