[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] docs: fusa: Add requirements for emulated uart
- To: Ayan Kumar Halder <ayan.kumar.halder@xxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Michal Orzel <michal.orzel@xxxxxxx>
- Date: Tue, 3 Sep 2024 14:30:03 +0200
- 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=FiStMwDmiFWjS5BWuVxjBf9OajUdcU5WV6YkOvSB6mk=; b=hyTh8zZYnX/Nl3ZfJipu/ifGW/nubShBKwYu1l5W6vQ2bKc5IK8hXc3QdXbVqP+TCNTsxNouIL//b3poSmC14PBiGH+U1Mn6ThSDUMLN5su/kfKAHniNVMOUZYITRuJNFuFcXevAC9V0ntpHpShnNjrHvfNeHqkrMfwNHyLCy1NOzPTEvHBt8bSTjgRqfIZI3f0rHt4RzEYputigCUiAaRwpNK1fbE1dLBz/jsAYT6WLFGrUvJmfBngl53/rIagrU6Ty6qPrNJuBDcXVoxD+XU41fARRZCeXZgl9RPuZ4RdVcTo1l/6YUipr8Bu926EG/bLI43C0o1FoczyY8cVQMg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=leRzyi2haiA2xo5n73QhYXNVgrKHQGV51pAFmNjDDar/ZFsPF6+zLopWGIVmkGepKXFk85kuiml5gtFkpuIWNH63MBMZTj+hwBMvN1emRtAtR+ggU9N6UyPqjFMTM1O0W90YIKzLjedvJoYl6OJe+YI5WLp2dqRRPqPosbyZ/GBeUXTIXb6ZylDSweNFUEoApok5bYtAtKkQzlVZLPOIxVwNcKlM3oSKsvAdP7PZ3htdXcQobREtPfCmVMwkoNZyqg3huMVoq9N+ppMcBFVwprnlNHR6YczOqtDEz1xzo0spEaZC2ymVzziT1AEWE21rXCpErQcemaIrT0arhmTiBA==
- Cc: Stefano Stabellini <sstabellini@xxxxxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>, Artem Mygaiev <artem_mygaiev@xxxxxxxx>, "Hisao Munakata" <hisao.munakata.vt@xxxxxxxxxxx>
- Delivery-date: Tue, 03 Sep 2024 12:30:20 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 29/08/2024 15:33, Ayan Kumar Halder wrote:
> From: Michal Orzel <michal.orzel@xxxxxxx>
>
> Add the requirements for emulated SBSA UART.
>
> Signed-off-by: Michal Orzel <michal.orzel@xxxxxxx>
> Signed-off-by: Ayan Kumar Halder <ayan.kumar.halder@xxxxxxx>
> ---
> .../fusa/reqs/design-reqs/arm64/sbsa-uart.rst | 224 ++++++++++++++++++
> docs/fusa/reqs/market-reqs/reqs.rst | 31 +++
> docs/fusa/reqs/product-reqs/arm64/reqs.rst | 21 ++
> 3 files changed, 276 insertions(+)
> create mode 100644 docs/fusa/reqs/design-reqs/arm64/sbsa-uart.rst
>
[...]
> diff --git a/docs/fusa/reqs/market-reqs/reqs.rst
> b/docs/fusa/reqs/market-reqs/reqs.rst
> index 9c98c84a9a..b69699e5fb 100644
> --- a/docs/fusa/reqs/market-reqs/reqs.rst
> +++ b/docs/fusa/reqs/market-reqs/reqs.rst
> @@ -15,6 +15,22 @@ Rationale:
>
> Comments:
>
> +Needs:
> + - XenProd
> +
> +Run virtualization unaware VMs
> +------------------------------
> +
> +`XenMkt~run_virtualization_unaware_vms~1`
> +
> +Description:
> +Xen shall run VMs which haven't been modified for Xen.
> +
> +Rationale:
> +Any kernel/RTOS can run as a VM on top of Xen.
You cannot say that as it is far from being true. For booting guests, Xen
follows e.g. Linux Image protocol
which means more than just a header on top of the image. I would remove this
rationale.
~Michal
|