From 813acce29ad2809d859227b9f01306c9b8b7a772 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20NOUAILLE=20DEGORCE?= Date: Wed, 2 Sep 2020 08:52:41 +0000 Subject: [PATCH] wip --- doc/VHOST.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/VHOST.md b/doc/VHOST.md index 71807988e..d068cbc59 100644 --- a/doc/VHOST.md +++ b/doc/VHOST.md @@ -37,7 +37,7 @@ It's based on a cient(s)/server model, meaning that one server can handle multip ## How to use it * `pg_vhost_start("/tmp", &error)`: start the vhost driver and setup the socket's folder. -* `pg_vhost_new("vhost-0", flags, &error);`: create the brick. The socket will be named `qemu-vhost-0`. Here are some flags availables: +* `pg_vhost_new("vhost-0", flags, &error);`: create the brick.
The socket will be named `qemu-vhost-0`.
Here are some flags availables: * `PG_VHOST_USER_CLIENT` * `PG_VHOST_USER_DEQUEUE_ZERO_COPY`