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

On PowerPC, when handling QEMU's TCGETS2, handle B0. #845

Merged
merged 1 commit into from
Sep 25, 2023

Conversation

sunfishcode
Copy link
Member

Linux uses an input speed of B0 to mean that the input speed is the same as the output speed. Add that logic to rustix's code to work around QEMU's handling of TCGETS2 on PowerPC.

Linux uses an input speed of `B0` to mean that the input speed is the
same as the output speed. Add that logic to rustix's code to work around
QEMU's handling of `TCGETS2` on PowerPC.
@sunfishcode sunfishcode merged commit fe5e4ea into main Sep 25, 2023
43 checks passed
@sunfishcode sunfishcode deleted the sunfishcode/termios branch September 25, 2023 05:18
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.

1 participant