lib: Allow the daemon to run as a client

In order to support vhost-user client mode, we introduce a new method
start_client() to VhostUserDaemon. It allows the daemon to connect to
the VMM side running as the server in this case.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
Sebastien Boeuf 2022-02-02 16:09:25 +01:00 committed by Jiang Liu
parent 1c4ee49a89
commit bbc892ba45
2 changed files with 74 additions and 16 deletions

View file

@ -1,5 +1,5 @@
{
"coverage_score": 85.1,
"coverage_score": 85.0,
"exclude_path": "",
"crate_features": ""
}