-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Testing Post: Pass -serial stdio
instead of -serial mon:stdio
to QEMU
#602
Comments
I could exit with
Operating system : Windows 10 |
-serial stdio
instead of -serial mon:stdio
to QEMU-serial stdio
instead of -serial mon:stdio
to QEMU
@AntoineSebert Thanks for testing! Exiting Given that you're using windows: Could you try adding a endless loop in a test and test whether you can exit |
Infinite loop added to |
Thanks for checking! |
604: Use `-serial stdio` instead of `-serial mon:stdio` r=phil-opp a=phil-opp Fixes #602 Post update in #605 606: Update x86_64 to version 0.7.0 r=phil-opp a=phil-opp [Changelog](https://github.com/rust-osdev/x86_64/blob/master/Changelog.md#070): - **Breaking**: `Port::read` and `PortReadOnly::read` now take `&mut self` instead of `&self` ([#76](rust-osdev/x86_64#76)). Post update in #607 Co-authored-by: Philipp Oppermann <[email protected]>
The former allows exiting through normal
crtl+c
, but I'm not sure from the QEMU docs if it works with windows.The text was updated successfully, but these errors were encountered: