-
-
Notifications
You must be signed in to change notification settings - Fork 118
Make qemu-run suitable for external use
#1012
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
Open
jonathanpallant
wants to merge
10
commits into
main
Choose a base branch
from
update-qemu-run
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
75da7c3 to
449cc79
Compare
Deploying knurling-defmt-book with
|
| Latest commit: |
1d1ebc8
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://026ac68e.knurling-defmt-book.pages.dev |
| Branch Preview URL: | https://update-qemu-run.knurling-defmt-book.pages.dev |
Contributor
Author
|
Fixed formatting, and added a CHANGELOG section for it. |
Assumes we'll do a 0.1.0 release as soon as this PR merges.
449cc79 to
5a8d960
Compare
Now uses log::info! etc to add host logs, which are mixed with device logs
It looks terrible at the start of the line.
Now that qemu-run uses defmt-decoder's log function rather than "frame.display()", we: * get padding on the log level (so "INFO" is "INFO ") * don't get timestamps in defmt::println! output * get asserts formatted differently This doesn't affect any output our users will see. If anything, it brings the snapshot tests closer in line with what users see currently (as qemu-run was a private internal tool and users use defmt-print or probe-rs).
Contributor
Author
|
Ping @robamu on this one as well |
Contributor
Author
Did we not pin down the version of mdbook we use? We should do that. |
robamu
approved these changes
Nov 21, 2025
sounds like a good thing to do. This tool could be useful for some of the stuff I did in embedded-alloc as well.. |
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.
Updates the
qemu-runbinary so we can publish it and use it elsewhere.