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

[PATCH] docs: fusa: Replace VM with domain


  • To: <xen-devel@xxxxxxxxxxxxxxxxxxxx>
  • From: Ayan Kumar Halder <ayan.kumar.halder@xxxxxxx>
  • Date: Mon, 7 Oct 2024 19:26:03 +0100
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=lists.xenproject.org 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=K2kJUBNkb3E+6TTcKbhCoBVt/6sNVP7REmYo5B8QLqs=; b=AzyDN75mzHFlelOJ67ZPAQnQzjA9oQvl+elFiU7s2yFr8oR4lFbc0EsrouPb9xEqUDQpFSwIOzOcfbJfKe2Jvy4K8CbNYRpjevRv4AXjuhKS86YRB/8bBzNmGBuIJ5fEArLdAF8nr2MSMZse1zG36fSL+Kh8Fo9X87wsDtVo6IHv6ieI8XABUfRflKwIqqYXIG0uGEhrnbY8hiCxJMS9+OfpSVHhxKkyud4tXu+NDppth4tZ3lFxD1gPEe5FIC3jCGefeCJaOS1JWUn9DJRE0kqFDT4siPgJcg/4yB5C8pe/b8w39qwFhj1gA0dYkd6daQHiNIJOVhZu8DQrGEo6/w==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=hds3VkW6Ny1E8agi2EIasJT5mYbGqGsd3iy0c9U29DH3tUJjIPItzqcBuYioLdxmk8QJ0kqnMglgyl2evs5WJuUaad3UueIzryK4zIpni8C3kmgRNYJFMX3bnJ4dHHDApfxOhHGIYdgVOAtWK5Jm9qMym7sYt9coMJzFrh+Pfllm5JrEKIduvdx34yXajg0OWwdulgSjwnMc84KSBTgPGdcGCbRq0+aAPNBWlL1piER6uXbjsW3sbUADLLuGO7a+E+liI3BwFxlzIHOAI+ZkIbr6lo3py836bkfbLplXkIVBHbBAXyPBh1tTIpXzx0n8q0h83Y1UUjPKW7c7nMzUBw==
  • Cc: Ayan Kumar Halder <ayan.kumar.halder@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>, "Michal Orzel" <michal.orzel@xxxxxxx>, Artem Mygaiev <artem_mygaiev@xxxxxxxx>, "Hisao Munakata" <hisao.munakata.vt@xxxxxxxxxxx>
  • Delivery-date: Mon, 07 Oct 2024 18:26:42 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

We should use the word domain everywhere (instead of VM or guest).

Signed-off-by: Ayan Kumar Halder <ayan.kumar.halder@xxxxxxx>
---
 docs/fusa/reqs/market-reqs/reqs.rst        | 26 +++++++++++-----------
 docs/fusa/reqs/product-reqs/arm64/reqs.rst | 10 ++++-----
 2 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/docs/fusa/reqs/market-reqs/reqs.rst 
b/docs/fusa/reqs/market-reqs/reqs.rst
index e98f348cf4..f456788d96 100644
--- a/docs/fusa/reqs/market-reqs/reqs.rst
+++ b/docs/fusa/reqs/market-reqs/reqs.rst
@@ -3,13 +3,13 @@
 Functional Requirements
 =======================
 
-Run Arm64 VMs
--------------
+Run Arm64 domains
+-----------------
 
-`XenMkt~run_arm64_vms~1`
+`XenMkt~run_arm64_domains~1`
 
 Description:
-Xen shall run Arm64 VMs.
+Xen shall run Arm64 domains.
 
 Rationale:
 
@@ -18,13 +18,13 @@ Comments:
 Needs:
  - XenProd
 
-Provide timer to the VMs
-------------------------
+Provide timer to the domains
+----------------------------
 
-`XenMkt~provide_timer_vms~1`
+`XenMkt~provide_timer_domains~1`
 
 Description:
-Xen shall provide a timer to a VM.
+Xen shall provide a timer to a domain.
 
 Rationale:
 
@@ -33,17 +33,17 @@ Comments:
 Needs:
  - XenProd
 
-Provide console to the VMs
---------------------------
+Provide console to the domains
+------------------------------
 
-`XenMkt~provide_console_vms~1`
+`XenMkt~provide_console_domains~1`
 
 Description:
-Xen shall provide a console to a VM.
+Xen shall provide a console to a domain.
 
 Rationale:
 
 Comments:
 
 Needs:
- - XenProd
\ No newline at end of file
+ - XenProd
diff --git a/docs/fusa/reqs/product-reqs/arm64/reqs.rst 
b/docs/fusa/reqs/product-reqs/arm64/reqs.rst
index 97e90813ec..db91c47a02 100644
--- a/docs/fusa/reqs/product-reqs/arm64/reqs.rst
+++ b/docs/fusa/reqs/product-reqs/arm64/reqs.rst
@@ -16,8 +16,8 @@ Rationale:
 Comments:
 
 Covers:
- - `XenMkt~run_arm64_vms~1`
- - `XenMkt~provide_timer_vms~1`
+ - `XenMkt~run_arm64_domains~1`
+ - `XenMkt~provide_timer_domains~1`
 
 Needs:
  - XenSwdgn
@@ -35,8 +35,8 @@ Rationale:
 Comments:
 
 Covers:
- - `XenMkt~run_arm64_vms~1`
- - `XenMkt~provide_console_vms~1`
+ - `XenMkt~run_arm64_domains~1`
+ - `XenMkt~provide_console_domains~1`
 
 Needs:
- - XenSwdgn
\ No newline at end of file
+ - XenSwdgn
-- 
2.25.1




 


Rackspace

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