public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Min Xu" <min.m.xu@intel.com>
To: Tom Lendacky <thomas.lendacky@amd.com>,
	"devel@edk2.groups.io" <devel@edk2.groups.io>
Cc: "Dong, Eric" <eric.dong@intel.com>, "Ni, Ray" <ray.ni@intel.com>,
	"Brijesh Singh" <brijesh.singh@amd.com>,
	"Aktas, Erdem" <erdemaktas@google.com>,
	"Gerd Hoffmann" <kraxel@redhat.com>,
	James Bottomley <jejb@linux.ibm.com>,
	"Yao, Jiewen" <jiewen.yao@intel.com>
Subject: Re: [edk2-devel] [PATCH V2 1/9] UefiCpuPkg: Add CcExitLib
Date: Sat, 5 Nov 2022 01:33:57 +0000	[thread overview]
Message-ID: <SA2PR11MB5066F5E22276A0AADAD2B49FC53A9@SA2PR11MB5066.namprd11.prod.outlook.com> (raw)
In-Reply-To: <605a9164-ddfa-8400-70a6-c72d6458676c@amd.com>

On November 4, 2022 10:35 PM, Tom Lendacky wrote:
> On 11/3/22 18:19, Min Xu via groups.io wrote:
> > From: Min M Xu <min.m.xu@intel.com>
> >
> > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4123
> >
> > +
> > +/**
> > +  Handle a #VC exception.
> > +
> > +  Performs the necessary processing to handle a #VC exception.
> > +
> > +  The base library function returns an error equal to VC_EXCEPTION,
> > + to be propagated to the standard exception handling stack.
> > +
> > +  @param[in, out]  ExceptionType  Pointer to an EFI_EXCEPTION_TYPE to
> be set
> > +                                  as value to use on error.
> > +  @param[in, out]  SystemContext  Pointer to EFI_SYSTEM_CONTEXT
> > +
> > +  @retval  EFI_SUCCESS            Exception handled
> > +  @retval  EFI_UNSUPPORTED        #VC not supported, (new) exception
> value to
> > +                                  propagate provided
> > +  @retval  EFI_PROTOCOL_ERROR     #VC handling failed, (new) exception
> value to
> > +                                  propagate provided
> > +
> > +**/
> > +EFI_STATUS
> > +EFIAPI
> > +CcExitHandleVc (
> 
> Sorry I didn't pick up on this before, but any reason this isn't
> CcExitLibHandleVc() to match the other APIs or have the other APIs just be
> CcExit (since the "Lib" part seems a bit excessive)?
> 
> (Same for CcExitHandleVe below)
> 
Ah it is my fault. It will should be the same as other APIs. They will be updated in the next version.

Thanks
Min

  reply	other threads:[~2022-11-05  1:34 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-03 23:19 [PATCH V2 0/9] Rename VmgExitLib to CcExitLib Min Xu
2022-11-03 23:19 ` [PATCH V2 1/9] UefiCpuPkg: Add CcExitLib Min Xu
2022-11-04 14:34   ` [edk2-devel] " Lendacky, Thomas
2022-11-05  1:33     ` Min Xu [this message]
2022-11-03 23:19 ` [PATCH V2 2/9] OvmfPkg: Implement CcExitLib Min Xu
2022-11-03 23:19 ` [PATCH V2 3/9] OvmfPkg: Add CcExitLib in *.dsc Min Xu
2022-11-03 23:19 ` [PATCH V2 4/9] UefiCpuPkg: Use CcExitLib instead of VmgExitLib Min Xu
2022-11-03 23:19 ` [PATCH V2 5/9] UefiPayloadPkg: " Min Xu
2022-11-03 23:19 ` [PATCH V2 6/9] OvmfPkg: " Min Xu
2022-11-03 23:19 ` [PATCH V2 7/9] OvmfPkg: Delete VmgExitLib Min Xu
2022-11-03 23:19 ` [PATCH V2 8/9] UefiCpuPkg: " Min Xu
2022-11-03 23:19 ` [PATCH V2 9/9] Maintainers: Update the VmgExitLib to CcExitLib Min Xu
2022-11-04  2:04 ` [PATCH V2 0/9] Rename " Yao, Jiewen

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=SA2PR11MB5066F5E22276A0AADAD2B49FC53A9@SA2PR11MB5066.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