qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/5] misc patch queue
@ 2024-07-30  1:11 Richard Henderson
  2024-07-30  1:11 ` [PULL 1/5] target/rx: Use target_ulong for address in LI Richard Henderson
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Richard Henderson @ 2024-07-30  1:11 UTC (permalink / raw)
  To: qemu-devel

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(-)


^ permalink raw reply	[flat|nested] 11+ messages in thread
* [PATCH for-9.1] tests/vm/openbsd: Install tomli
@ 2024-07-29  5:12 Richard Henderson
  2024-07-29  7:35 ` Paolo Bonzini
  0 siblings, 1 reply; 11+ messages in thread
From: Richard Henderson @ 2024-07-29  5:12 UTC (permalink / raw)
  To: qemu-devel; +Cc: alex.bennee

Tomli is now required by configure.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
 tests/vm/openbsd | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/vm/openbsd b/tests/vm/openbsd
index 5e646f7c51..49cab08782 100755
--- a/tests/vm/openbsd
+++ b/tests/vm/openbsd
@@ -32,6 +32,7 @@ class OpenBSDVM(basevm.BaseVM):
         "pkgconf",
         "bzip2", "xz",
         "ninja",
+        "py3-tomli",
 
         # gnu tools
         "bash",
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-07-30  6:54 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-30  1:11 [PULL 0/5] misc patch queue Richard Henderson
2024-07-30  1:11 ` [PULL 1/5] target/rx: Use target_ulong for address in LI Richard Henderson
2024-07-30  1:11 ` [PATCH for-9.1] tests/vm/openbsd: Install tomli Richard Henderson
2024-07-30  6:53   ` Philippe Mathieu-Daudé
2024-07-30  1:11 ` [PULL 2/5] util/getauxval: Ensure setting errno if not found Richard Henderson
2024-07-30  1:12 ` [PULL 3/5] linux-user/main: Check errno when getting AT_EXECFD Richard Henderson
2024-07-30  1:12 ` [PULL 4/5] util/cpuinfo: Make use of elf_aux_info(3) on OpenBSD Richard Henderson
2024-07-30  1:12 ` [PULL 5/5] linux-user: open_self_stat: Implement num_threads Richard Henderson
2024-07-30  5:31 ` [PULL 0/5] misc patch queue Richard Henderson
  -- strict thread matches above, loose matches on Subject: below --
2024-07-29  5:12 [PATCH for-9.1] tests/vm/openbsd: Install tomli Richard Henderson
2024-07-29  7:35 ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).