[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: Wed, 19 Apr 2023 07:16:21 +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=HL61DGg9KUlQhzPgLOsxXQAgFBDQneW30RVqjM8Jgbs=; b=nUAFUDIdIsIPlzCKVNZe6uqxotl6YYGW0dfnr4YlvqJmg/ldh5DmlNL3f9wymInNBGcLlqcRcGpveZW8lPtKNpD5sdKPSsw2BJJHprHzGOiBC1pkExD+84EV3sShWm8Segk3W3alhVXeQJJdQJc5fMpnVm2VsEpthUlslBJr+g20gGeEPOXH6jRe35HlGImDvmmh7tGXq/ey+rMXPjVpkxTcuHata7lH0Q4nn2KdTkQi2s0sWG17b1Tbknsljw+8IYygMLRK40lKYRBl7viHBbEC7hGy+j0CzhJdC18Xh+cCRhOLh8Zkt5151pfDIDUHiXNtQW27QuE7G5ok8YVvSg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=LT+RJp+ljG6WU9YG8g/xddlj+X+KuVXiFZWSgYU6V0x4+AISXnsUaNcZte8GenOScAjqcGKFNsoqD+H1NYpMm3XuzdMTFdWBu7uJTtXNJcTYUo5FYx3Ejk8N0E4c3zlnjcGKEcsLSrhKGefgnWa1tsORquUjVh4HhnrBSSF8dhGS7fQBkNOQ/9HJy/8S5FYx4b9qdWdDhLYzZSwN8p24PCuzHKHvPtvglTJEavFcJkxPahpGV/ncaMiq7XWCdPumKSsxS6994vuhR4dhGlW9R3UguWQcCY6lEk2vOV8JKKDGhCdu2KnEzFm7HmE9tMB8YSm2BNgHRdEFS3Eg3lZ7Jw==
  • 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: Wed, 19 Apr 2023 07:16:43 +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: AQHZbSQvB461HU2dmk2buv9fQooVPa8xECsAgAEx3gCAAAFQAA==
  • Thread-topic: [PATCH v5 12/12] xen/changelog: Add SVE and "dom0" options to the changelog for Arm

Hi Luca,

> On 19 Apr 2023, at 09:11, Luca Fancellu <Luca.Fancellu@xxxxxxx> wrote:
> 
> 
> 
>> On 18 Apr 2023, at 13:56, Bertrand Marquis <Bertrand.Marquis@xxxxxxx> wrote:
>> 
>> 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 ?
> 
> Sure I’ll mention that, is there something in particular that needs to be 
> done or is it enough to say that here?

It is clearer i think if you mention here that it is a tech preview.

For the rest it must be listed as UNSUPPORTED in Kconfig and Tech Preview state 
must be also mentioned in SUPPORT.md.

Cheers
Bertrand

> 
>> 
>> 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



 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.