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.133.124]) by mx.groups.io with SMTP id smtpd.web11.10251.1681209057062373610 for ; Tue, 11 Apr 2023 03:30:57 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=hZLqYXPo; spf=pass (domain: redhat.com, ip: 170.10.133.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1681209056; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=6pIvQ7VzASl4bqObrunpqQVwn7NR02oXgrgFJdiKhw0=; b=hZLqYXPoQO9nuGAZLFTnXiGLM2zfwCMVS3GwbWE0Kxase3hbKBUXcRqANXT07yJULGfT1O HU3HPjh/tWI4PN6GmfTHbmGEW7+NV8e30ZV08sMPRCmwa/kFBkKWHPR40GnDupWRcQb3bJ vPQIFe4c7l80yQo64X8Xf9RfDcPL4hg= 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-226-Lpl12NmoMNalOYIlKER7pA-1; Tue, 11 Apr 2023 06:30:55 -0400 X-MC-Unique: Lpl12NmoMNalOYIlKER7pA-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id B0AC93C0D19D; Tue, 11 Apr 2023 10:30:54 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.194.67]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 76C3818EC6; Tue, 11 Apr 2023 10:30:54 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id A30B81802393; Tue, 11 Apr 2023 12:30:52 +0200 (CEST) Date: Tue, 11 Apr 2023 12:30:52 +0200 From: "Gerd Hoffmann" To: devel@edk2.groups.io, dun.tan@intel.com Subject: Re: [edk2-devel] [PATCH 0/7] Use CpuPageTableLib to create and update smm page table Message-ID: References: <20230411064912.978-1-dun.tan@intel.com> MIME-Version: 1.0 In-Reply-To: <20230411064912.978-1-dun.tan@intel.com> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.5 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Apr 11, 2023 at 02:49:05PM +0800, duntan wrote: > This patch set is to use CpuPageTableLib to create and update smm page table. > With the CpuPageTableLib, we can create or update page table by calling > PageTableMap() in CpuPageTableLib multiple times. Then the original page table > manipulating code can be removed. With the patch series applied OvmfPkg/OvmfPkgIa32X64.dsc fails to build. take care, Gerd