[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] CHANGELOG: Mention xl suspend/resume
- To: Jan Beulich <jbeulich@xxxxxxxx>
- From: Jason Andryuk <jason.andryuk@xxxxxxx>
- Date: Mon, 9 Dec 2024 14:20:24 -0500
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=suse.com smtp.mailfrom=amd.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=amd.com; dkim=none (message not signed); arc=none (0)
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; 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=IXJDaz94dakxJ/TNQ7sC0pn1BJLya1iZ8TEfd2Rm6Yc=; b=tv3T1Nq2cSo9WEqmKgtyl9vogDAP2EFch4cDn6QOdqT4bAEYx8mAXJ8wdk/dIQdt9fE7diw7y77heYnJ1NCpQ7YTKVy5+3ii7VazPS6UU8PHALn5AHe7bBzZ1wIw4R9lRwLL7KQeCaid/Qn/n6mWxjBD9+b23MJXYonJGjUt9zooVFsO3U33kHs7SKHW3RIBaaRAoz7WF6VKTz21cUCvToFtYZsdaNUztU4qmd8Iojc4UZRQq6D5o+GuNOWyYdn52aOVRqz/8sFMUetXxKEu+D6EkYw7Ssj67dfMTpTmtdmA6dqFhJ1pjdtlz77XjdBJ6WzSeOsZctNXtaXx43nnZA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=kXfI8uIlTQa+GQM3m3U3XKYisRNBPUXcw1Nhp0sS8C+ZSsUdulxtierLztKgjxxwXT0qsW0rSkYU+YQw7yl3LP5uJ16SCQ4trIQqaLpZHWE6a/dJFgQbkzuZvx/EHUSEAyZJGiQ/6EfhqeAcRfMGj1xlmtUdP3L8PwZk5/KbHS/iYnI++sZsBdjRYx+7i4P6HIDSp2B587WjXzVQ3IGNy5/Xo8SgGfgq18G+DNI/Sx3hkCaipPtx6B4rpXazgDbHSuUniBh5dkI7Rtgutjshtf5tzC+67mBS4UcZLbHge8EkVB5GEfLgeER6RY3qnGnvrurfNz+yCcwv7VUanI3twQ==
- Cc: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx>, Community Manager <community.manager@xxxxxxxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- Delivery-date: Mon, 09 Dec 2024 19:20:36 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 2024-12-09 04:29, Jan Beulich wrote:
On 05.12.2024 20:50, Jason Andryuk wrote:
Signed-off-by: Jason Andryuk <jason.andryuk@xxxxxxx>
---
It only works for x86, but it isn't x86-specific. I chose to add it as
a generic entry instead of listing it as x86.
Which probably is fine, yet then ...
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,7 @@ The format is based on [Keep a
Changelog](https://keepachangelog.com/en/1.0.0/)
### Added
- On Arm:
- Experimental support for Armv8-R.
+ - xl suspend/resume subcommands.
... you'd want to name the limitation to x86 here anyway, I think. Unless
there are firm plans to remove the limitation by 4.20 going out.
No, I don't think there are any plans to remove the limitation.
This seems weird since the feature depends on platform implementations
of hypercalls and library plumbing:
- On x86:
- xl suspend/resume subcommands.
Whereas this seems unusual since it's not following the above format:
- xl suspend/resume subcommands (x86 only).
I guess I'd put it under "On x86" if I had to choose.
Regards,
Jason
|