[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 10/10] x86emul: AVX512-FP16 testing
- To: Henry Wang <Henry.Wang@xxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Mon, 5 Jun 2023 15:08:07 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.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=nuk1bhs/EnaYmeIu/QE2LxWdhWRLyqzVl/kK7/rIUck=; b=e2ck8m3aDJh86fBRf5Dd06qL67eSP/mAw24pQwYA+yQJBOucCFT/7viqpep5f/jP53vKY5RVBJ/FOB4Q68nE7NCLKl36vLEeKG4PuFhcMpA2A5aZ0utSLKa7pJsbXaKCxnZeNZGo/qakVavkF/ZAwBAHoYRgdDfY37x8gHOGtxG+0oP+NfcUm+/ioPmMtM/eWhVuAAwSF5PhH6oWmsEi6HGfekfad0au3ok0Z66JOZnsFPe4c6Cx/Fdzq/eLqwkA4GYmJtsYvetpAFPV3Eef8TxvKlUqv7mqps5c8ICIWMxu69GWNXb8xlXOEAQyXcDxTLVsobmKxk5u2CJrIdbrzA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ESQdP8tA3dvkqHZlC2+C/3RrlJUpXMh5/6Tab6q9SKwIxiWr9AuU0UC8i0bYRKYUZFYblqBMfqSwZ+E/kRUVHGKIXFrVFiSxuK6JEs3yJeqGH8g9/Tmtjt/tpas2SEoMccfvPiMCDXpOQPKYH4Irf5QVw2fPmabJuj1rYZxQgTV4WiTzFCiu2/2MnHikLwSDkw3FosOQcafZBRxx1ChGmMqCCkjZPeToGOjbxhu74QKAWs0NtnbV93eOjYYbnFuJwOLaUgSDB8XT1Pi6dSpq+OzgTZiJkVGbnUAfSLlajTS/JIxp9q1MeEXCO+HYL7Wv5ENgb/1GOA84bLQZGPtV1g==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- Delivery-date: Mon, 05 Jun 2023 13:08:22 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
Henry,
On 03.04.2023 17:00, Jan Beulich wrote:
> Naming of some of the builtins isn't fully consistent with that of pre-
> existing ones, so there's a need for a new BR2() wrapper macro.
>
> With the tests providing some proof of proper functioning of the
> emulator code also enable use of the feature by guests, as there's no
> other infrastructure involved in enabling this ISA extension.
>
> Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
> ---
> v2: Add CHANGELOG.md entry.
I notice I forgot to Cc you on this submission, with said addition.
May I ask for your ack (or otherwise), please?
Thanks, Jan
> --- a/CHANGELOG.md
> +++ b/CHANGELOG.md
> @@ -14,6 +14,7 @@ The format is based on [Keep a Changelog
> - 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.
> + - x86 AVX512-FP16
>
> ##
> [4.17.0](https://xenbits.xen.org/gitweb/?p=xen.git;a=shortlog;h=RELEASE-4.17.0)
> - 2022-12-12
>
>[...]
|