feat(vm): run the supervisor outside the guest workload - #2945
Open
drew wants to merge 6 commits into
Open
Conversation
|
🌿 Preview your docs: https://nvidia-preview-pr-2945.docs.buildwithfern.com/openshell |
drew
force-pushed
the
codex/vm-host-supervisor
branch
from
August 26, 2026 07:08
4a8f295 to
532fa1b
Compare
drew
changed the base branch from
codex/rfc-0012-impl-base
to
codex/1737-rfc12-supervisor-primitives
August 26, 2026 07:09
drew
force-pushed
the
codex/vm-host-supervisor
branch
from
August 26, 2026 08:50
532fa1b to
02e80eb
Compare
drew
force-pushed
the
codex/vm-host-supervisor
branch
from
August 26, 2026 19:41
7e10ae3 to
02e80eb
Compare
4 tasks
drew
force-pushed
the
codex/vm-host-supervisor
branch
from
September 1, 2026 00:13
02e80eb to
be91699
Compare
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
This was referenced Sep 1, 2026
drew
force-pushed
the
codex/vm-host-supervisor
branch
from
September 1, 2026 08:00
be91699 to
273655b
Compare
drew
force-pushed
the
codex/vm-host-supervisor
branch
from
September 1, 2026 08:06
273655b to
f7c163d
Compare
4 tasks
drew
force-pushed
the
codex/vm-host-supervisor
branch
from
September 3, 2026 01:45
0c5cd41 to
9291888
Compare
4 tasks
drew
marked this pull request as ready for review
September 3, 2026 01:46
drew
requested review from
a team,
derekwaynecarr,
mrunalp and
sjenning
as code owners
September 3, 2026 01:46
drew
changed the base branch from
codex/1737-rfc12-supervisor-primitives
to
codex/1737-rfc12-supervisor-modes
September 3, 2026 01:46
drew
force-pushed
the
codex/vm-host-supervisor
branch
from
September 3, 2026 14:34
fd784d6 to
36d8ef7
Compare
Collaborator
Author
|
/ok to test |
8 similar comments
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
/ok to test |
drew
force-pushed
the
codex/vm-host-supervisor
branch
from
September 8, 2026 22:32
5484b30 to
525cb9c
Compare
5 tasks
drew
force-pushed
the
codex/vm-host-supervisor
branch
from
September 8, 2026 22:40
525cb9c to
052a170
Compare
drew
force-pushed
the
codex/vm-host-supervisor
branch
from
September 9, 2026 04:39
052a170 to
63bc8bb
Compare
5 tasks
drew
removed this pull request from stack #3152
September 9, 2026 04:42
drew
added this pull request to stack #3231
September 9, 2026 04:42
drew
force-pushed
the
codex/vm-host-supervisor
branch
from
September 9, 2026 04:53
63bc8bb to
26e7f16
Compare
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
drew
force-pushed
the
codex/vm-host-supervisor
branch
2 times, most recently
from
September 9, 2026 05:38
806615c to
a43076b
Compare
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
drew
force-pushed
the
codex/vm-host-supervisor
branch
from
September 9, 2026 05:50
a43076b to
8355238
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adopt the RFC 0012 supervisor/sandbox split in the VM driver. The guest runs
openshell-sandboxas the workload boundary while the host runsopenshell-supervisor; a private vsock path is the only guest-to-host control and mediated-network channel.Related Issue
Part of #1737.
Changes
Testing
mise run pre-commitpassesChecklist
Stack