From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 74E7CC433F5 for ; Thu, 7 Oct 2021 20:52:55 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 008F560FDC for ; Thu, 7 Oct 2021 20:52:54 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 008F560FDC Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=nongnu.org Received: from localhost ([::1]:55566 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mYaNq-0006cH-10 for qemu-devel@archiver.kernel.org; Thu, 07 Oct 2021 16:52:54 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39202) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mYaDO-0005ZI-KF for qemu-devel@nongnu.org; Thu, 07 Oct 2021 16:42:06 -0400 Received: from mail-wr1-x42c.google.com ([2a00:1450:4864:20::42c]:39865) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mYaDL-00063a-Fq for qemu-devel@nongnu.org; Thu, 07 Oct 2021 16:42:06 -0400 Received: by mail-wr1-x42c.google.com with SMTP id r18so22917903wrg.6 for ; Thu, 07 Oct 2021 13:42:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=7b3EeAKMVXMJvjZqjVt7dBgzdFixjwR1WsSFpK+LGKI=; b=OGr1QsvCR/wVZBjVNnp0usZwzhOLVlzLKbGO2i46evo1YfbUO7dolIr/HDpYSt9HWP XYfqYZfcSZPG6TXHgdBqM6IxZzBZRPFm8QX3ZT1Ac7i0+NXshd2Z4oLBmkb59PT0Sdjx qzquXfBpuajsNHYCs11/+vv8+jWQ3cIt2aYrnHljXA+0mRp0R8m3s7v2gUqwpgFR/YGN tA5FqwPBsjcbgQ27+qtalbdfPYX0FdKfrVfYOdgxZlYAqBR+QZ+5GYibzHmPS5FbeAiI cWYm5bkrWy2J+bcksbGRJJA5QUswzdpbc6Jf/mNz/4svrt2Rdwv06o4zBUSnOkJZ7mVi cnRg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=7b3EeAKMVXMJvjZqjVt7dBgzdFixjwR1WsSFpK+LGKI=; b=Xk86+n1nZGq7eD3OwLq3gobQtSLPu8g6KQQJdkeGxJt/Jul18wznFt+I6gRy7mE4un 0EHHcyJevlDWLyYjnDRUDLG3xm1+KOII2krjN8tvEchU4JUQdaLcd4x0KKMACMcJ7058 3m1f0DlHfUvJr+zBMzwzmJgICgXMDLCVkmj2sSi6Wy97q6PgmQKS3ZPbEYJeR1YxAxBs fRi1AbMDpy/sq6hE5Wtyp0EMIp8LmOFkQ1D9WSkMa2nesQirxB2Jmz153hjwlQha2BHi +4s8k2x6CT76igDKMbHm1xq+q9bodHDunWRHOSn6TzioVZ/HYQEl1wWGl+0clRQDjzxj Jdjg== X-Gm-Message-State: AOAM530XsKUY1blTT5YJbv7k874PaV1V7hhmFg7QNOhkNzc8IR70Uc24 xrpmhUqfCAZDBuLeQDKUyxtvcq/oftITyVFtRzo= X-Google-Smtp-Source: ABdhPJykJlSMqf0j6BZ6Ywi799yKnvLIwwTClCtaarGeB19q42LSsHzxUGL6POuxF3kLfz7F5eOM8DNWS3X2UCy4VTw= X-Received: by 2002:a5d:664f:: with SMTP id f15mr8119184wrw.143.1633639322194; Thu, 07 Oct 2021 13:42:02 -0700 (PDT) MIME-Version: 1.0 References: <20211007130630.632028-1-pbonzini@redhat.com> <20211007130829.632254-7-pbonzini@redhat.com> In-Reply-To: <20211007130829.632254-7-pbonzini@redhat.com> From: =?UTF-8?B?TWFyYy1BbmRyw6kgTHVyZWF1?= Date: Fri, 8 Oct 2021 00:41:47 +0400 Message-ID: Subject: Re: [PATCH 12/24] configure, meson: remove CONFIG_GCOV from config-host.mak To: Paolo Bonzini Content-Type: multipart/alternative; boundary="0000000000007d97f205cdc94be2" Received-SPF: pass client-ip=2a00:1450:4864:20::42c; envelope-from=marcandre.lureau@gmail.com; helo=mail-wr1-x42c.google.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: QEMU Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" --0000000000007d97f205cdc94be2 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Thu, Oct 7, 2021 at 5:24 PM Paolo Bonzini wrote: > Signed-off-by: Paolo Bonzini > Reviewed-by: Marc-Andr=C3=A9 Lureau > --- > configure | 3 --- > meson.build | 1 + > 2 files changed, 1 insertion(+), 3 deletions(-) > > diff --git a/configure b/configure > index 35e25bb960..499c84859d 100755 > --- a/configure > +++ b/configure > @@ -4628,9 +4628,6 @@ echo "QEMU_LDFLAGS=3D$QEMU_LDFLAGS" >> $config_host= _mak > echo "LD_I386_EMULATION=3D$ld_i386_emulation" >> $config_host_mak > echo "EXESUF=3D$EXESUF" >> $config_host_mak > echo "LIBS_QGA=3D$libs_qga" >> $config_host_mak > -if test "$gcov" =3D "yes" ; then > - echo "CONFIG_GCOV=3Dy" >> $config_host_mak > -fi > > if test "$rng_none" =3D "yes"; then > echo "CONFIG_RNG_NONE=3Dy" >> $config_host_mak > diff --git a/meson.build b/meson.build > index 9bb443387a..2962c24eb5 100644 > --- a/meson.build > +++ b/meson.build > @@ -1404,6 +1404,7 @@ config_host_data.set('CONFIG_ATTR', libattr.found()= ) > config_host_data.set('CONFIG_BRLAPI', brlapi.found()) > config_host_data.set('CONFIG_COCOA', cocoa.found()) > config_host_data.set('CONFIG_FUZZ', get_option('fuzzing')) > +config_host_data.set('CONFIG_GCOV', get_option('b_coverage')) > config_host_data.set('CONFIG_LIBUDEV', libudev.found()) > config_host_data.set('CONFIG_LZO', lzo.found()) > config_host_data.set('CONFIG_MPATH', mpathpersist.found()) > -- > 2.31.1 > > > > --=20 Marc-Andr=C3=A9 Lureau --0000000000007d97f205cdc94be2 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable


