From nobody Fri May 17 23:48:01 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of redhat.com designates 170.10.133.124 as permitted sender) client-ip=170.10.133.124; envelope-from=libvir-list-bounces@redhat.com; helo=us-smtp-delivery-124.mimecast.com; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 170.10.133.124 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1618244741; cv=none; d=zohomail.com; s=zohoarc; b=YuNsbvK112rHJ0aS2NY4v5g9tJglGHdzlKuEFZjjFKOKJjMmtZWZgzZYhN0ZEUVpdWtMeOybK86hwa3ZwwrMCs+kSh8JjipiErAgSbJWH5AIURrCe724jdf6XDjYIPCaZ2dgkF37iZGvVXGyheQq56MrSWoIPRFZroJxpDgPdeQ= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1618244741; h=Content-Type:Content-Transfer-Encoding:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To; bh=duXknGVJwduRPpF0yGoq8ZH2JnjmfUyluGu8bd99ojk=; b=ZHZfDGIDWxIO8NxuW+IUdBhU8NdoQgEKqw3wkJph2KDdNKQle6bojgcvQ8D2tE0So6EYAlRw1yNIY9qIbwW1YzkHWwlqS6yxeqAoz+AGJL/bKma1ujwNt9DqBzDteMSCT2IfSKTRmrepzZl83ODWT0IEoSPAZrq9f2QZX3eavpo= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 170.10.133.124 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mx.zohomail.com with SMTPS id 1618244741976766.4276938516491; Mon, 12 Apr 2021 09:25:41 -0700 (PDT) Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-136-ITOM2IN0OM-dBe9_iIA25w-1; Mon, 12 Apr 2021 12:25:38 -0400 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id B750281746A; Mon, 12 Apr 2021 16:25:33 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 94B1859444; Mon, 12 Apr 2021 16:25:33 +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 5790E1806D0E; Mon, 12 Apr 2021 16:25:33 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id 13CGM5HQ004457 for ; Mon, 12 Apr 2021 12:22:05 -0400 Received: by smtp.corp.redhat.com (Postfix) id 344C650DE3; Mon, 12 Apr 2021 16:22:05 +0000 (UTC) Received: from speedmetal.lan (unknown [10.40.208.33]) by smtp.corp.redhat.com (Postfix) with ESMTP id 7A6D159454 for ; Mon, 12 Apr 2021 16:22:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1618244740; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:list-id:list-help: list-unsubscribe:list-subscribe:list-post; bh=duXknGVJwduRPpF0yGoq8ZH2JnjmfUyluGu8bd99ojk=; b=BKMjcf1EJylNq9ws5fMu31mUFuDDko7OG1ppcM2OOfv3Cnvzex3uq5LksV4zoDeNJOPB/S 4fxwXYRuxReY87RHwBS1gnJYcNzrDm25GqLrCMLp98V1Zsef4gDDVOht9qORhRxGzX2J3k K7i4ertpEzo1RYCGcCxFgymKSm72468= X-MC-Unique: ITOM2IN0OM-dBe9_iIA25w-1 From: Peter Krempa To: libvir-list@redhat.com Subject: [PATCH] bhyve: Fix declaration of 'params' in 'bhyveParsePCIFbuf' Date: Mon, 12 Apr 2021 18:22:00 +0200 Message-Id: <0d0175365199709956befbee4debaa11e4fcbf6e.1618244447.git.pkrempa@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-loop: libvir-list@redhat.com 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: , Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=libvir-list-bounces@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable X-ZohoMail-DKIM: pass (identity @redhat.com) Content-Type: text/plain; charset="utf-8" In commit ad80bba90a3 I've mistakenly didn't delete '**' from the variable declaration when converting it to 'GStrv' Fixes: ad80bba90a3 Signed-off-by: Peter Krempa Reviewed-by: J=C3=A1n Tomko --- The patch will be pushed under the build-breaker and trivial rules once the pipeline passes: https://gitlab.com/pipo.sk/libvirt/-/pipelines/285158773 src/bhyve/bhyve_parse_command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bhyve/bhyve_parse_command.c b/src/bhyve/bhyve_parse_comman= d.c index d86d37b697..2783119a7b 100644 --- a/src/bhyve/bhyve_parse_command.c +++ b/src/bhyve/bhyve_parse_command.c @@ -558,7 +558,7 @@ bhyveParsePCIFbuf(virDomainDefPtr def, virDomainVideoDefPtr video =3D NULL; virDomainGraphicsDefPtr graphics =3D NULL; - g_auto(GStrv) **params =3D NULL; + g_auto(GStrv) params =3D NULL; GStrv next; if (!(video =3D virDomainVideoDefNew(xmlopt))) --=20 2.30.2