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

Fix several bugs in qemu. #1148

Merged
merged 1 commit into from
Sep 3, 2024
Merged

Fix several bugs in qemu. #1148

merged 1 commit into from
Sep 3, 2024

Conversation

sunfishcode
Copy link
Member

Fix the value of TIOCGSID.

Translate the flags argument to pidfd_open from target to host flags, which fixes the value of PIDFD_NONBLOCK on platforms where the value differs, such as mips64.

Define TARGET_SO_INCOMING_CPU and TARGET_SO_COOKIE for mips/mips64 in qemu.

Fix the value of `TIOCGSID`.

Translate the flags argument to `pidfd_open` from target to host flags,
which fixes the value of `PIDFD_NONBLOCK` on platforms where the value
differs, such as mips64.

Define `TARGET_SO_INCOMING_CPU` and `TARGET_SO_COOKIE` for mips/mips64
in qemu.
@sunfishcode sunfishcode merged commit dfae7aa into main Sep 3, 2024
42 of 43 checks passed
@sunfishcode sunfishcode deleted the sunfishcode/qemu branch September 3, 2024 23:39
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