=
On Thu, Oct 7, 2021 at 5:24 PM Paolo = Bonzini <pbonzi= ni@redhat.com> wrote:
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

Reviewed-by: Marc-Andr=C3=A9 Lureau <marcandre.lureau@redhat= .com>
=C2=A0
---
=C2=A0configure=C2=A0 =C2=A0| 3 ---
=C2=A0meson.build | 1 +
=C2=A02 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/configure b/configure
index 35e25bb960..499c84859d 100755
--- a/configure
+++ b/configure
@@ -4628,9 +4628,6 @@ echo "QEMU_LDFLAGS=3D$QEMU_LDFLAGS" >>= ; $config_host_mak
=C2=A0echo "LD_I386_EMULATION=3D$ld_i386_emulation" >> $con= fig_host_mak
=C2=A0echo "EXESUF=3D$EXESUF" >> $config_host_mak
=C2=A0echo "LIBS_QGA=3D$libs_qga" >> $config_host_mak
-if test "$gcov" =3D "yes" ; then
-=C2=A0 echo "CONFIG_GCOV=3Dy" >> $config_host_mak
-fi

=C2=A0if test "$rng_none" =3D "yes"; then
=C2=A0 =C2=A0echo "CONFIG_RNG_NONE=3Dy" >> $config_host_mak=
diff --git a/meson.build b/meson.build
index 9bb443387a..2962c24eb5 100644
--- a/meson.build
+++ b/meson.build
@@ -1404,6 +1404,7 @@ config_host_data.set('CONFIG_ATTR', libattr.f= ound())
=C2=A0config_host_data.set('CONFIG_BRLAPI', brlapi.found())
=C2=A0config_host_data.set('CONFIG_COCOA', cocoa.found())
=C2=A0config_host_data.set('CONFIG_FUZZ', get_option('fuzzing&#= 39;))
+config_host_data.set('CONFIG_GCOV', get_option('b_coverage'= ;))
=C2=A0config_host_data.set('CONFIG_LIBUDEV', libudev.found())
=C2=A0config_host_data.set('CONFIG_LZO', lzo.found())
=C2=A0config_host_data.set('CONFIG_MPATH', mpathpersist.found()) --
2.31.1





--
Marc-Andr= =C3=A9 Lureau
--0000000000007d97f205cdc94be2--