[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/2] xen: Add static event channel in SUPPORT.md on ARM
- To: Rahul Singh <rahul.singh@xxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- From: Ayan Kumar Halder <ayankuma@xxxxxxx>
- Date: Mon, 26 Sep 2022 09:41:44 +0100
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=amd.com; dmarc=pass action=none header.from=amd.com; dkim=pass header.d=amd.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=CmnPbBvRwJJ0v6/KydytTfPjn46lb/PXbnpqMrg2H10=; b=knDEEIAnDIio9WIPdu3qwtCWSgSp1Ug8a+QR9xhpW5keigEYCAsAXf4j5X3TH7+nztWwxqIUM9iAiHFHvniyY7WRZGHw4XlwFuXqoaXzx5y5fz5w7iePBYVSa4K4C3SqJkX4aOxGYx+kzfqkDwCWIm+2mWu2fCaI3zgbTG5cKTmU+soRxr0ck3q5hZManVcjk0hDY35jWzixC+gKHpQKPL3hnC/gI7qLXoy/uwYl5WRkAUvqJq0tUEBbtHswEYyYhMg/ELbWuNQwHwNE/wuXT8mcJX/T8M6FA9r0CFbASlDHVcE0ksjpuOBduTgi12/czln3adgxQwXx+IbuqC4TiQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=SX5eax7kLne2lvsqUE07e10zMehzayLVe3mUgglgISEKR6ueyAVwAy/6ya+9PoB/08QUodjjfCMknLGzZZN6cGxxZTBGLl37Mpf1ADWzJ2JWwGekjFJJxxlstQWg4c200Gzz4kpT9Umk6hdGtPskuRsDZB3GYFwCVY6QMCu7ygzCzZc0lL45H32WUxavx4BkVbXFjDIK7qz/npNU72gHvPpf65S+oV3K4P1GexAGE+Pl4FlixiQiLcNuRuq1+FokicApTbVE1+7MHdQ3P64gdUr9Y+iY7Amv86ODO68Pc4Hbexkrt0xnC2R5fY0l/GNznZWF/4zjyyGGi3XmS5OZvA==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=amd.com;
- Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>, Jan Beulich <jbeulich@xxxxxxxx>, Julien Grall <julien@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>
- Delivery-date: Mon, 26 Sep 2022 08:41:56 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 23/09/2022 12:02, Rahul Singh wrote:
CAUTION: This message has originated from an External Source. Please use proper
judgment and caution when opening attachments, clicking links, or responding to
this email.
Static event channel support is tech preview, which shall be documented
in SUPPORT.md
Signed-off-by: Rahul Singh <rahul.singh@xxxxxxx>
Reviewed-by: Ayan Kumar Halder <ayankuma@xxxxxxx>
---
SUPPORT.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/SUPPORT.md b/SUPPORT.md
index 8ebd63ad82..29f74ac506 100644
--- a/SUPPORT.md
+++ b/SUPPORT.md
@@ -922,6 +922,13 @@ bootscrub=off are passed as Xen command line parameters.
(Memory should
be scrubbed with bootscrub=idle.) No XSAs will be issues due to
unscrubbed memory.
+## Static Event Channel
+
+Allow to setup the static event channel on dom0less system, enabling domains
+to send/receive notifications.
+
+ Status, ARM: Tech Preview
+
# Format and definitions
This file contains prose, and machine-readable fragments.
--
2.25.1
|