[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/5] misc patch queue
From: |
Richard Henderson |
Subject: |
[PULL 0/5] misc patch queue |
Date: |
Tue, 30 Jul 2024 11:11:56 +1000 |
The following changes since commit 93b799fafd9170da3a79a533ea6f73a18de82e22:
Merge tag 'pull-ppc-for-9.1-2-20240726-1' of https://gitlab.com/npiggin/qemu
into staging (2024-07-26 15:10:45 +1000)
are available in the Git repository at:
https://gitlab.com/rth7680/qemu.git tags/pull-misc-20240730
for you to fetch changes up to d9b019e0a05cbbaa184815dd201b25006950c6d7:
linux-user: open_self_stat: Implement num_threads (2024-07-30 07:59:23 +1000)
----------------------------------------------------------------
util/getauxval: Ensure setting errno if not found
util/getauxval: Use elf_aux_info on OpenBSD
linux-user: open_self_stat: Implement num_threads
target/rx: Use target_ulong for address in LI
----------------------------------------------------------------
Brad Smith (1):
util/cpuinfo: Make use of elf_aux_info(3) on OpenBSD
Fabio D'Urso (1):
linux-user: open_self_stat: Implement num_threads
Richard Henderson (1):
target/rx: Use target_ulong for address in LI
Vivian Wang (2):
util/getauxval: Ensure setting errno if not found
linux-user/main: Check errno when getting AT_EXECFD
linux-user/main.c | 3 ++-
linux-user/syscall.c | 10 ++++++++++
target/rx/translate.c | 3 ++-
util/cpuinfo-aarch64.c | 9 ++++++---
util/cpuinfo-ppc.c | 5 +++--
util/getauxval.c | 9 +++++++--
meson.build | 8 ++++++++
7 files changed, 38 insertions(+), 9 deletions(-)
- [PULL 0/5] misc patch queue,
Richard Henderson <=
- [PULL 2/5] util/getauxval: Ensure setting errno if not found, Richard Henderson, 2024/07/29
- [PATCH for-9.1] tests/vm/openbsd: Install tomli, Richard Henderson, 2024/07/29
- [PULL 1/5] target/rx: Use target_ulong for address in LI, Richard Henderson, 2024/07/29
- [PULL 3/5] linux-user/main: Check errno when getting AT_EXECFD, Richard Henderson, 2024/07/29
- [PULL 4/5] util/cpuinfo: Make use of elf_aux_info(3) on OpenBSD, Richard Henderson, 2024/07/29
- [PULL 5/5] linux-user: open_self_stat: Implement num_threads, Richard Henderson, 2024/07/29
- Re: [PULL 0/5] misc patch queue, Richard Henderson, 2024/07/30