From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mx.groups.io with SMTP id smtpd.web10.6838.1624538139934888355 for ; Thu, 24 Jun 2021 05:35:40 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=NPbhqvee; spf=pass (domain: redhat.com, ip: 216.205.24.124, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1624538139; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=UyOo4M2sgR07nkBMz96aQxrsCkuo0A809mQsBYxCdvo=; b=NPbhqveewloj/gEVoracdrTyVoNwY8SJS7SfmTPeqFd9weC9IjaNkarksMOS0vqitjHSu/ zHNXjrSV3QcT5or4S0syJc/Wa/Bd3FXBzADrhZT5ObFvxrxSCo8H8M6GilOJWOT1UsNnXx o+O7QkIaChY1q/U4QM+iTDMMt7MsfOY= 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-285-hD5p6xCuO1yus6vZGrX3Eg-1; Thu, 24 Jun 2021 08:35:35 -0400 X-MC-Unique: hD5p6xCuO1yus6vZGrX3Eg-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id EABA5804140; Thu, 24 Jun 2021 12:35:33 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-114-106.ams2.redhat.com [10.36.114.106]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 6C202100AE35; Thu, 24 Jun 2021 12:35:32 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH v1 3/5] ArmVirtPkg: Add Configuration Manager for Kvmtool firmware To: devel@edk2.groups.io, pierre.gondois@arm.com, Sami Mujawar Cc: Ard Biesheuvel , Leif Lindholm , Akanksha Jain , Alexandru Elisei References: <20210623140640.16754-1-Pierre.Gondois@arm.com> <20210623140640.16754-4-Pierre.Gondois@arm.com> From: "Laszlo Ersek" Message-ID: Date: Thu, 24 Jun 2021 14:35:30 +0200 MIME-Version: 1.0 In-Reply-To: <20210623140640.16754-4-Pierre.Gondois@arm.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=lersek@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 06/23/21 16:06, PierreGondois wrote: > diff --git a/ArmVirtPkg/KvmtoolCfgMgrDxe/ConfigurationManagerDxe.inf b/ArmVirtPkg/KvmtoolCfgMgrDxe/ConfigurationManagerDxe.inf > new file mode 100644 > index 000000000000..9f0bf72fce2d > --- /dev/null > +++ b/ArmVirtPkg/KvmtoolCfgMgrDxe/ConfigurationManagerDxe.inf > +# > +# The following information is for reference only and not required by the build tools. > +# > +# VALID_ARCHITECTURES = ARM AARCH64 > +# (20) ACPI is undefined for ARM, therefore VALID_ARCHITECTURES should only list AARCH64. Thanks Laszlo