[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[REQUIREMENTS][PATCH v2 3/6] reqs: drop duplicate GIC version AoU
- To: xen-devel@xxxxxxxxxxxxxxxxxxxx
- From: Mykola Kvach <mykola_kvach@xxxxxxxx>
- Date: Fri, 17 Jul 2026 10:11:24 +0300
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=epam.com; dmarc=pass action=none header.from=epam.com; dkim=pass header.d=epam.com; arc=none
- 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=kIVFKNcVZQjluf7v8uIph/veqYCABO1SJTrjKkjRvQI=; b=BB7M9daJwYG0iuordhKGQch1PG37Ol3UOTVCnQlfLCZXMfWysO5IqATsAS9ly4Up8GpVUfz9R4vvpgI+5kDPv5Kb4qreV9/2tzv40NukR+6NTUStpqwkr+lYc5WBsN9VOWXG6qdPvFjaxxaTrhq9ZbdqmnQRYdKPy5x/gSupuVt9acizG3GJ8ZvZg1dBWA4HEWLvJvfc+IoA/PJape+ln2KNAjWiuu91fxpUZ+hGA6ScPYIKOvYX1dEnTDNhVegGJemknUyDB6k+CMr/bpodGHmnbYWf5dM+Arz+KYFXLXvNUQT5/ZkHpPquzmAyglI4YVhBCYOOcDFcHE46u6TbSA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=GeX8eAquuO6af4SypcfKt5melDVadpaEcg2+6aEx0r0JMUfAtGiJn1NBGbzV3wMvCF6y2K9F0zbHRdUqAtq6IclPEaNtfmyy0p4DddgU5hSdXDQ/kjdETuL6WvP/MoGvFr9rtbOwSYmLFcOx29EzutZrn4RVr1cFNc0t6PCwws015BGjRajm9EcDn0YfkhY9uwsCmbDTxyzJAVYSxY2fHzuW8LjB8ZkhL4DQER8T2AZ4Hy47xnzVYwX8lHthrNT25PXOcquo0MS0bzI2ZwG788PPxnlwH8MtjAW9VcoxCEXtudyWcSu6R9BwnQ/FXP8f3teLhoaK3uraB9I+5divng==
- Authentication-results: eu.smtp.expurgate.cloud; dkim=pass header.s=selector1 header.d=epam.com header.i="@epam.com" header.h="From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck"
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=epam.com;
- Delivery-date: Fri, 17 Jul 2026 07:12:10 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
reqs: drop duplicate GIC version AoU
Drop the AoU requiring GICv3 hardware.
The certification scope also includes GICv4.1, while the supported
physical GIC version is already specified by the corresponding PRQ.
Signed-off-by: Mykola Kvach <mykola_kvach@xxxxxxxx>
---
Changes in v2:
- drop AoU instead of moving.
---
.../arm64/gicv3.rst | 13 -------------
1 file changed, 13 deletions(-)
diff --git
a/software_safety_reqs/domain_creation_and_runtime/domain_partially_emulated_resources/arm64/gicv3.rst
b/software_safety_reqs/domain_creation_and_runtime/domain_partially_emulated_resources/arm64/gicv3.rst
index e16576f..2c146f0 100644
---
a/software_safety_reqs/domain_creation_and_runtime/domain_partially_emulated_resources/arm64/gicv3.rst
+++
b/software_safety_reqs/domain_creation_and_runtime/domain_partially_emulated_resources/arm64/gicv3.rst
@@ -7,19 +7,6 @@ The following are the requirements related to ARM Generic
Interrupt
Controller, version 3 [1] interface (hereafter, GICv3) exposed by Xen
to Arm64 domains.
-Assumption of Use on the Physical Platform
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-GICv3 shall be present in the hardware
---------------------------------------
-
-`XenAoU~arm64_platform_gicv3_presence~1`
-
-Description:
-The physical platform shall have the ARM Generic Interrupt Controller, version
3.
-
-Rationale:
-
Assumption of Use on a VM
^^^^^^^^^^^^^^^^^^^^^^^^^
--
2.43.0
|