[codex] add Darwin virtio balloon support#42
Merged
Conversation
ee0fa2c to
19a6b4a
Compare
19a6b4a to
a8a8792
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
Adds a Darwin/arm64 virtio-balloon MVP and exposes the balloon target as explicit API configuration via
balloon_mb.The device implements the basic virtio balloon inflate/deflate queues, snapshots its MMIO/config state, and reclaims Darwin HVF guest pages with
MADV_FREE. Darwin runtime requests now loadvirtio_balloonand wire the device into FDT/MMIO for one-shot, persistent, and snapshot restore paths.This also adds typed ccvmd request-normalization hooks for create/start/run requests so embedders like vmsh can apply policy after request decoding without rewriting HTTP bodies.
Validation
go test -tags embed_guestinit ./internal/vm -run TestRuntimeBootsLinuxWithHVFBalloon -count=1 -timeout 10mgo test ./ccvmd ./internal/ccvmd ./internal/vm -count=1go test -short ./... -count=1 -timeout 30mgit diff --check