From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mx.groups.io with SMTP id smtpd.web09.3776.1649837637251352215 for ; Wed, 13 Apr 2022 01:13:57 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=Pd8pU4sh; spf=pass (domain: redhat.com, ip: 170.10.129.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1649837636; 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: in-reply-to:in-reply-to:references:references; bh=INq5wJ8SuJ430TlwYvjCBPIPCDc/eZ1IUXWQzYY4OM8=; b=Pd8pU4shAByJ7+18OO/LlC30jtKLDP/pFVvg2GNq4ZvAC13H3/vxE8D+YrsRB8swnzYar3 BqRYUhS2DCjcroI3JevYNLjhEVx+FbGzhi1UJ3Ailjy04CUNoDe0n5uUAX2bqmyUovscJS vodF5i9cnpXXpz9tw53O5N/sdUHZwTA= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-599-GjtHeiS_PRu6Bbnh-UoIgA-1; Wed, 13 Apr 2022 04:13:51 -0400 X-MC-Unique: GjtHeiS_PRu6Bbnh-UoIgA-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 97F4F380212D; Wed, 13 Apr 2022 08:13:50 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.9]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 6BE782166B1B; Wed, 13 Apr 2022 08:13:50 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 27A7F18000AA; Wed, 13 Apr 2022 10:13:49 +0200 (CEST) Date: Wed, 13 Apr 2022 10:13:49 +0200 From: "Gerd Hoffmann" To: Yu Pu Cc: devel@edk2.groups.io, Ard Biesheuvel , Jiewen Yao , Jordan Justen Subject: Re: [PATCH v2 04/14] OvmfPkg: Add CpuLib to module INFs that depend on UefiCpuLib. Message-ID: <20220413081349.7isqxlhnvdezdwxh@sirius.home.kraxel.org> References: <20220412145144.3521-1-yu.pu@intel.com> <20220412145144.3521-5-yu.pu@intel.com> MIME-Version: 1.0 In-Reply-To: <20220412145144.3521-5-yu.pu@intel.com> X-Scanned-By: MIMEDefang 2.78 on 10.11.54.6 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=kraxel@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Apr 12, 2022 at 10:51:34PM +0800, Yu Pu wrote: > There are two libraries: MdePkg/CpuLib and UefiCpuPkg/UefiCpuLib and > UefiCpuPkg/UefiCpuLib will be merged to MdePkg/CpuLib. To avoid build > failure, add CpuLib dependency to all modules that depend on UefiCpuLib. > > Cc: Ard Biesheuvel > Cc: Jiewen Yao > Cc: Jordan Justen > Cc: Gerd Hoffmann > Signed-off-by: Yu Pu Acked-by: Gerd Hoffmann