* [PATCH 1/1] OvmfPkg/XenHypercallLib: Fix naming of AArch64
@ 2022-07-20 13:17 Anthony PERARD
2022-07-26 19:30 ` [edk2-devel] " Michael D Kinney
0 siblings, 1 reply; 3+ messages in thread
From: Anthony PERARD @ 2022-07-20 13:17 UTC (permalink / raw)
To: devel
Cc: Anthony PERARD, Ard Biesheuvel, Jiewen Yao, Jordan Justen,
Gerd Hoffmann, Julien Grall
From: Anthony PERARD <anthony.perard@citrix.com>
Fix path to follow naming convention of "AArch64", and allow the path
in "Maintainers.txt" to work as expected.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3982
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
---
Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: Julien Grall <julien@xen.org>
---
OvmfPkg/Library/XenHypercallLib/XenHypercallLib.inf | 2 +-
.../Library/XenHypercallLib/{Aarch64 => AArch64}/Hypercall.S | 0
2 files changed, 1 insertion(+), 1 deletion(-)
rename OvmfPkg/Library/XenHypercallLib/{Aarch64 => AArch64}/Hypercall.S (100%)
diff --git a/OvmfPkg/Library/XenHypercallLib/XenHypercallLib.inf b/OvmfPkg/Library/XenHypercallLib/XenHypercallLib.inf
index 32ae73f7aac5..edb77872391c 100644
--- a/OvmfPkg/Library/XenHypercallLib/XenHypercallLib.inf
+++ b/OvmfPkg/Library/XenHypercallLib/XenHypercallLib.inf
@@ -42,7 +42,7 @@ [Sources.ARM]
Arm/Hypercall.S
[Sources.AARCH64]
- Aarch64/Hypercall.S
+ AArch64/Hypercall.S
[Sources]
XenHypercall.c
diff --git a/OvmfPkg/Library/XenHypercallLib/Aarch64/Hypercall.S b/OvmfPkg/Library/XenHypercallLib/AArch64/Hypercall.S
similarity index 100%
rename from OvmfPkg/Library/XenHypercallLib/Aarch64/Hypercall.S
rename to OvmfPkg/Library/XenHypercallLib/AArch64/Hypercall.S
--
Anthony PERARD
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [edk2-devel] [PATCH 1/1] OvmfPkg/XenHypercallLib: Fix naming of AArch64
2022-07-20 13:17 [PATCH 1/1] OvmfPkg/XenHypercallLib: Fix naming of AArch64 Anthony PERARD
@ 2022-07-26 19:30 ` Michael D Kinney
2022-07-26 20:38 ` Ard Biesheuvel
0 siblings, 1 reply; 3+ messages in thread
From: Michael D Kinney @ 2022-07-26 19:30 UTC (permalink / raw)
To: devel@edk2.groups.io, anthony.perard@citrix.com,
Kinney, Michael D
Cc: Ard Biesheuvel, Yao, Jiewen, Justen, Jordan L, Gerd Hoffmann,
Julien Grall
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Anthony PERARD via groups.io
> Sent: Wednesday, July 20, 2022 6:17 AM
> To: devel@edk2.groups.io
> Cc: Anthony PERARD <anthony.perard@citrix.com>; Ard Biesheuvel <ardb+tianocore@kernel.org>; Yao, Jiewen
> <jiewen.yao@intel.com>; Justen, Jordan L <jordan.l.justen@intel.com>; Gerd Hoffmann <kraxel@redhat.com>; Julien Grall
> <julien@xen.org>
> Subject: [edk2-devel] [PATCH 1/1] OvmfPkg/XenHypercallLib: Fix naming of AArch64
>
> From: Anthony PERARD <anthony.perard@citrix.com>
>
> Fix path to follow naming convention of "AArch64", and allow the path
> in "Maintainers.txt" to work as expected.
>
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3982
> Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
> ---
> Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
> Cc: Jiewen Yao <jiewen.yao@intel.com>
> Cc: Jordan Justen <jordan.l.justen@intel.com>
> Cc: Gerd Hoffmann <kraxel@redhat.com>
> Cc: Julien Grall <julien@xen.org>
> ---
> OvmfPkg/Library/XenHypercallLib/XenHypercallLib.inf | 2 +-
> .../Library/XenHypercallLib/{Aarch64 => AArch64}/Hypercall.S | 0
> 2 files changed, 1 insertion(+), 1 deletion(-)
> rename OvmfPkg/Library/XenHypercallLib/{Aarch64 => AArch64}/Hypercall.S (100%)
>
> diff --git a/OvmfPkg/Library/XenHypercallLib/XenHypercallLib.inf b/OvmfPkg/Library/XenHypercallLib/XenHypercallLib.inf
> index 32ae73f7aac5..edb77872391c 100644
> --- a/OvmfPkg/Library/XenHypercallLib/XenHypercallLib.inf
> +++ b/OvmfPkg/Library/XenHypercallLib/XenHypercallLib.inf
> @@ -42,7 +42,7 @@ [Sources.ARM]
> Arm/Hypercall.S
>
> [Sources.AARCH64]
> - Aarch64/Hypercall.S
> + AArch64/Hypercall.S
>
> [Sources]
> XenHypercall.c
> diff --git a/OvmfPkg/Library/XenHypercallLib/Aarch64/Hypercall.S b/OvmfPkg/Library/XenHypercallLib/AArch64/Hypercall.S
> similarity index 100%
> rename from OvmfPkg/Library/XenHypercallLib/Aarch64/Hypercall.S
> rename to OvmfPkg/Library/XenHypercallLib/AArch64/Hypercall.S
> --
> Anthony PERARD
>
>
>
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [edk2-devel] [PATCH 1/1] OvmfPkg/XenHypercallLib: Fix naming of AArch64
2022-07-26 19:30 ` [edk2-devel] " Michael D Kinney
@ 2022-07-26 20:38 ` Ard Biesheuvel
0 siblings, 0 replies; 3+ messages in thread
From: Ard Biesheuvel @ 2022-07-26 20:38 UTC (permalink / raw)
To: Kinney, Michael D
Cc: devel@edk2.groups.io, anthony.perard@citrix.com, Yao, Jiewen,
Justen, Jordan L, Gerd Hoffmann, Julien Grall
On Tue, 26 Jul 2022 at 12:30, Kinney, Michael D
<michael.d.kinney@intel.com> wrote:
>
> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
> > -----Original Message-----
> > From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Anthony PERARD via groups.io
> > Sent: Wednesday, July 20, 2022 6:17 AM
> > To: devel@edk2.groups.io
> > Cc: Anthony PERARD <anthony.perard@citrix.com>; Ard Biesheuvel <ardb+tianocore@kernel.org>; Yao, Jiewen
> > <jiewen.yao@intel.com>; Justen, Jordan L <jordan.l.justen@intel.com>; Gerd Hoffmann <kraxel@redhat.com>; Julien Grall
> > <julien@xen.org>
> > Subject: [edk2-devel] [PATCH 1/1] OvmfPkg/XenHypercallLib: Fix naming of AArch64
> >
> > From: Anthony PERARD <anthony.perard@citrix.com>
> >
> > Fix path to follow naming convention of "AArch64", and allow the path
> > in "Maintainers.txt" to work as expected.
> >
> > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3982
> > Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
> > ---
> > Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
> > Cc: Jiewen Yao <jiewen.yao@intel.com>
> > Cc: Jordan Justen <jordan.l.justen@intel.com>
> > Cc: Gerd Hoffmann <kraxel@redhat.com>
> > Cc: Julien Grall <julien@xen.org>
> > ---
> > OvmfPkg/Library/XenHypercallLib/XenHypercallLib.inf | 2 +-
> > .../Library/XenHypercallLib/{Aarch64 => AArch64}/Hypercall.S | 0
> > 2 files changed, 1 insertion(+), 1 deletion(-)
> > rename OvmfPkg/Library/XenHypercallLib/{Aarch64 => AArch64}/Hypercall.S (100%)
> >
> > diff --git a/OvmfPkg/Library/XenHypercallLib/XenHypercallLib.inf b/OvmfPkg/Library/XenHypercallLib/XenHypercallLib.inf
> > index 32ae73f7aac5..edb77872391c 100644
> > --- a/OvmfPkg/Library/XenHypercallLib/XenHypercallLib.inf
> > +++ b/OvmfPkg/Library/XenHypercallLib/XenHypercallLib.inf
> > @@ -42,7 +42,7 @@ [Sources.ARM]
> > Arm/Hypercall.S
> >
> > [Sources.AARCH64]
> > - Aarch64/Hypercall.S
> > + AArch64/Hypercall.S
> >
> > [Sources]
> > XenHypercall.c
> > diff --git a/OvmfPkg/Library/XenHypercallLib/Aarch64/Hypercall.S b/OvmfPkg/Library/XenHypercallLib/AArch64/Hypercall.S
> > similarity index 100%
> > rename from OvmfPkg/Library/XenHypercallLib/Aarch64/Hypercall.S
> > rename to OvmfPkg/Library/XenHypercallLib/AArch64/Hypercall.S
> > --
> > Anthony PERARD
> >
> >
> >
> >
> >
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-07-26 20:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-20 13:17 [PATCH 1/1] OvmfPkg/XenHypercallLib: Fix naming of AArch64 Anthony PERARD
2022-07-26 19:30 ` [edk2-devel] " Michael D Kinney
2022-07-26 20:38 ` Ard Biesheuvel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox