public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Michael D Kinney" <michael.d.kinney@intel.com>
To: "devel@edk2.groups.io" <devel@edk2.groups.io>,
	"Xu, Min M" <min.m.xu@intel.com>,
	"Kinney, Michael D" <michael.d.kinney@intel.com>
Cc: "Chiu, Chasel" <chasel.chiu@intel.com>,
	"Desimone, Nathaniel L" <nathaniel.l.desimone@intel.com>,
	"Oram, Isaac W" <isaac.w.oram@intel.com>,
	"Gao, Liming" <gaoliming@byosoft.com.cn>,
	"Yao, Jiewen" <jiewen.yao@intel.com>,
	"Dong, Eric" <eric.dong@intel.com>,
	Kelly Steele <kelly.steele@intel.com>,
	"Sun, Zailiang" <zailiang.sun@intel.com>,
	"Qian, Yi" <yi.qian@intel.com>,
	"Huang, Yanbo" <yanbo.huang@intel.com>
Subject: Re: [edk2-devel] [PATCH V1 0/5] Use CcExitLib instead of VmgExitLib in edk2-platforms
Date: Wed, 23 Nov 2022 04:01:48 +0000	[thread overview]
Message-ID: <CO1PR11MB49291D3A7006E921EC2D53B3D20C9@CO1PR11MB4929.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20221118075657.665-1-min.m.xu@intel.com>

Series Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>


> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Min Xu
> Sent: Thursday, November 17, 2022 11:57 PM
> To: devel@edk2.groups.io
> Cc: Xu, Min M <min.m.xu@intel.com>; Chiu, Chasel <chasel.chiu@intel.com>; Desimone, Nathaniel L
> <nathaniel.l.desimone@intel.com>; Oram, Isaac W <isaac.w.oram@intel.com>; Gao, Liming <gaoliming@byosoft.com.cn>; Yao, Jiewen
> <jiewen.yao@intel.com>; Dong, Eric <eric.dong@intel.com>; Kinney, Michael D <michael.d.kinney@intel.com>; Kelly Steele
> <kelly.steele@intel.com>; Sun, Zailiang <zailiang.sun@intel.com>; Qian, Yi <yi.qian@intel.com>; Huang, Yanbo
> <yanbo.huang@intel.com>
> Subject: [edk2-devel] [PATCH V1 0/5] Use CcExitLib instead of VmgExitLib in edk2-platforms
> 
> BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4159
> 
> VmgExitLib is renamed as CcExitLib in EDK2. This change should be
> applied in edk2-platforms as well.
> 
> The impacted platform pkgs are:
>  - MinPlatformPkg
>  - QuarkPlatformPkg
>  - SimicsOpenBoardPlatformPkg
>  - Vlv2TbltDevicePkg
>  - WhitleyOpenBoardPkg
> 
> Cc: Chasel Chiu <chasel.chiu@intel.com>
> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
> Cc: Isaac Oram <isaac.w.oram@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Cc: Jiewen Yao <jiewen.yao@intel.com>
> Cc: Eric Dong <eric.dong@intel.com>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Kelly Steele <kelly.steele@intel.com>
> Cc: Zailiang Sun <zailiang.sun@intel.com>
> Cc: Yi Qian <yi.qian@intel.com>
> Cc: Yanbo Huang <yanbo.huang@intel.com>
> Signed-off-by: Min Xu <min.m.xu@intel.com>
> 
> Min M Xu (5):
>   MinPlatformPkg: Use CcExitLib instead of VmgExitLib
>   QuarkPlatformPkg: Use CcExitLib instead of VmgEixtLib
>   SimicsOpenBoardPlatformPkg: Use CcExitLib instead of VmgExitLib
>   Vlv2TbltDevicePkg: Use CcExitLib instead of VmgExitLib
>   WhitleyOpenBoardPkg: Use CcExitLib instead of VmgExitLib
> 
>  Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc        | 2 +-
>  Platform/Intel/MinPlatformPkg/Include/Dsc/CorePeiLib.dsc        | 2 +-
>  Platform/Intel/QuarkPlatformPkg/Quark.dsc                       | 2 +-
>  Platform/Intel/QuarkPlatformPkg/QuarkMin.dsc                    | 2 +-
>  .../Intel/SimicsOpenBoardPkg/BoardX58Ich10/OpenBoardPkg.dsc     | 2 +-
>  Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc            | 2 +-
>  Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc             | 2 +-
>  Platform/Intel/WhitleyOpenBoardPkg/PlatformPkg.dsc              | 2 +-
>  8 files changed, 8 insertions(+), 8 deletions(-)
> 
> --
> 2.29.2.windows.2
> 
> 
> 
> 
> 


  parent reply	other threads:[~2022-11-23  4:01 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-18  7:56 [PATCH V1 0/5] Use CcExitLib instead of VmgExitLib in edk2-platforms Min Xu
2022-11-18  7:56 ` [PATCH V1 1/5] MinPlatformPkg: Use CcExitLib instead of VmgExitLib Min Xu
2022-11-18  7:56 ` [PATCH V1 2/5] QuarkPlatformPkg: Use CcExitLib instead of VmgEixtLib Min Xu
2022-11-18  7:56 ` [PATCH V1 3/5] SimicsOpenBoardPlatformPkg: Use CcExitLib instead of VmgExitLib Min Xu
2022-11-18  7:56 ` [PATCH V1 4/5] Vlv2TbltDevicePkg: " Min Xu
2022-11-18  7:56 ` [PATCH V1 5/5] WhitleyOpenBoardPkg: " Min Xu
2022-11-23  4:01 ` Michael D Kinney [this message]
2022-11-23  4:05   ` [edk2-devel] [PATCH V1 0/5] Use CcExitLib instead of VmgExitLib in edk2-platforms Michael D Kinney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CO1PR11MB49291D3A7006E921EC2D53B3D20C9@CO1PR11MB4929.namprd11.prod.outlook.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox