You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On PowerPC, when handling QEMU's TCGETS2, handle B0. (#845)
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.
0 commit comments