blog: Leaving Virtualization.framework behind - #30
Open
PeronGH wants to merge 6 commits into
Open
Conversation
Tells the story of moving ArcBox from Apple's Virtualization.framework to a custom VMM on Hypervisor.framework: motivation, first-boot sprint, representative bugs, benchmark numbers, and honest gaps. Sets up the "Leaving Rosetta behind" post as the follow-up.
The SIGILL surfaced during FEX testing and was caused by our FEX binary being built on an SVE-capable CI host, not by a macOS virtualization layer bug. Belongs in the FEX post's build-target story, not here.
The "Try it" block invented `arcbox start`; the real CLI is `abctl`, and the runtime needs `abctl docker enable` to point the Docker CLI at the ArcBox socket. Switch the "what we left on the table" line from the `ARCBOX_VM_BACKEND` env var (first-boot only) to `abctl system backend hv` (the runtime command).
Drop the "four issues opened, Priority 1, Done" ticketing metaphor for plain language, and replace the internal Linear project link with the public GitHub repo so outside readers can actually follow the work.
…has no cover The featured hero rendered featured.data.cover with a non-null assertion, so any coverless newest post crashed the /blog prerender.
…on, tidy frontmatter - The three-way review landed three days into the sprint, not two, and about half of its findings closed within days, not most. - Note the iperf3 numbers are host-to-guest. - Rename the CLI latency row to 'after idle' and mark the VZ cell as not measured instead of opaque. - uname -m matches the shown output; uname -a prints a full line. - Drop the 'featured' frontmatter field: it is not in the blog schema and nothing reads it.
Greptile SummaryThis PR adds a new engineering blog post and updates the blog list image fallback.
Confidence Score: 5/5This looks safe to merge. No blocking issues found in the changed code.
What T-Rex did
Important Files Changed
Reviews (1): Last reviewed commit: "docs(blog): correct review timeline and ..." | Re-trigger Greptile |
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.
Adds the new engineering blog post explaining ArcBox's move from Apple's Virtualization.framework to a custom VMM on Hypervisor.framework, plus the UI fallback needed for posts without a bespoke cover image.
New content
content/blog/leaving-virtualization-framework-behind.mdx— the full post covering motivation, libkrun decision, rebuild effort, bug stories (vsock stall, ring wrap, use-after-free), benchmarks, and opt-in instructions.Supporting changes
featured: truefrom the previous launch post so the new post becomes the featured one.cover./blog/cover/; pass generated/remote images through as-is.Benchmarks
docker image lsafter idle: 1.62 s → 38 ms