[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v5 12/12] xen/changelog: Add SVE and "dom0" options to the changelog for Arm
- To: Luca Fancellu <Luca.Fancellu@xxxxxxx>
- From: Bertrand Marquis <Bertrand.Marquis@xxxxxxx>
- Date: Tue, 18 Apr 2023 12:56:54 +0000
- Accept-language: en-GB, 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=SOuwxyJBtLtaiSrci+hIe2SzH93EPi6tYpi44x7/Uuc=; b=Oq82pTD/lKwLD4kGvBeptam+4cVB3infL7lr7sM9PsDjy+AXUyOZ2eQXkM8g3iDwWSkTPNZlXUeUnnh9Fqhh5iq8LrgNhKRTpzugPxMXUVoyMG4GrkI7jEDN0Tii7jXdtuFEutDHqM3b/shtzKsI8gDCMjxgPnDXx2TR+xvXvrJNdaMNobbTmrQ2oLAhB0NZS4S7zu7BWrnkI9RMqPor50giI2pMPg0yjSBRuM7kZUsuvduSJZV9NHntPfcC359IyPtQ2FW5Bsrup3IEJra0uxJEgGZ1wSG0yuR7gOZlJ5f6/AmLCtk6+0dCxf3bMXZfXXPCvvJM7NIlEDExspNhkA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=kCv3YF5nxtjWS59i3TE1ylOYZqQUi/uvPRkjGxjYJFu6X6CkgTIxS4kIUKOMAsGRRAljXM6J3TyIN1ActRfbHfvO+bnrS+qvC2PlB3hc8kwP6/FKk4uFCoNUvlwLp5MP2Ts0Nma59z4lyarQVLaRdg3eMv7vHUt+u248ddYrTVG7LD3zhy/53fBYXAv23rPB6+ngUskuX5SD15mhtOBPxRlXrp99OPtbX1mrYD0pEq6qktQ59mKkNl5OsoRf851NN8vs84PhhsuWokV+4CInS/JtaX1TlT5RwzMzzfCu4xpcx100X2q43punkiP16PMeWPA9/1CtHwsx45WjzIx9nQ==
- 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>, Wei Chen <Wei.Chen@xxxxxxx>, Henry Wang <Henry.Wang@xxxxxxx>, Community Manager <community.manager@xxxxxxxxxxxxxx>
- Delivery-date: Tue, 18 Apr 2023 12:57:19 +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: AQHZbSQvB461HU2dmk2buv9fQooVPa8xECsA
- Thread-topic: [PATCH v5 12/12] xen/changelog: Add SVE and "dom0" options to the changelog for Arm
Hi Luca,
> On 12 Apr 2023, at 11:49, Luca Fancellu <Luca.Fancellu@xxxxxxx> wrote:
>
> Arm now can use the "dom0=" Xen command line option and the support
> for guests running SVE instructions is added, put entries in the
> changelog.
>
> Signed-off-by: Luca Fancellu <luca.fancellu@xxxxxxx>
> ---
> Changes from v4:
> - No changes
> Change from v3:
> - new patch
> ---
> CHANGELOG.md | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/CHANGELOG.md b/CHANGELOG.md
> index c978cfd9b68f..a24951603359 100644
> --- a/CHANGELOG.md
> +++ b/CHANGELOG.md
> @@ -6,6 +6,10 @@ The format is based on [Keep a
> Changelog](https://keepachangelog.com/en/1.0.0/)
>
> ## [unstable
> UNRELEASED](https://xenbits.xen.org/gitweb/?p=xen.git;a=shortlog;h=staging) -
> TBD
>
> +### Changed
> +- The "dom0" option is now supported on Arm and "sve=" sub-option can be used
> + to enable dom0 guest to use SVE/SVE2 instructions.
> +
> ### Added
> - On x86, support for features new in Intel Sapphire Rapids CPUs:
> - PKS (Protection Key Supervisor) available to HVM/PVH guests.
> @@ -14,6 +18,7 @@ The format is based on [Keep a
> Changelog](https://keepachangelog.com/en/1.0.0/)
> - Bus-lock detection, used by Xen to mitigate (by rate-limiting) the system
> wide impact of a guest misusing atomic instructions.
> - xl/libxl can customize SMBIOS strings for HVM guests.
> + - On Arm, Xen supports guests running SVE/SVE2 instructions.
Might be a good idea to mention that this is a tech preview ?
Cheers
Bertrand
>
> ##
> [4.17.0](https://xenbits.xen.org/gitweb/?p=xen.git;a=shortlog;h=RELEASE-4.17.0)
> - 2022-12-12
>
> --
> 2.34.1
>
|