From nobody Sun Feb 8 23:04:11 2026 Delivered-To: importer@patchew.org Received-SPF: none (zohomail.com: 8.43.85.245 is neither permitted nor denied by domain of lists.libvirt.org) client-ip=8.43.85.245; envelope-from=devel-bounces@lists.libvirt.org; helo=lists.libvirt.org; Authentication-Results: mx.zohomail.com; spf=none (zohomail.com: 8.43.85.245 is neither permitted nor denied by domain of lists.libvirt.org) smtp.mailfrom=devel-bounces@lists.libvirt.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.libvirt.org (lists.libvirt.org [8.43.85.245]) by mx.zohomail.com with SMTPS id 1698657345200330.60337412068213; Mon, 30 Oct 2023 02:15:45 -0700 (PDT) Received: by lists.libvirt.org (Postfix, from userid 996) id 2449F1715; Mon, 30 Oct 2023 05:15:44 -0400 (EDT) Received: from lists.libvirt.org (localhost [IPv6:::1]) by lists.libvirt.org (Postfix) with ESMTP id 95D331723; Mon, 30 Oct 2023 05:11:03 -0400 (EDT) Received: by lists.libvirt.org (Postfix, from userid 996) id 2E6C016E; Mon, 30 Oct 2023 05:10:29 -0400 (EDT) Received: from mx1.osci.io (polly.osci.io [8.43.85.229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.libvirt.org (Postfix) with ESMTPS id DDE9216EF for ; Mon, 30 Oct 2023 05:10:26 -0400 (EDT) Received: by mx1.osci.io (Postfix, from userid 994) id 2A79621DF2; Mon, 30 Oct 2023 05:03:22 -0400 (EDT) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (3072 bits) server-digest SHA256) (No client certificate requested) by mx1.osci.io (Postfix) with ESMTPS id B44ED21DF0 for ; Mon, 30 Oct 2023 05:03:21 -0400 (EDT) Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-60-bPgRpzn4PnCplxDK3ICGbA-1; Mon, 30 Oct 2023 05:03:19 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 1FBA8837221 for ; Mon, 30 Oct 2023 09:03:19 +0000 (UTC) Received: from toolbox.redhat.com (unknown [10.42.28.82]) by smtp.corp.redhat.com (Postfix) with ESMTP id A87CC2166B26; Mon, 30 Oct 2023 09:03:18 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on lists.libvirt.org X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE autolearn=unavailable autolearn_force=no version=3.4.4 X-MC-Unique: bPgRpzn4PnCplxDK3ICGbA-1 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= To: devel@lists.libvirt.org Cc: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Subject: [libvirt PATCH 1/4] src: update log/error messages pointing to old mailing list addr Date: Mon, 30 Oct 2023 09:03:14 +0000 Message-ID: <20231030090317.2882470-2-berrange@redhat.com> In-Reply-To: <20231030090317.2882470-1-berrange@redhat.com> References: <20231030090317.2882470-1-berrange@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.6 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable Message-ID-Hash: O6N6HPSVXMWZJUHIIT4DOT6NQREAZ646 X-Message-ID-Hash: O6N6HPSVXMWZJUHIIT4DOT6NQREAZ646 X-MailFrom: SRS0=IqLN=GM=redhat.com=berrange@osci.io X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-config-1; header-match-config-2; header-match-config-3; header-match-devel.lists.libvirt.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.2 Precedence: list List-Id: Development discussions about the libvirt library & tools Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-ZM-MESSAGEID: 1698657346836100001 Content-Type: text/plain; charset="utf-8" Signed-off-by: Daniel P. Berrang=C3=A9 --- src/conf/domain_capabilities.c | 2 +- src/storage_file/storage_file_probe.c | 2 +- src/util/virarch.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/conf/domain_capabilities.c b/src/conf/domain_capabilities.c index 2fa5756184..f6e09dc584 100644 --- a/src/conf/domain_capabilities.c +++ b/src/conf/domain_capabilities.c @@ -245,7 +245,7 @@ virDomainCapsEnumSet(virDomainCapsEnum *capsEnum, if (!val) { /* Integer overflow */ virReportError(VIR_ERR_INTERNAL_ERROR, - _("integer overflow on %1$s. Please contact the= libvirt development team at libvir-list@redhat.com"), + _("integer overflow on %1$s. Please contact the= libvirt development team at devel@lists.libvirt.org"), capsEnumName); return -1; } diff --git a/src/storage_file/storage_file_probe.c b/src/storage_file/stora= ge_file_probe.c index b656ceed10..19f77086da 100644 --- a/src/storage_file/storage_file_probe.c +++ b/src/storage_file/storage_file_probe.c @@ -761,7 +761,7 @@ virStorageFileProbeFormatFromBuf(const char *path, =20 if (possibleFormat !=3D VIR_STORAGE_FILE_RAW) VIR_WARN("File %s matches %s magic, but version is wrong. " - "Please report new version to libvir-list@redhat.com", + "Please report new version to devel@lists.libvirt.org", path, virStorageFileFormatTypeToString(possibleFormat)); =20 cleanup: diff --git a/src/util/virarch.c b/src/util/virarch.c index 2134dd6a9d..01e520de73 100644 --- a/src/util/virarch.c +++ b/src/util/virarch.c @@ -197,7 +197,7 @@ virArch virArchFromHost(void) case PROCESSOR_ARCHITECTURE_ARM64: return VIR_ARCH_AARCH64; default: - VIR_WARN("Unknown host arch '%d', report to libvir-list@redhat.com= ", + VIR_WARN("Unknown host arch '%d', report to devel@lists.libvirt.or= g", info.wProcessorArchitecture); return VIR_ARCH_NONE; } @@ -225,7 +225,7 @@ virArch virArchFromHost(void) } else { /* Otherwise assume the canonical name */ if ((arch =3D virArchFromString(ut.machine)) =3D=3D VIR_ARCH_NONE)= { - VIR_WARN("Unknown host arch %s, report to libvir-list@redhat.c= om", + VIR_WARN("Unknown host arch %s, report to devel@lists.libvirt.= org", ut.machine); } } --=20 2.41.0