qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 14/24] configure, meson: move pthread_setname_np checks to


From: Thomas Huth
Subject: Re: [PATCH v2 14/24] configure, meson: move pthread_setname_np checks to Meson
Date: Tue, 12 Oct 2021 15:35:06 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

On 12/10/2021 13.12, Paolo Bonzini wrote:
This makes the pthreads check dead in configure, so remove it
as well.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20211007130829.632254-9-pbonzini@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
  configure                | 78 ----------------------------------------
  meson.build              | 23 ++++++++++++
  util/qemu-thread-posix.c |  5 ++-
  3 files changed, 25 insertions(+), 81 deletions(-)

diff --git a/configure b/configure
index 52f89b05d6..a1e142d5f8 100755
--- a/configure
+++ b/configure
@@ -3146,71 +3146,6 @@ if test "$modules" = yes; then
      fi
  fi
-##########################################
-# pthread probe
-PTHREADLIBS_LIST="-pthread -lpthread -lpthreadGC2"

Looks like the variants in PTHREADLIBS_LIST were not taking into account for linking anymore since the switch to meson? Are there still recent systems around where this is needed? I guess not, otherwise people would have complained with QEMU v6.x already, thus:

Reviewed-by: Thomas Huth <thuth@redhat.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]