Message ID | 20240730011202.480829-1-richard.henderson@linaro.org |
---|---|
State | New |
Headers | show |
On 7/30/24 11:11, Richard Henderson wrote: > 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(-) Applied, thanks. Please update https://wiki.qemu.org/ChangeLog/9.1 as appropriate. r~