Add --virtiofsd CLI option and VIRTIOFSD_BIN env var support#266
Add --virtiofsd CLI option and VIRTIOFSD_BIN env var support#266nickryand wants to merge 2 commits into
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces the ability to explicitly specify the path to the virtiofsd binary via a new configuration option, a --virtiofsd CLI flag, and a VIRTIOFSD_BIN environment variable. This allows users to override the default auto-detection logic. The changes span the virtiofsd spawning logic in bcvk-qemu and the CLI argument handling in kit. Feedback suggests improving error handling by verifying the existence of the user-provided path immediately and addressing potential path resolution or accessibility issues when the binary is used within a containerized environment.
c939cff to
2a50a76
Compare
|
Hi @nickryand there's some info here https://github.com/bootc-dev/bcvk/pull/266/checks?check_run_id=76126634878 on what you need to do for the DCO check. |
194d514 to
945e218
Compare
Signed-off-by: Nick Downs <nickryand@gmail.com>
Signed-off-by: Nick Downs <nickryand@gmail.com>
945e218 to
0fb84f0
Compare
|
Thanks @cgwalters. I signed the commits and rebased against upstream. |
This should close out #265.