[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: Bertrand Marquis <Bertrand.Marquis@xxxxxxx>
  • From: Luca Fancellu <Luca.Fancellu@xxxxxxx>
  • Date: Wed, 19 Apr 2023 07:11:28 +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=kMrIzwUcoDqf/Kh2TV1PHFWdZFOzdZ1c1nR199FGlZg=; b=Pe+AzWM1uC5f0qXvHXPaS1eA/2GVPS0FA9xVeK71J1Y8eaXvXhR6fX/DTTjbRx5KxqWBsk0Fu3D40hYaG4NorUFPvImw64V8Ve9/Lf1tjhnXYBcjcEYSMnUJ4geSx+hS/u7ZzOePhd0NX84IBmXdtg7eMg0kiXGmot/CZWyz5wtmgmxUIzSIABqGZfiAG0WF3LwFw5ThosdZCXwc3cY/fiJxRwFmW3ont9TodeHgfMrrDNfrxIeitJbDBDshA+pMqKQQGoo3HCsP3WbemFPZ5NpliIE5YAxQ+o+CA6m9tVbsF2rVMuGZbaYDpkn4059NMcAGFm7rEwWbN4e2IlJOoA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Z/uokU0HYyVXttR13m1mzImEN420OEW7pW/1W+m2P8IbhSLdHqqteTr/koRbMDI8jKuZzx2o7X+umqEb6mU5E7qUiF6+vE0PfejRQJFf4XoK0YbU/VmMnhaLvPZhGliEG8l7MWQRzwDTm6C6wRcvUmmqvUmrB5QfSEP+/yCDA6h/yf/lX6zylukpaD2K0H9DjwGq2Uj9uJ1kXlyyTdNbznukPUNCyt+nMhlGNEa6LnRCrVjOHu8qOmWDtHteym/guM3UlOtqNzaCtzP6gmhvCUfSmY441V624/X4wM9874F974NAtouOMZBRbxD5C/jrgpUWx7ehTJQbt/AcFHQO7g==
  • 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:11:58 +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: AQHZbSQ7MYMS4SfeGk2TvWO0qogYra8xEDcAgAExxYA=
  • Thread-topic: [PATCH v5 12/12] xen/changelog: Add SVE and "dom0" options to the changelog for Arm


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

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