From nobody Tue May 7 16:09:39 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1685726393; cv=none; d=zohomail.com; s=zohoarc; b=CqOkdujDCwEBDUfmic4Eq79Yrsu0JuoXJ9yLX4jQmxy3GdqAEGZOvXcsvfhLR3syyQiCr8RVv92qhWekU0C62Fg6rPEPF9oOCIuEX9E4AtbYOiwAc+xO2M2AL6Zcjd4Sxc84M6IamrHrP0Ieodp4HOh8SR9k8NKzxLQ0hTG1H2I= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1685726393; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=LAzvwtLIG/70csw4DTIjDoy08MK3cibOBxxTbyvidrM=; b=lTPUT85U/j7imwVZw5NyR4/GwuwsiHhUE/G+Ts8WxNW6hWAsogRxbVn37FES9OuWdh/iS56N+h7zAlh3m8Zo1SPp/tmkP/p2/Q8FP+MN2+n5e8kViXtUFB/kwwedym/194UbnYk+EMZF9sR0MsW8KKooU3us6yV0IO59aHk2voU= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass header.from= (p=none dis=none) Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1685726393643791.7872197991602; Fri, 2 Jun 2023 10:19:53 -0700 (PDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1q58QI-00018F-6j; Fri, 02 Jun 2023 13:18:46 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q58QH-00016X-7q for qemu-devel@nongnu.org; Fri, 02 Jun 2023 13:18:45 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.129.124]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q58QF-0004B9-M4 for qemu-devel@nongnu.org; Fri, 02 Jun 2023 13:18:44 -0400 Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-227-Dh6zWfiJMYu8KUuwtjq75Q-1; Fri, 02 Jun 2023 13:18:39 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id D4265811E7C; Fri, 2 Jun 2023 17:18:38 +0000 (UTC) Received: from thuth.com (unknown [10.39.192.35]) by smtp.corp.redhat.com (Postfix) with ESMTP id 1C2962166B25; Fri, 2 Jun 2023 17:18:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1685726323; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=LAzvwtLIG/70csw4DTIjDoy08MK3cibOBxxTbyvidrM=; b=hVKqOo06gWfoU2jof1tdiYyx0vxg0MwZX/jBEFoPMaC+J4VctvqoOr/Gcvopx04y83HU59 GUpix0nKNABE5QN3ZQWoWWBuaKXZlHh+8Vx0InsEhXJOBENysTih8s2j3C5CtKLFRtQ4Mb v8qQtpeDAZvhPbBuRV69kXj1MH5uMeI= X-MC-Unique: Dh6zWfiJMYu8KUuwtjq75Q-1 From: Thomas Huth To: Paolo Bonzini Cc: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= , =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , qemu-devel@nongnu.org Subject: [PATCH 1/3] meson.build: Group the UI entries in a separate summary section Date: Fri, 2 Jun 2023 19:18:30 +0200 Message-Id: <20230602171832.533739-2-thuth@redhat.com> In-Reply-To: <20230602171832.533739-1-thuth@redhat.com> References: <20230602171832.533739-1-thuth@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 3.1 on 10.11.54.6 Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=170.10.129.124; envelope-from=thuth@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: -22 X-Spam_score: -2.3 X-Spam_bar: -- X-Spam_report: (-2.3 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.171, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: qemu-devel-bounces+importer=patchew.org@nongnu.org X-ZohoMail-DKIM: pass (identity @redhat.com) X-ZM-MESSAGEID: 1685726394580100004 Content-Type: text/plain; charset="utf-8" Let's make it easier for the users to spot UI-related entries in the summary of the meson output. Signed-off-by: Thomas Huth Reviewed-by: Philippe Mathieu-Daud=C3=A9 Reviewed-by: Richard Henderson --- meson.build | 35 +++++++++++++++++++++-------------- 1 file changed, 21 insertions(+), 14 deletions(-) diff --git a/meson.build b/meson.build index a61d3e9b06..4a20a2e712 100644 --- a/meson.build +++ b/meson.build @@ -4243,32 +4243,44 @@ summary_info +=3D {'rng-none': get_option(= 'rng_none')} summary_info +=3D {'Linux keyring': have_keyring} summary(summary_info, bool_yn: true, section: 'Crypto') =20 -# Libraries +# UI summary_info =3D {} if targetos =3D=3D 'darwin' summary_info +=3D {'Cocoa support': cocoa} - summary_info +=3D {'vmnet.framework support': vmnet} endif summary_info +=3D {'SDL support': sdl} summary_info +=3D {'SDL image support': sdl_image} summary_info +=3D {'GTK support': gtk} summary_info +=3D {'pixman': pixman} summary_info +=3D {'VTE support': vte} +summary_info +=3D {'PNG support': png} +summary_info +=3D {'VNC support': vnc} +if vnc.found() + summary_info +=3D {'VNC SASL support': sasl} + summary_info +=3D {'VNC JPEG support': jpeg} +endif +summary_info +=3D {'spice protocol support': spice_protocol} +if spice_protocol.found() + summary_info +=3D {' spice server support': spice} +endif +summary_info +=3D {'curses support': curses} +summary_info +=3D {'brlapi support': brlapi} +summary(summary_info, bool_yn: true, section: 'User interface') + +# Libraries +summary_info =3D {} +if targetos =3D=3D 'darwin' + summary_info +=3D {'vmnet.framework support': vmnet} +endif +summary_info =3D {} summary_info +=3D {'slirp support': slirp} summary_info +=3D {'libtasn1': tasn1} summary_info +=3D {'PAM': pam} summary_info +=3D {'iconv support': iconv} -summary_info +=3D {'curses support': curses} summary_info +=3D {'virgl support': virgl} summary_info +=3D {'blkio support': blkio} summary_info +=3D {'curl support': curl} summary_info +=3D {'Multipath support': mpathpersist} -summary_info +=3D {'PNG support': png} -summary_info +=3D {'VNC support': vnc} -if vnc.found() - summary_info +=3D {'VNC SASL support': sasl} - summary_info +=3D {'VNC JPEG support': jpeg} -endif if targetos not in ['darwin', 'haiku', 'windows'] summary_info +=3D {'OSS support': oss} summary_info +=3D {'sndio support': sndio} @@ -4283,7 +4295,6 @@ if targetos =3D=3D 'linux' endif summary_info +=3D {'Pipewire support': pipewire} summary_info +=3D {'JACK support': jack} -summary_info +=3D {'brlapi support': brlapi} summary_info +=3D {'vde support': vde} summary_info +=3D {'netmap support': have_netmap} summary_info +=3D {'l2tpv3 support': have_l2tpv3} @@ -4295,10 +4306,6 @@ summary_info +=3D {'PVRDMA support': have_pvrdma} summary_info +=3D {'fdt support': fdt_opt =3D=3D 'disabled' ? false = : fdt_opt} summary_info +=3D {'libcap-ng support': libcap_ng} summary_info +=3D {'bpf support': libbpf} -summary_info +=3D {'spice protocol support': spice_protocol} -if spice_protocol.found() - summary_info +=3D {' spice server support': spice} -endif summary_info +=3D {'rbd support': rbd} summary_info +=3D {'smartcard support': cacard} summary_info +=3D {'U2F support': u2f} --=20 2.31.1 From nobody Tue May 7 16:09:39 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1685726382; cv=none; d=zohomail.com; s=zohoarc; b=QotgDXCd/h43UtEfw/Mh+g7zRnhytyWQPJhMjDphNfqOXNupSARCnJ4IlhNCKoTV9KR7z4hVtPbrAFLWJOUwRajtiO17uaQm6qfXceh5TiqqfoROktv+Dkwianq0HkQNBGCTy1VeS1aNn3LYrZ1jgORTygS6Q+6KokwHKE/aUhI= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1685726382; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=ZaDvFY2FRnXAXI00kRKULAR0scvgsgG8LW3uG7Gj5SY=; b=hwiULLpz1Vi/F2OX0Q54FE1Zl8YRcVtkWvj677ScPFeonCrK6FZw1QPNQU/AiHLhar46EV9ZNqbfPhheOfnvEqswzYTcI3FpwijxLUS6WSKurQBPZZksaQTtShT1/+aVdiE5srCk/KVAbZv/EWrm9W7eaHUPfr5PtsFS7jBzUPk= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass header.from= (p=none dis=none) Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1685726382666482.99031328728745; Fri, 2 Jun 2023 10:19:42 -0700 (PDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1q58QK-00018k-7w; Fri, 02 Jun 2023 13:18:48 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q58QJ-00018U-1o for qemu-devel@nongnu.org; Fri, 02 Jun 2023 13:18:47 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.129.124]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q58QH-0004BG-C0 for qemu-devel@nongnu.org; Fri, 02 Jun 2023 13:18:46 -0400 Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-387-ecDNi87nNM-nc5EirQVe0A-1; Fri, 02 Jun 2023 13:18:41 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id C6400811E85; Fri, 2 Jun 2023 17:18:40 +0000 (UTC) Received: from thuth.com (unknown [10.39.192.35]) by smtp.corp.redhat.com (Postfix) with ESMTP id 29E662166B25; Fri, 2 Jun 2023 17:18:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1685726324; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ZaDvFY2FRnXAXI00kRKULAR0scvgsgG8LW3uG7Gj5SY=; b=A8yzgs7pO42PbO+S5uLrUrWlFp2ln/V+IZ8vYFW0QkErjK7WQvp2in/d1Muaw3FE0E60by mwFpc52ai5TS615FIMNqE88Vociw2YX1n+k1ShgmH1O+7bl7KKeVCO5wMxr55GyU0WSxw/ RUJdJnm2LYI4OSsABI+pvMwNnz3GQS8= X-MC-Unique: ecDNi87nNM-nc5EirQVe0A-1 From: Thomas Huth To: Paolo Bonzini Cc: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= , =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , qemu-devel@nongnu.org Subject: [PATCH 2/3] meson.build: Group the network backend entries in a separate summary section Date: Fri, 2 Jun 2023 19:18:31 +0200 Message-Id: <20230602171832.533739-3-thuth@redhat.com> In-Reply-To: <20230602171832.533739-1-thuth@redhat.com> References: <20230602171832.533739-1-thuth@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 3.1 on 10.11.54.6 Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=170.10.129.124; envelope-from=thuth@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: -22 X-Spam_score: -2.3 X-Spam_bar: -- X-Spam_report: (-2.3 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.171, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: qemu-devel-bounces+importer=patchew.org@nongnu.org X-ZohoMail-DKIM: pass (identity @redhat.com) X-ZM-MESSAGEID: 1685726384728100001 Content-Type: text/plain; charset="utf-8" Let's make it easier for the users to spot network-related entries in the summary of the meson output. Signed-off-by: Thomas Huth Reviewed-by: Philippe Mathieu-Daud=C3=A9 Reviewed-by: Richard Henderson --- meson.build | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/meson.build b/meson.build index 4a20a2e712..c64ad3c365 100644 --- a/meson.build +++ b/meson.build @@ -4267,13 +4267,19 @@ summary_info +=3D {'curses support': curses} summary_info +=3D {'brlapi support': brlapi} summary(summary_info, bool_yn: true, section: 'User interface') =20 -# Libraries +# Network backends summary_info =3D {} if targetos =3D=3D 'darwin' summary_info +=3D {'vmnet.framework support': vmnet} endif -summary_info =3D {} summary_info +=3D {'slirp support': slirp} +summary_info +=3D {'vde support': vde} +summary_info +=3D {'netmap support': have_netmap} +summary_info +=3D {'l2tpv3 support': have_l2tpv3} +summary(summary_info, bool_yn: true, section: 'Network backends') + +# Libraries +summary_info =3D {} summary_info +=3D {'libtasn1': tasn1} summary_info +=3D {'PAM': pam} summary_info +=3D {'iconv support': iconv} @@ -4295,9 +4301,6 @@ if targetos =3D=3D 'linux' endif summary_info +=3D {'Pipewire support': pipewire} summary_info +=3D {'JACK support': jack} -summary_info +=3D {'vde support': vde} -summary_info +=3D {'netmap support': have_netmap} -summary_info +=3D {'l2tpv3 support': have_l2tpv3} summary_info +=3D {'Linux AIO support': libaio} summary_info +=3D {'Linux io_uring support': linux_io_uring} summary_info +=3D {'ATTR/XATTR support': libattr} --=20 2.31.1 From nobody Tue May 7 16:09:39 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1685726374; cv=none; d=zohomail.com; s=zohoarc; b=hDMvE/JY0rwpvpnTFhTNBbjhrgYhllDoV/opE/ZAEHLykKXaQSon3ZGQdLH3LcApQiaiR7ZDM1absefSFRo4O5ZjawF+ABi+JLMhvZkQuaLs6qWDJ0Zt9qatSS2PQDmUFfnTkQkPPfJjcAyAT55DAnMff2SLBSpCKOJZHucKDC8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1685726374; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=SyGtBeWrPawvCHh+FujHykW4Fe0WDaS9CEcJgMSyHzM=; b=j1SutgVIhHP9LTukhGyFPpu7ix1rIHD7bk9nWuk5NUj5LieNqF4/L7QG1K/gQ0zJfk2CDWDwGrxeePeeB73lJKpUTH6JKxFCPASTCZr6O36f6pGZeFs/jJQ0XoCfKdIbbtA7wmacppG/m40R19IAZpZKpU4WPyhvzvffRo5u2SU= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass header.from= (p=none dis=none) Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1685726374955817.6806485830334; Fri, 2 Jun 2023 10:19:34 -0700 (PDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1q58QK-00018q-Nm; Fri, 02 Jun 2023 13:18:48 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q58QJ-00018T-5f for qemu-devel@nongnu.org; Fri, 02 Jun 2023 13:18:47 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.129.124]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q58QH-0004BH-Dj for qemu-devel@nongnu.org; Fri, 02 Jun 2023 13:18:46 -0400 Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-593-Sd6_z0adNPmJNbq8cRiPsg-1; Fri, 02 Jun 2023 13:18:43 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id BC98D3815EE3; Fri, 2 Jun 2023 17:18:42 +0000 (UTC) Received: from thuth.com (unknown [10.39.192.35]) by smtp.corp.redhat.com (Postfix) with ESMTP id 56BBF2166B25; Fri, 2 Jun 2023 17:18:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1685726324; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=SyGtBeWrPawvCHh+FujHykW4Fe0WDaS9CEcJgMSyHzM=; b=Rk5+d2GDk4y1pJ2/IrWn7I7YA3PclgzI4IypQanakHiM+L5yADi6sb62C+W9ju82edvo5u g73EJ7t6J3PNXFJ2kDPKMqZB8XW+o4DXS6D/4l9eaiR8HP46gKJeRM9SH0CQfMpxFozLR6 NoUuBZMQ2sjLSYGM7yeCVHr+ESn/LOI= X-MC-Unique: Sd6_z0adNPmJNbq8cRiPsg-1 From: Thomas Huth To: Paolo Bonzini Cc: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= , =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , qemu-devel@nongnu.org Subject: [PATCH 3/3] meson.build: Group the audio backend entries in a separate summary section Date: Fri, 2 Jun 2023 19:18:32 +0200 Message-Id: <20230602171832.533739-4-thuth@redhat.com> In-Reply-To: <20230602171832.533739-1-thuth@redhat.com> References: <20230602171832.533739-1-thuth@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 3.1 on 10.11.54.6 Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=170.10.129.124; envelope-from=thuth@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: -22 X-Spam_score: -2.3 X-Spam_bar: -- X-Spam_report: (-2.3 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.171, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: qemu-devel-bounces+importer=patchew.org@nongnu.org X-ZohoMail-DKIM: pass (identity @redhat.com) X-ZM-MESSAGEID: 1685726375760100003 Content-Type: text/plain; charset="utf-8" Let's make it easier for the users to spot audio-related entries in the summary of the meson output. Signed-off-by: Thomas Huth Reviewed-by: Philippe Mathieu-Daud=C3=A9 Reviewed-by: Richard Henderson --- meson.build | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/meson.build b/meson.build index c64ad3c365..365c6d60a5 100644 --- a/meson.build +++ b/meson.build @@ -4267,6 +4267,24 @@ summary_info +=3D {'curses support': curses} summary_info +=3D {'brlapi support': brlapi} summary(summary_info, bool_yn: true, section: 'User interface') =20 +# Audio backends +summary_info =3D {} +if targetos not in ['darwin', 'haiku', 'windows'] + summary_info +=3D {'OSS support': oss} + summary_info +=3D {'sndio support': sndio} +elif targetos =3D=3D 'darwin' + summary_info +=3D {'CoreAudio support': coreaudio} +elif targetos =3D=3D 'windows' + summary_info +=3D {'DirectSound support': dsound} +endif +if targetos =3D=3D 'linux' + summary_info +=3D {'ALSA support': alsa} + summary_info +=3D {'PulseAudio support': pulse} +endif +summary_info +=3D {'Pipewire support': pipewire} +summary_info +=3D {'JACK support': jack} +summary(summary_info, bool_yn: true, section: 'Audio backends') + # Network backends summary_info =3D {} if targetos =3D=3D 'darwin' @@ -4287,20 +4305,6 @@ summary_info +=3D {'virgl support': virgl} summary_info +=3D {'blkio support': blkio} summary_info +=3D {'curl support': curl} summary_info +=3D {'Multipath support': mpathpersist} -if targetos not in ['darwin', 'haiku', 'windows'] - summary_info +=3D {'OSS support': oss} - summary_info +=3D {'sndio support': sndio} -elif targetos =3D=3D 'darwin' - summary_info +=3D {'CoreAudio support': coreaudio} -elif targetos =3D=3D 'windows' - summary_info +=3D {'DirectSound support': dsound} -endif -if targetos =3D=3D 'linux' - summary_info +=3D {'ALSA support': alsa} - summary_info +=3D {'PulseAudio support': pulse} -endif -summary_info +=3D {'Pipewire support': pipewire} -summary_info +=3D {'JACK support': jack} summary_info +=3D {'Linux AIO support': libaio} summary_info +=3D {'Linux io_uring support': linux_io_uring} summary_info +=3D {'ATTR/XATTR support': libattr} --=20 2.31.1