[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC/PATCH v0 12/12] gunyah: Documentation
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [RFC/PATCH v0 12/12] gunyah: Documentation |
Date: |
Thu, 12 Oct 2023 06:52:04 +0200 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 |
Hi Srivatsa,
On 11/10/23 18:52, Srivatsa Vaddagiri wrote:
Add gunyah.rst that provide some informaiton on how to build and test
'gunyah' accelerator with open-source Gunyah hypervisor.
Signed-off-by: Srivatsa Vaddagiri <quic_svaddagi@quicinc.com>
---
MAINTAINERS | 1 +
docs/system/arm/gunyah.rst | 214 +++++++++++++++++++++++++++++++++++++
2 files changed, 215 insertions(+)
create mode 100644 docs/system/arm/gunyah.rst
+Limitations
+-----------
+
+Below features are not yet supported.
+
+* SMP (PSCI support needs to be added)
+* virtio-pci (support for which in Qemu seems to rely heavily on KVM, which
+ needs to be made multi-hypervisor friendly).
Is QUIC interested in working on that? My work introducing
AccelCPUState to make CPUState accel-agnostic was done in that
direction, but I didn't notice much interest in the community
so I unprioritized it.
Regards,
Phil.
[RFC/PATCH v0 01/12] hw/arm/virt: Avoid NULL pointer de-reference, Srivatsa Vaddagiri, 2023/10/11
[RFC/PATCH v0 05/12] gunyah: Support memory assignment, Srivatsa Vaddagiri, 2023/10/11
[RFC/PATCH v0 06/12] gunyah: Add IRQFD and IOEVENTFD functions, Srivatsa Vaddagiri, 2023/10/11