On Thu, Jul 27, 2023 at 03:59:53PM +0800, Yi-De Wu wrote:
This series is based on linux-next, tag: next-20230726.
GenieZone hypervisor(gzvm) is a type-1 hypervisor that supports various virtual
machine types and provides security features such as TEE-like scenarios and
secure boot. It can create guest VMs for security use cases and has
virtualization capabilities for both platform and interrupt. Although the
hypervisor can be booted independently, it requires the assistance of GenieZone
hypervisor kernel driver(gzvm-ko) to leverage the ability of Linux kernel for
vCPU scheduling, memory management, inter-VM communication and virtio backend
support.
Changes in v5:
- Add dt solution back for device initialization
Why? It's a software interface that you define and control. Make that
interface discoverable.
Rob