From d599deefceade79245f9e9d3b0b95f8bc50939f4 Mon Sep 17 00:00:00 2001 From: Stefano Garzarella Date: Wed, 28 Sep 2022 14:00:52 +0200 Subject: [PATCH] README: replace master with frontend In the vhost-user specs [1] we started using better words for the actors involved, so let's do the same here. [1] https://qemu-project.gitlab.io/qemu/interop/vhost-user.html Signed-off-by: Stefano Garzarella --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9138f1e..1c59c98 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,10 @@ coverage. ## Separation of Concerns The binaries built by this repository can be run with any VMM which -can act as a vhost-user master. Typically they have been tested with +can act as a vhost-user frontend. Typically they have been tested with [QEMU](https://www.qemu.org) although the rust-vmm project does provide a [vhost-user -master](https://github.com/rust-vmm/vhost/tree/main/src/vhost_user) +frontend](https://github.com/rust-vmm/vhost/tree/main/src/vhost_user) crate for rust based VMMs. While it's possible to implement all parts of the backend inside the