[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [for-4.18][PATCH 0/2] xen: hypercalls doc update
- To: Michal Orzel <michal.orzel@xxxxxxx>
- From: Henry Wang <Henry.Wang@xxxxxxx>
- Date: Fri, 6 Oct 2023 07:53:26 +0000
- Accept-language: zh-CN, en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=arm.com; dmarc=pass action=none header.from=arm.com; dkim=pass header.d=arm.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=WUh2Y9tdvJZA3XyIInghRr5hrs2iCboIlqorNwoR6Mw=; b=J6Xc1OOCsmFxSH7KOrcpi6CtYFpjbfkyakqi5RTQCz4im6EnoTUlHvHRV60RUYezi3LWrzAKzvcGaf8UjL4JxUH1KM05XO55suR7oNumRmKDRdlyER85Px49dz3Hi5CBwafjxli1RAsnmPM6zwN80rtvjDu2G5S4HIggdU6l8SI8fkgKIm19WC30xDHFq1LCiFtosETarK1vny1/E0vhzfyeyALyhcCRzDxfr9493roCEM9/3J9+DpHsMZFvYIscf9M9MccwjyqTA4J+b6743x0sVbkIJfPAw2t0vXzeAGdIa17efkbZhoB12DQu+WI67qtNpyjMQb5WqSWTdXk/qg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=DDIJVxnoZTdiWRTnKbywO/jkNAp1oPSCnGVpUdhamEJd29sFLaalZjNqpF0g+sjSPaBW5PWyFOfXG1JVjJ02548r9+vN704/YylnPttwYJ3BJ2U76pOivTbj27JTA7HOwyCJDSGlbj7LzAKwXWaHfvRjVsKrRKZsCGTu4mf1YqTiF3TPCPL4hIa8ipbx2w4DoI0gog7t856/LErKivJLWogaVN8qzl/SFewSk6/z4HHTDxx5a9laNhvkVaUJaIRJSGkCGIIE0VE1ayvhrLDgpKxuREugfZIet0pIT/xgtNj2f6CoOKlZ4eDdTTD9kknCusO+Y1eqLWDoMyvObS+wvQ==
- Authentication-results-original: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=arm.com;
- Cc: Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>, Jan Beulich <jbeulich@xxxxxxxx>, Julien Grall <julien@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, Bertrand Marquis <Bertrand.Marquis@xxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>, "Daniel P. Smith" <dpsmith@xxxxxxxxxxxxxxxxxxxx>
- Delivery-date: Fri, 06 Oct 2023 07:54:10 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Nodisclaimer: true
- Original-authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=arm.com;
- Thread-index: AQHZ+Cn+5m37QnKCckKGeOXOP1auN7A8Y/6A
- Thread-topic: [for-4.18][PATCH 0/2] xen: hypercalls doc update
Hi Michal,
> On Oct 6, 2023, at 15:51, Michal Orzel <michal.orzel@xxxxxxx> 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@xxxxxxx>
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
>
|