[for-4.18][PATCH 0/2] xen: hypercalls doc update

Michal Orzel posted 2 patches 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20231006075142.9803-1-michal.orzel@amd.com
docs/guest-guide/x86/hypercall-abi.rst   |  8 ++++----
xen/include/public/arch-arm.h            | 21 +++++++++++++++++++++
xen/include/public/arch-x86/xen-x86_32.h |  2 +-
xen/include/public/arch-x86/xen-x86_64.h |  2 +-
4 files changed, 27 insertions(+), 6 deletions(-)
[for-4.18][PATCH 0/2] xen: hypercalls doc update
Posted by Michal Orzel 7 months ago
Update hypercalls related docs before the release to avoid confusion.

@Henry:
Updating docs has no risks and is beneficial for the users, so it would be
good to have it in 4.18.

Michal Orzel (2):
  x86: Clarify that up to 5 hypercall parameters are supported
  xen/public: arch-arm: Update list of supported hypercalls

 docs/guest-guide/x86/hypercall-abi.rst   |  8 ++++----
 xen/include/public/arch-arm.h            | 21 +++++++++++++++++++++
 xen/include/public/arch-x86/xen-x86_32.h |  2 +-
 xen/include/public/arch-x86/xen-x86_64.h |  2 +-
 4 files changed, 27 insertions(+), 6 deletions(-)

-- 
2.25.1
Re: [for-4.18][PATCH 0/2] xen: hypercalls doc update
Posted by Henry Wang 7 months ago
Hi Michal,

> On Oct 6, 2023, at 15:51, Michal Orzel <michal.orzel@amd.com> wrote:
> 
> Update hypercalls related docs before the release to avoid confusion.
> 
> @Henry:
> Updating docs has no risks and is beneficial for the users, so it would be
> good to have it in 4.18.

Indeed, so with proper review of the series,

Release-acked-by: Henry Wang <Henry.Wang@arm.com>

Kind regards,
Henry

> 
> Michal Orzel (2):
>  x86: Clarify that up to 5 hypercall parameters are supported
>  xen/public: arch-arm: Update list of supported hypercalls
> 
> docs/guest-guide/x86/hypercall-abi.rst   |  8 ++++----
> xen/include/public/arch-arm.h            | 21 +++++++++++++++++++++
> xen/include/public/arch-x86/xen-x86_32.h |  2 +-
> xen/include/public/arch-x86/xen-x86_64.h |  2 +-
> 4 files changed, 27 insertions(+), 6 deletions(-)
> 
> -- 
> 2.25.1
>