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.19260.1611694973748209277 for ; Tue, 26 Jan 2021 13:02:53 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=boju1C4F; 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=1611694972; 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=YMb+C26VH/E8LHwun1XuY9MH6naaHVOF2P1qAnYrTEY=; b=boju1C4F7RK3pSS/ly8jvhEPp7pApQ95qBnBmsLH/pEzu5C1FX9u0bbOHEChIh4FFR7Xfe meBZMIED8oTCfktS5Gce4/1Go7Xt3rirI7aTT4fxxC+4zzianV98u6378+/W7W8uw+mmyT KCt1ochSSQZ0xvzF464tLmkjxNr6g7o= 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-311-m5ckr595Op2EP5_p14AF_g-1; Tue, 26 Jan 2021 16:02:48 -0500 X-MC-Unique: m5ckr595Op2EP5_p14AF_g-1 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 mimecast-mx01.redhat.com (Postfix) with ESMTPS id 4DC3CA0CA0; Tue, 26 Jan 2021 21:02:46 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-112-219.ams2.redhat.com [10.36.112.219]) by smtp.corp.redhat.com (Postfix) with ESMTP id 3954560C5F; Tue, 26 Jan 2021 21:02:41 +0000 (UTC) Subject: Re: [PATCH v4 00/20] Extends Support of MM_STANDALONE Type Modules to X64 To: Kun Qin , devel@edk2.groups.io Cc: Bob Feng , Yuwei Chen , Jian J Wang , Hao A Wu , Eric Dong , Dandan Bi , Liming Gao , Michael D Kinney , Zhiguang Liu , Ray Ni , Jiewen Yao , Qi Zhang , Rahul Kumar , Ard Biesheuvel , Sami Mujawar , Supreeth Venkatesh References: From: "Laszlo Ersek" Message-ID: <7b02d2de-d46b-7345-f802-f263efa334f5@redhat.com> Date: Tue, 26 Jan 2021 22:02:41 +0100 MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 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 01/26/21 20:44, Kun Qin wrote: > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3129 > > This patch series is a follow up of previous submission: > https://edk2.groups.io/g/devel/message/70329 > > These module changes are validated on two different physical platforms. > Standalone and traditional MM are both tested to be functional on these > systems. > > v4 patches mainly focus on feedback for reviewed commits in v3 patches, > including: > a. Adding "Reviewed-by" tags for applicable patches; > b. Breaking CpuIo2Smm patch for file renaming and abstraction purpose; > c. Adding SmmSmiHandlerProfileLib coverage; > > Patch v4 branch: https://github.com/kuqin12/edk2/tree/standalone_x64_v4 > UefiCpuPkg: CpuIo2Smm: Abstract SMM specific functions into separate > file > UefiCpuPkg: CpuIo2Smm: Support of CpuIo driver under StandaloneMm On these patches (v4 #18, v4 #19), I defer to other UefiCpuPkg reviewers. Thanks Laszlo