rust-vmm / vhost-user-backend

Deprecated repository, code now lives in: https://github.com/rust-vmm/vhost/
Apache License 2.0
18 stars 16 forks source link

lib: Allow the daemon to run as a client #59

Closed sboeuf closed 2 years ago

sboeuf commented 2 years ago

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

sboeuf commented 2 years ago

@slp could you please re-approve :)

sboeuf commented 2 years ago

@jiangliu the PR has been updated, could you please review it one more time?

sboeuf commented 2 years ago

@stefano-garzarella PR updated