[PR #33] [CLOSED] Add missing syscall nrs. #60

Open
opened 2026-01-31 21:29:35 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/qemu/qemu/pull/33
Author: @cmacq2
Created: 12/24/2015
Status: Closed

Base: masterHead: missing-arm-syscall-nrs


📝 Commits (1)

  • 7e7f083 Add missing syscall nrs. This updates the QEMU syscall tables to

📊 Changes

3 files changed (+37 additions, -0 deletions)

View changed files

📝 linux-user/aarch64/syscall_nr.h (+13 -0)
📝 linux-user/arm/syscall_nr.h (+12 -0)
📝 linux-user/mips/syscall_nr.h (+12 -0)

📄 Description

Add missing syscall nrs. This updates the QEMU syscall tables to more recent Linux kernels.

This change covers arm, aarch64, mips. Others to follow?

The change was prompted by QEMU warning about a syscall 384 (get_random()) with Debian armhf binaries (ARMv7).

Am starting the pull request 'early' to get feed back (particularly on code/process issues I'm unaware of) before I invest more time chasing the updates across all arches. Especially since I can't seem to find x86_64 nrs in Torvalds's Linux tree.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/qemu/qemu/pull/33 **Author:** [@cmacq2](https://github.com/cmacq2) **Created:** 12/24/2015 **Status:** ❌ Closed **Base:** `master` ← **Head:** `missing-arm-syscall-nrs` --- ### 📝 Commits (1) - [`7e7f083`](https://github.com/qemu/qemu/commit/7e7f0837c0be1d462773fc9dab1fc3f8f572c7bf) Add missing syscall nrs. This updates the QEMU syscall tables to ### 📊 Changes **3 files changed** (+37 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `linux-user/aarch64/syscall_nr.h` (+13 -0) 📝 `linux-user/arm/syscall_nr.h` (+12 -0) 📝 `linux-user/mips/syscall_nr.h` (+12 -0) </details> ### 📄 Description Add missing syscall nrs. This updates the QEMU syscall tables to more recent Linux kernels. This change covers arm, aarch64, mips. Others to follow? The change was prompted by QEMU warning about a syscall 384 (get_random()) with Debian armhf binaries (ARMv7). Am starting the pull request 'early' to get feed back (particularly on code/process issues I'm unaware of) before I invest more time chasing the updates across all arches. Especially since I can't seem to find x86_64 nrs in Torvalds's Linux tree. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 21:29:35 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/qemu#60