From nobody Sat May 4 02:21:20 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 ARC-Seal: i=1; a=rsa-sha256; t=1555599516; cv=none; d=zoho.com; s=zohoarc; b=ai3o8kyzqYLNFhwfO5rrh+GWyHdkyjSmb/4oLAopMVhTiTIR1mI+Y2tI/Tjh2LqJ/68TmoXMnFnX2IjisA1Y93rUYQ2jqKsvZ+SaaDlVjhU2hjJ85cuiNQHENBxuN2r1HGpraZxXmXgpR3q2GxHcy+jCFxhWnXfTXZWL0F72ZwE= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1555599516; 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:ARC-Authentication-Results; bh=hGep1/dq4EeutBFTABx2vxAq458HFdDJSMWVExHW474=; b=cNeHmtCbUe4PWHr8BQ7i0nB1OuwLiQ8T6SBaHKysciyRXvysvgwXkfuJZId+YaJn3GYBIAp/eSjl8qKxShyTN2JLy/3GVoj56heJyojhMEboljeZpGmlgu5/cnWrhZQ7T0ezfU5wkZEdU41pwN+T1xtu6spNcxPKlcmKa1VzD54= ARC-Authentication-Results: i=1; mx.zoho.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 header.from= (p=none dis=none) header.from= Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1555599516872255.50637652838157; Thu, 18 Apr 2019 07:58:36 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id F23B8C07DE94; Thu, 18 Apr 2019 14:58:34 +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 4CBC560C66; Thu, 18 Apr 2019 14:58:34 +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 66F4F181AC45; Thu, 18 Apr 2019 14:58:33 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x3IEwWjm023805 for ; Thu, 18 Apr 2019 10:58:32 -0400 Received: by smtp.corp.redhat.com (Postfix) id 58EAC60857; Thu, 18 Apr 2019 14:58:32 +0000 (UTC) Received: from moe.brq.redhat.com (unknown [10.43.2.30]) by smtp.corp.redhat.com (Postfix) with ESMTP id D673360856 for ; Thu, 18 Apr 2019 14:58:29 +0000 (UTC) From: Michal Privoznik To: libvir-list@redhat.com Date: Thu, 18 Apr 2019 16:54:45 +0200 Message-Id: MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-loop: libvir-list@redhat.com Subject: [libvirt] [PATCH v2] qemu.conf: Make nvram list obsolete 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-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.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Thu, 18 Apr 2019 14:58:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Now that libvirt has firmware auto selection feature the nvram config knob is more or less obsolete. It still makes sense in cases where distro users are using does not provide FW descriptor files, therefore I'm not removing it. Signed-off-by: Michal Privoznik --- diff to v1: - Use more verbose wording as suggested by Dan. src/qemu/qemu.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/qemu/qemu.conf b/src/qemu/qemu.conf index 334b4cd4ee..ace5e85e35 100644 --- a/src/qemu/qemu.conf +++ b/src/qemu/qemu.conf @@ -740,6 +740,14 @@ =20 # Location of master nvram file # +# This configuration option is obsolete. Libvirt will follow the +# QEMU firmware metadata specification to automatically locate +# firmware images: +# +# https://git.qemu.org/gitweb.cgi?p=3Dqemu.git;a=3Dblob_plain;f=3Ddocs/i= nterop/firmware.json;hb=3DHEAD +# +# These metadata files are distributed alongside any firmware +# images intended for use with QEMU. # When a domain is configured to use UEFI instead of standard # BIOS it may use a separate storage for UEFI variables. If # that's the case libvirt creates the variable store per domain --=20 2.21.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list