Skip to content

Conversation

@lstocchi
Copy link
Collaborator

it adds support for file sharing.

On Hyper-v it uses a similar mechanism as done by podman to support 9P.
9P server only differs for the signal-based shutdown instead of checking that gvproxy is running.
On the guest, we do not rely on the podman' client9p command but use socat to proxy a connection from vsock to unix socket and mount the files. More info at cfergeau/podman#41

On draft as it needs cfergeau/podman#41 to be merged and be tested on all OSes

@coderabbitai
Copy link

coderabbitai bot commented Jan 29, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Tip

🧪 Unit Test Generation v2 is now available!

We have significantly improved our unit test generation capabilities.

To enable: Add this to your .coderabbit.yaml configuration:

reviews:
  finishing_touches:
    unit_tests:
      enabled: true

Try it out by using the @coderabbitai generate unit tests command on your code files or under ✨ Finishing Touches on the walkthrough!

Have feedback? Share your thoughts on our Discord thread!


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

it adds support for file sharing by leveraging podman implementation.
On Hyper-v it uses a similar mechanism as done by podman to support 9P.
9P server only differs for the signal-based shutdown instead of checking that gvproxy is running.
On the guest, we do not rely on the podman' client9p command but use socat to proxy a connection from vsock to unix socket and mount the files. More info at cfergeau/podman#41

Signed-off-by: lstocchi <[email protected]>
@lstocchi
Copy link
Collaborator Author

@redbeam could you give this a review on Windows? It needs to be tested on Hyper-v.

@lstocchi lstocchi requested review from cfergeau and redbeam January 30, 2026 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant