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

RE: [PATCH v3 1/3] CHANGELOG: Add missing entries for work during the 4.17 release


  • To: Julien Grall <julien@xxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
  • From: Henry Wang <Henry.Wang@xxxxxxx>
  • Date: Tue, 22 Nov 2022 12:46:37 +0000
  • Accept-language: zh-CN, 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=mGLB/wtv91hEU0lKR4BhU9TgSqz6jmnlLehiaq3oBGg=; b=EokwAtKakk0bgGKRCu//d9BrsLKmVoV/pwcoDEffzIajs8ou59K4lOF4I3pwYP9kWM6K4xiBE4He5vqJALT2rIA5z2o588BpEbJd6JG5GxftCTRg0rZSqdB33mSEoXyAczycQW9dlMJSxfj12kwX/Tr77N23CJK46iua4rLdEcF7U0/OzwZ/Vex8zdsZcJMTBVNssZOvVVSIvwt7ok0dyOB4n0xXk5cjnFQi6bD72v5oCQ6/JaLmuoQrradaCFF6oOVk2FStm8nS1LpkMsRNWpcxVhqUBI5NtQQalHwCzgMKBiqXHyj/nRZw+4+JWt8SjLUPrkBBXH+clugR5tFVOg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=K681y2qpkoJvv/qCPqDIoYgd3/nwNmNfUzYliLgqEO+QQFR80s8O1pgRHTll+/RyG/s6zSqx037zdaWTRBBjpoEUgv2SP867eYmZQyHbXEjuWIj6NwOAi9sOpfZE6ONcJvvxgsYPMqVIalVAE1aWuoeDOYXu3QNNXxuVQGQnxyaa7sjPEq7t5O8d8AiAQXxJlzBJeoP556fKm52ImHAV2804tFQg6RPiaE2pF9CBwIAFMfHRSsxqulWAEGW8Ld5zfbfeW1j+/70Jf8jHBGKfKqeMQhfnOmPqnvfPz43aGw8/OdAmM/rf9QfTNkfY8kaNWORzhYGKMuS7ACnhORI+WQ==
  • Authentication-results-original: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=arm.com;
  • Cc: Roger Pau Monné <roger.pau@xxxxxxxxxx>, Jan Beulich <jbeulich@xxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Bertrand Marquis <Bertrand.Marquis@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>
  • Delivery-date: Tue, 22 Nov 2022 12:46: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: AQHY/mWeJ7PIIiwbMEi0iLnxeCbJiq5K2wSAgAAHBWA=
  • Thread-topic: [PATCH v3 1/3] CHANGELOG: Add missing entries for work during the 4.17 release

Hi Julien,

Thanks for your review as always!

> -----Original Message-----
> From: Julien Grall <julien@xxxxxxx>
> Subject: Re: [PATCH v3 1/3] CHANGELOG: Add missing entries for work during
> the 4.17 release
> 
> (Reducing the CC-list)

Thanks, I will use this CC-list in v4.

> 
> Hi,
> 
> On 22/11/2022 11:26, Henry Wang wrote:
> > Signed-off-by: Henry Wang <Henry.Wang@xxxxxxx>
> > - - Support VIRT_SSBD feature for HVM guests on AMD.
> > + - Support VIRT_SSBD feature for HVM guests on AMD and
> MSR_SPEC_CTRL feature for
> > +   SVM guests.
> 
> Did you really intend to write "SVM" rather than HVM? If yes, then to me
> "HVM guests on AMD" means the same as "SVM guests".

I am sorry about the confusion. I think the latter part of this sentence is
just a direct copy of title in [1]. But by reading the content of that
cover letter I think...

> 
> So I would suggest the following wording:
> 
> Support for VIRT_SSBD and MSR_SPEC_CTRL for HVM guests on AMD.

...this is correct. So I will use your suggested sentence in v4. Thanks.

> 
> > + - Support VirtIO-MMIO devices in toolstack on Arm.
> 
> I would clarify that this is *only* creating the device-tree binding.
> IOW, there are no support for ACPI nor device-emulator (still in
> progress from Xen Project PoV).

You are correct. I will change to:
"Support VirtIO-MMIO devices device-tree binding creation in toolstack
on Arm"

> 
> > + - Allow setting the number of CPUs to activate at runtime from command
> line
> > +   option on Arm.
> > + - Grant-table support on Arm was improved and hardened by
> implementing
> > +   "simplified M2P-like approach for the xenheap pages"
> > + - Add Renesas R-Car Gen4 IPMMU-VMSA support on Arm.
> > + - Add i.MX lpuart and i.MX8QM initial support on Arm.
> 
> I was under the impression that the code that was merged is enough to
> support the platform. Do you have any pointer where it says it is not
> sufficient?

Ah this is also directly from the title of [2], where it is only a
"xen/arm: add i.MX lpuart and i.MX8QM initial support"

I would be more than happy to remove the "initial" if you think it is
appropriate.

> 
> > + - Improved toolstack build system.
> > + - Add Xue - console over USB 3 Debug Capability.
> >
> >   ### Removed / support downgraded
> >    - dropped support for the (x86-only) "vesa-mtrr" and "vesa-remap"
> command line options

[1] 
https://lore.kernel.org/xen-devel/20220128132927.14997-1-andrew.cooper3@xxxxxxxxxx/
[2] 
https://lore.kernel.org/xen-devel/20220419043927.23542-1-peng.fan@xxxxxxxxxxx/

Kind regards,
Henry

> 
> Cheers,
> 
> --
> Julien Grall

 


Rackspace

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