Skip to content
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

QemuRunner.py: Add QEMU monitor connection option #156

Merged
merged 1 commit into from
Nov 21, 2022

Conversation

makubacki
Copy link
Member

Allows a MONITOR_PORT build env variable to be set to specify
a localhost port that should be connected to the QEMU monitor.

This can be useful for debugging at any phase, but especially for
early boot code.

QEMU Monitor commands:
https://qemu-project.gitlab.io/qemu/system/monitor.html

Signed-off-by: Michael Kubacki michael.kubacki@microsoft.com

Allows a `MONITOR_PORT` build env variable to be set to specify
a localhost port that should be connected to the QEMU monitor.

This can be useful for debugging at any phase, but especially for
early boot code.

QEMU Monitor commands:
https://qemu-project.gitlab.io/qemu/system/monitor.html

Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
@makubacki makubacki merged commit d7d64cd into microsoft:main Nov 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants