Re: [RFC/PATCH v2 00/12] Gunyah hypervisor support

2024-05-16 Thread Srivatsa Vaddagiri
* Srivatsa Vaddagiri [2024-05-16 14:33:08]: > Appreciate any quick comments you have. This is v2 that I intend to publish on > qemu lists. Main changes since v1 is adding support for protected VM. Pls ignore this !

[RFC/PATCH v2 00/12] Gunyah hypervisor support

2024-05-16 Thread Srivatsa Vaddagiri
Gunyah is an open-source Type-1 hypervisor, that is currently supported on ARM64 architecture. Source code for it can be obtained from: https://github.com/quic/gunyah-hypervisor This patch series adds support for Gunyah hypervisor via a new accelerator option, 'gunyah'. This patch series is bas

[RFC/PATCH v2 00/12] Gunyah hypervisor support

2024-05-16 Thread Srivatsa Vaddagiri
Appreciate any quick comments you have. This is v2 that I intend to publish on qemu lists. Main changes since v1 is adding support for protected VM. === Gunyah is an open-source Type-1 hypervisor, that is currently supported on ARM64 architecture. Source code for it can be obtained from: htt