[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Xen release announcement and Virtio/Fusa


  • To: Artem Mygaiev <Artem_Mygaiev@xxxxxxxx>
  • From: Bertrand Marquis <Bertrand.Marquis@xxxxxxx>
  • Date: Thu, 25 Nov 2021 10:35:22 +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=Khk2BZUxAG8N5pEV3lLxB61TYfIBPUaQqWofwSsORec=; b=UIm8LBvLy1CqlkR9RyYMsaA1Nah9XVFLCWJb9q/ae8c6K5uzEPhBTByxN1cNCUMShdSozsX55eBoQ1EFlbRooNE4ru665LZhMZFhoM0/5SMwX90c+Hrs89ITR1eVUMR8n+tKiooh+jwzxkNbKLqtL5/34KLq6ECRKecBz8Qj8XJ/m9MeW+BmzE+Pe+MfF1qMMEuXifMXaMQfswXpAx3OVGAtKCDCy4rRzDEaN0CVu7J02duO0vgWpROPZczbQn0h2X7fjvU5Lrm64RDHIHZ83Yx/AtXbQW0/gMRhRV+Ie1+HY6YSNXmqq830dpZYFMZpShaMp4cEgdqpKlKasi8gIw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=kavngzGCw4HNVyzMb9d/SLZatrotVGgDxOVbI2bbe9jH768b1lBCNxW2BSu9J1mbhUy97hlhho9sofQUHKmzoYMVvoGDJZ4TQmTr3jexrEQbwkIRFuK4hJKeJDdnXlDhjb2jdkZ9E/5cHUf69NGM3ox+8dg3jILmbzN/9nrqKDrNmyTtw5Dxt9q+GaysOEy2H7HKdcVcjNQzamH17H6IzicDUwUjOeuq5a6T63rtf3UB7mmsdgwoHIc10xkyn45wpFP/LCiBpvRsl3ukgXfQqXe3gHqAl5TfgnLSQLT5e5VW5qVswanXsAUg/ltvtKYRWYTvTTNhY48ADYuSWs5Ljg==
  • Authentication-results-original: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=arm.com;
  • Cc: Stefano Stabellini <sstabellini@xxxxxxxxxx>, "publicity@xxxxxxxxxxxxxxxxxxxx" <publicity@xxxxxxxxxxxxxxxxxxxx>, Ian Jackson <iwj@xxxxxxxxxxxxxx>
  • Delivery-date: Thu, 25 Nov 2021 10:35:39 +0000
  • List-id: "List for Xen Publicity, PR and events" <publicity.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: AQHX4R0NFrd8iAJzVkuEVO1vZCoaYqwTPVAAgAC2DACAAAcQgIAAE6YA
  • Thread-topic: Xen release announcement and Virtio/Fusa

Hi,

> On 25 Nov 2021, at 09:25, Artem Mygaiev <Artem_Mygaiev@xxxxxxxx> wrote:
>
> Hi Bertrand, Stefano
>
>
> From: Bertrand Marquis <Bertrand.Marquis@xxxxxxx>
>>> On 24 Nov 2021, at 22:08, Stefano Stabellini <sstabellini@xxxxxxxxxx> wrote:
>>>
>>> On Wed, 24 Nov 2021, Bertrand Marquis wrote:
>>>> Hi Artem/Stefano
>>>>
>>>> Anything we could say on work being done around Virtio and Xen since last 
>>>> Xen release that would be nice to add to Xen release announcement ?
>>>>
>>>> For reference here is what was said for previous Xen release:
>>>> https://urldefense.com/v3/__https://xenproject.org/2021/04/08/xen-project-hypervisor-4-15/__;!!GF_29dbcQIUBPA!mT1MQJp3qwTD-28VxKf3_d-j5tbKLrTrJsxYLYOXkFDwkMD4Nk0_p6K2IGaKUuLO8g$
>>>>  [xenproject[.]org]
>>>>
>>>> For Fusa I would suggest to say the following:
>>>>
>>>> Functional Safety Update
>>>> The working group has been analysing all MISRA rules and started to define 
>>>> a list of possible rules followed or to be followed by Xen in the future.
>>>> Several static code analysers have also been evaluated, both commercial 
>>>> and open source, to do a first analysis of the non MISRA compliances in 
>>>> Xen and also find a way for developers to check theirs patches in the 
>>>> future before upstreaming.
>>>> This works has been done in close collaboration with the Zephyr project 
>>>> and the MISRA consortium.
>>>>
>>>> @Stefano/Artem: please comment/complete/fix
>>>
>>> Thanks Bertrand for taking a stab at it.
>>
>> You are welcome
>
> +1, good to post it to release!
>
>>>
>>> In collaboration with the Zephyr project and the MISRA consortium, the
>>> Xen FuSa Special Interest Group analyzed MISRA C rules in depth and
>>> defined a subset of rules that apply to Xen and will be tackled with
>>> the community. The SIG evaluated several static code analyzers to scan
>>> the Xen code base for MISRA C violations. The team enhanced the Xen
>>> build system with the ability to run open source MISRA C checkers as
>>> part of the Xen build, so that for future releases Xen contributors will
>>> be able to easily improve the quality of their patches.
>>
>> Far better but we did not upstream my patch to add cppcheck. Is it ok to say 
>> it like that ?
>
> I think its ok since its about "future releases", and we are surely planning 
> to add cppcheck or similar tool

Ok for me then.

Cheers
Bertrand

>
> -- Artem
>
>

IMPORTANT NOTICE: The contents of this email and any attachments are 
confidential and may also be privileged. If you are not the intended recipient, 
please notify the sender immediately and do not disclose the contents to any 
other person, use it for any purpose, or store or copy the information in any 
medium. Thank you.



 


Rackspace

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