[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2] SUPPORT: downgrade Physical CPU Hotplug to Experimental
- To: Stefano Stabellini <sstabellini@xxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Wed, 27 Sep 2023 08:35:02 +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=qqbbxxy3xLCuegXMkZW9sQ30IfNcV66flQsHopV9nS0=; b=bS5Q0ddxcZ1l4938WjCSSntwd6zKGoBums0jZA6T6DDn02TIeuPQC27jzsbY9s0VzZaBZPxlks9A9vYj17vnJJctTP/8fgnE7Hir6xoYyvGj6DJ87dBEBa/13sqoJaRof9ZLtdzH/atZ5Mu7d6/ay6hxIQ7mJmkTLwcZ1/JYAm0+fap4qVEWRfcMIS24Pyk6cP23SZ7tBFXb0i6hV7/Vrj1VIFj7TGKAI6A5fRtEArG0ufExvsODIfRmk4CZuFnEcB+vT2b5KvHLemrbyvqry7tBVVZrpVVC1CW+jDZBU3+YKwwYHhFOb8aSp1OLBqBbFSR4ZKM281boG9RimPHI0w==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=CaztjUmeFhIgO1OU+rmeTXQPyvEA3Vg2LFpVk8wUY1XxJpbflvW/tJe8FADmJ/d6L1jzD0iTFT07cU/aTZXo3SV6oqLOUoe/hRjUOzA9voC1LUdbFjCPgwEK04YxS8J+2k/UrH1BO8gUz8gLE0ttEwYPv5OvWr+U4eSP+rtHN+WpmbNuTBg/qW4ogeGAHIOdCKScArHNKqLxS5mXI+sncmCz6EEgzd/dRRkVHfBKu34m1t5fU4Uwu8oYH74ro4tX56ZhmzFujRPqgRsJtEhz3S9WJt04/V2XG0uSKgewDr63PDOYDufcKaTELVEHTvd+QSiC1i9vOLN99m0wpISQ+g==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: andrew.cooper3@xxxxxxxxxx, george.dunlap@xxxxxxxxxx, julien@xxxxxxx, wl@xxxxxxx, roger.pau@xxxxxxxxxx, Stefano Stabellini <stefano.stabellini@xxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Wed, 27 Sep 2023 06:35:40 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 27.09.2023 02:29, Stefano Stabellini wrote:
> From: Stefano Stabellini <stefano.stabellini@xxxxxxx>
>
> The feature is not commonly used, and we don't have hardware to test it,
> not in OSSTest, not in Gitlab, and not even ad-hoc manually by community
> members. We could use QEMU to test it, but even that it is known not to
> work.
>
> Also take the opportunity to rename the feature to "ACPI CPU Hotplug"
> for clarity.
>
> Signed-off-by: Stefano Stabellini <stefano.stabellini@xxxxxxx>
> ---
> Changes in v2:
> - rename the feature following Roger's suggestion
> ---
> SUPPORT.md | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
As indicated before, imo this needs accompanying by a CHANGELOG.md entry
(and I don't think that should be a separate commit).
Jan
|