From nobody Fri Apr 19 06:30:37 2024 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; dmarc=pass(p=none dis=none) header.from=redhat.com Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1534372187215608.4923500591723; Wed, 15 Aug 2018 15:29:47 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id C17A130E6846; Wed, 15 Aug 2018 22:29:44 +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 8895F308BDAC; Wed, 15 Aug 2018 22:29:44 +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 F3A4B4A460; Wed, 15 Aug 2018 22:29:40 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id w7FMTdlJ006817 for ; Wed, 15 Aug 2018 18:29:39 -0400 Received: by smtp.corp.redhat.com (Postfix) id 30E5319485; Wed, 15 Aug 2018 22:29:39 +0000 (UTC) Received: from worklaptop.redhat.com (ovpn-116-36.phx2.redhat.com [10.3.116.36]) by smtp.corp.redhat.com (Postfix) with ESMTP id B679619480; Wed, 15 Aug 2018 22:29:36 +0000 (UTC) From: Cole Robinson To: libvirt-list@redhat.com Date: Wed, 15 Aug 2018 18:29:16 -0400 Message-Id: <7a7dc96cc921c1ae75545d4161b38f1801243f4d.1534368211.git.crobinso@redhat.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-loop: libvir-list@redhat.com Subject: [libvirt] [PATCH] spec: Add firmware/nvram paths for edk2 arm and ia32 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: , MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.84 on 10.5.11.24 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.46]); Wed, 15 Aug 2018 22:29:45 +0000 (UTC) X-ZohoMail: RDMRC_0 RSF_0 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" And clarify the comments to instead mention the package names that provide these files Signed-off-by: Cole Robinson --- libvirt.spec.in | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index 3edb60d2d2..f3d5c032af 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -1132,14 +1132,22 @@ exit 1 %define arg_selinux_mount --with-selinux-mount=3D"/sys/fs/selinux" =20 %if 0%{?fedora} - # Nightly firmware repo x86/OVMF + # Nightly edk2.git-ovmf-x64 LOADERS=3D"/usr/share/edk2.git/ovmf-x64/OVMF_CODE-pure-efi.fd:/usr/sha= re/edk2.git/ovmf-x64/OVMF_VARS-pure-efi.fd" - # Nightly firmware repo aarch64/AAVMF + # Nightly edk2.git-ovmf-ia32 + LOADERS=3D"/usr/share/edk2.git/ovmf-ia32/OVMF_CODE-pure-efi.fd:/usr/sh= are/edk2.git/ovmf-ia32/OVMF_VARS-pure-efi.fd" + # Nightly edk2.git-aarch64 LOADERS=3D"$LOADERS:/usr/share/edk2.git/aarch64/QEMU_EFI-pflash.raw:/u= sr/share/edk2.git/aarch64/vars-template-pflash.raw" - # Fedora official x86/OVMF + # Nightly edk2.git-arm + LOADERS=3D"$LOADERS:/usr/share/edk2.git/arm/QEMU_EFI-pflash.raw:/usr/s= hare/edk2.git/arm/vars-template-pflash.raw" + # Fedora edk2-ovmf LOADERS=3D"$LOADERS:/usr/share/edk2/ovmf/OVMF_CODE.fd:/usr/share/edk2/= ovmf/OVMF_VARS.fd" - # Fedora official aarch64/AAVMF + # Fedora edk2-ovmf-ia32 + LOADERS=3D"$LOADERS:/usr/share/edk2/ovmf-ia32/OVMF_CODE.fd:/usr/share/= edk2/ovmf-ia32/OVMF_VARS.fd" + # Fedora edk2-aarch64 LOADERS=3D"$LOADERS:/usr/share/edk2/aarch64/QEMU_EFI-pflash.raw:/usr/s= hare/edk2/aarch64/vars-template-pflash.raw" + # Fedora edk2-arm + LOADERS=3D"$LOADERS:/usr/share/edk2/arm/QEMU_EFI-pflash.raw:/usr/share= /edk2/arm/vars-template-pflash.raw" %define arg_loader_nvram --with-loader-nvram=3D"$LOADERS" %endif =20 --=20 2.17.1 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list