From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id BD4DD7803D0 for ; Tue, 20 May 2025 06:37:15 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=T8Ckwet3SLMzE/JhT6nTguNik4Hh5MA8K13N7HTmSe8=; c=relaxed/simple; d=groups.io; h=Date:From:To:Subject:Message-ID:References:MIME-Version:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type:Content-Disposition; s=20240830; t=1747723035; v=1; x=1747982233; b=q1XkgnjpqGmbvWkR291PMpcx/YSdBDT4V66ExdJNJ/M5ODbHV45RAR9/a/5o2pTmxtnNsL4U mBUSScmyD+mUWfC0pKDfBa1VNipQA+0Ndu2DkSUVnGI82ObA2WiRLROPJoVBqWJiwdf+nZLwbbK VrgpdbNt6ZZR28qR5W5mpMYGDuRCwgCCjMk9BdVR1bIPmeRCqmVVZeXRPtvkS3jQ5QA2Bwv8fgv bSXIDHBp/SfiIQ9gpHnenutpSrHGDD57qaf6BL6IOvrB0h15p13lEE7znh1wFPfpMbM8P+ZHS2N otH6McQuAyd3iuqZRxxGuBThHn1+NbaQNSRdDy/iPNBYA== X-Received: by 127.0.0.2 with SMTP id UUa1YY7687511xGH3YQF4F0N; Mon, 19 May 2025 23:37:13 -0700 X-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.web11.15022.1747723033086888984 for ; Mon, 19 May 2025 23:37:13 -0700 X-Received: from mx-prod-mc-08.mail-002.prod.us-west-2.aws.redhat.com (ec2-35-165-154-97.us-west-2.compute.amazonaws.com [35.165.154.97]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-321-u1VMM4p_P9uB70XLSC9F2w-1; Tue, 20 May 2025 02:37:10 -0400 X-MC-Unique: u1VMM4p_P9uB70XLSC9F2w-1 X-Mimecast-MFC-AGG-ID: u1VMM4p_P9uB70XLSC9F2w_1747723029 X-Received: from mx-prod-int-08.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-08.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.111]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx-prod-mc-08.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id F08CA18004AD; Tue, 20 May 2025 06:37:08 +0000 (UTC) X-Received: from sirius.home.kraxel.org (unknown [10.44.32.155]) by mx-prod-int-08.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id A1AE118003FC; Tue, 20 May 2025 06:37:08 +0000 (UTC) X-Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 0E06C1800783; Tue, 20 May 2025 08:37:06 +0200 (CEST) Date: Tue, 20 May 2025 08:37:06 +0200 From: "Gerd Hoffmann via groups.io" To: devel@edk2.groups.io, wanglimin@xfusion.com Subject: Re: [edk2-devel] RELEASE build error with QEMU_PV_VARS Message-ID: References: <03dce3338e0b44b2a6faeb045a86aeb8@xfusion.com> MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 3.4.1 on 10.30.177.111 X-Mimecast-Spam-Score: 0 X-Mimecast-MFC-PROC-ID: _Man5YLvZXJClUR1W_rwC8JK7p6eqr3NMnWb7DVZZM4_1747723029 X-Mimecast-Originator: redhat.com Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Resent-Date: Mon, 19 May 2025 23:37:13 -0700 Resent-From: kraxel@redhat.com Reply-To: devel@edk2.groups.io,kraxel@redhat.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: lmMtALpBoiBcj3BjxOWxjVKMx7686176AA= Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240830 header.b=q1Xkgnjp; dmarc=pass (policy=none) header.from=groups.io; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io On Tue, May 20, 2025 at 02:24:12AM +0000, wanglimin wrote: > It can build successfully when I add IoLib, is this the correct fix ? > > --- a/OvmfPkg/VirtMmCommunicationDxe/VirtMmCommunication.inf > +++ b/OvmfPkg/VirtMmCommunicationDxe/VirtMmCommunication.inf > @@ -39,6 +39,7 @@ > DebugLib > DxeServicesTableLib > HobLib > + IoLib > MemoryAllocationLib > UefiDriverEntryPoint Yes. Can you open a PR with this? thanks, Gerd -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#121354): https://edk2.groups.io/g/devel/message/121354 Mute This Topic: https://groups.io/mt/113204735/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-