This repository has been archived by the owner on May 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The new --fd=FDNUM file descriptor passing option eliminates the need to wait for virtiofsd to create the vhost-user UNIX domain socket. This is a nice simplification because we can remove the timeouts and stderr parsing. There is no longer a race between launching virtiofsd and launching QEMU, so we don't need to wait anymore. Signed-off-by: Stefan Hajnoczi <[email protected]>
- Loading branch information
1 parent
6ce6a26
commit d5a3d0a
Showing
2 changed files
with
33 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters