Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API from Firerunner to VM for managing local FS over vsock #34

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

pisimulation
Copy link
Member

  • Firerunner listens to incoming vsock connection in a separate thread.
  • c-vsock/ is a bash runtime with vsock client in workload.c compiled with gcc
  • VM and Firerunner talk to each other by just dumping bytes over vsock.
  • VM ends each op with a \r (carriage return) character
  • Firerunner handles a stream of ops by splitting each op by \r and, for each op, separates parameters by the null character.

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