Conversation
Signed-off-by: John McBride <john@papercompute.com>
|
No docs update needed. This PR adds direct kernel boot optimization for QEMU, which bypasses EFI firmware when kernel artifacts are available in a mixtape. This is a transparent internal optimization:
The existing documentation describing EFI boot remains accurate as the fallback behavior. PR #16 was merged: feat: Optimize qemu for direct kernel boot |
jpmcb
added a commit
that referenced
this pull request
Feb 20, 2026
* ✨ Replaces the fixed 2-second initial delay and 3-second retry intervals with an aggressive exponential backoff strategy starting at 100ms and capping at 1 second. This reduces connection latency by approximately 500ms since the guest typically boots in ~3.5 seconds after #16
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.
DirectKernelBootfor a direct kernel boot mode in QEMUContinue Tasks: ✅ 1 no changes — View all