From nobody Thu May 15 12:43:30 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1522748020875848.6078370039004; Tue, 3 Apr 2018 02:33:40 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 1EC3280F9E; Tue, 3 Apr 2018 09:33:24 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id C88458F6CE; Tue, 3 Apr 2018 09:33:23 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 8393D4CA9C; Tue, 3 Apr 2018 09:33:23 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id w339XI2b022589 for ; Tue, 3 Apr 2018 05:33:18 -0400 Received: by smtp.corp.redhat.com (Postfix) id BF6695D75C; Tue, 3 Apr 2018 09:33:18 +0000 (UTC) Received: from mx1.redhat.com (ext-mx01.extmail.prod.ext.phx2.redhat.com [10.5.110.25]) by smtp.corp.redhat.com (Postfix) with ESMTPS id B75AD17573 for ; Tue, 3 Apr 2018 09:33:14 +0000 (UTC) Received: from donkey.codingfarm.de (donkey.codingfarm.de [5.9.138.198]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 5A69481DF1 for ; Tue, 3 Apr 2018 09:33:08 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by donkey.codingfarm.de (Postfix) with ESMTPSA id A5BD884463; Tue, 3 Apr 2018 11:33:06 +0200 (CEST) Received: by eunomia.codingfarm.de (Postfix, from userid 501) id F28B9D383BAE; Tue, 3 Apr 2018 11:33:05 +0200 (CEST) From: =?UTF-8?q?Rainer=20M=C3=BCller?= To: libvir-list@redhat.com Date: Tue, 3 Apr 2018 11:32:40 +0200 Message-Id: <20180403093240.66645-3-raimue@codingfarm.de> In-Reply-To: <20180403093240.66645-1-raimue@codingfarm.de> References: <20180403093240.66645-1-raimue@codingfarm.de> MIME-Version: 1.0 X-Greylist: Sender passed SPF test, ACL 227 matched, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Tue, 03 Apr 2018 09:33:08 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Tue, 03 Apr 2018 09:33:08 +0000 (UTC) for IP:'5.9.138.198' DOMAIN:'donkey.codingfarm.de' HELO:'donkey.codingfarm.de' FROM:'raimue@codingfarm.de' RCPT:'' X-RedHat-Spam-Score: -0.011 (SPF_PASS, T_RP_MATCHES_RCVD) 5.9.138.198 donkey.codingfarm.de 5.9.138.198 donkey.codingfarm.de X-Scanned-By: MIMEDefang 2.83 on 10.5.110.25 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-loop: libvir-list@redhat.com Cc: =?UTF-8?q?Rainer=20M=C3=BCller?= Subject: [libvirt] [PATCH 2/2] vmware: Failures in cache info init are non-fatal X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Tue, 03 Apr 2018 09:33:24 +0000 (UTC) X-ZohoMail: RSF_0 Z_629925259 SPT_0 This is also not fatal on other drivers. Signed-off-by: Rainer M=C3=BCller Reviewed-by: John Ferlan --- src/vmware/vmware_conf.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/vmware/vmware_conf.c b/src/vmware/vmware_conf.c index 891d9a47f..b9f18e6ac 100644 --- a/src/vmware/vmware_conf.c +++ b/src/vmware/vmware_conf.c @@ -33,6 +33,11 @@ #include "vmx.h" #include "vmware_conf.h" #include "virstring.h" +#include "virlog.h" + +#define VIR_FROM_THIS VIR_FROM_VMWARE + +VIR_LOG_INIT("vmware.vmware_conf"); =20 VIR_ENUM_IMPL(vmwareDriver, VMWARE_DRIVER_LAST, "player", @@ -69,7 +74,7 @@ vmwareCapsInit(void) goto error; =20 if (virCapabilitiesInitCaches(caps) < 0) - goto error; + VIR_WARN("Failed to get host CPU cache info"); =20 /* i686 guests are always supported */ if ((guest =3D virCapabilitiesAddGuest(caps, --=20 2.16.3 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list