-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Microvm helpers for interactive usage #4081
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #4081 +/- ##
==========================================
- Coverage 82.26% 82.24% -0.03%
==========================================
Files 225 225
Lines 28466 28466
==========================================
- Hits 23417 23411 -6
- Misses 5049 5055 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Reopening as it was closed by mistake |
0eff96b
to
a0ddb07
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That looks awesome! Just one comment. Would it be easy to add some documentation on how to use it to launch an interactive session and small examples with what you can do with it?
Actually I had some docs written for a different change, but they belong here. I will update the PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🍻
7321629
to
cf67f5a
Compare
We should run the `build_devctr` target to test the Dockerfile changes. In addition, also test the release if we make any changes to it. Signed-off-by: Pablo Barbáchano <[email protected]>
Some utility functions to help when interactively debugging tests, including one to run gdb on the microvm. Signed-off-by: Pablo Barbáchano <[email protected]>
If the process has disappeared before we can reach it, ignore the failure when measuring memory. Signed-off-by: Pablo Barbáchano <[email protected]>
Changes
Some unrelated changes included:
Reason
This enables interactive use of Microvms, will follow up with a sandbox helper script.
License Acceptance
By submitting this pull request, I confirm that my contribution is made under
the terms of the Apache 2.0 license. For more information on following
Developer Certificate of Origin and signing off your commits, please check
CONTRIBUTING.md
.PR Checklist
CHANGELOG.md
.TODO
s link to an issue.rust-vmm
.