mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
FROMLIST: dt-bindings: hypervisor: Add MediaTek GenieZone hypervisor
Add documentation for GenieZone(gzvm) node. This node informs gzvm driver to start probing if geniezone hypervisor is available and able to do virtual machine operations. Change-Id: Ie448a33b8981ee25fe36231a10af5c1372d23012 Signed-off-by: Yingshiuan Pan <yingshiuan.pan@mediatek.com> Signed-off-by: Liju Chen <liju-clr.chen@mediatek.com> Signed-off-by: Yi-De Wu <yi-de.wu@mediatek.com> Bug: 280363874 Link: https://lore.kernel.org/lkml/20230727080005.14474-3-yi-de.wu@mediatek.com/
This commit is contained in:
@@ -0,0 +1,31 @@
|
|||||||
|
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
||||||
|
%YAML 1.2
|
||||||
|
---
|
||||||
|
$id: http://devicetree.org/schemas/hypervisor/mediatek,geniezone-hyp.yaml#
|
||||||
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
||||||
|
|
||||||
|
title: MediaTek GenieZone hypervisor
|
||||||
|
|
||||||
|
maintainers:
|
||||||
|
- Yingshiuan Pan <yingshiuan.pan@mediatek.com>
|
||||||
|
|
||||||
|
description:
|
||||||
|
This interface is designed for integrating GenieZone hypervisor into Android
|
||||||
|
Virtualization Framework(AVF) along with Crosvm as a VMM.
|
||||||
|
It acts like a wrapper for every hypercall to GenieZone hypervisor in
|
||||||
|
order to control guest VM lifecycles and virtual interrupt injections.
|
||||||
|
|
||||||
|
properties:
|
||||||
|
compatible:
|
||||||
|
const: mediatek,geniezone-hyp
|
||||||
|
|
||||||
|
required:
|
||||||
|
- compatible
|
||||||
|
|
||||||
|
additionalProperties: false
|
||||||
|
|
||||||
|
examples:
|
||||||
|
- |
|
||||||
|
hypervisor {
|
||||||
|
compatible = "mediatek,geniezone-hyp";
|
||||||
|
};
|
||||||
@@ -8669,6 +8669,7 @@ GENIEZONE HYPERVISOR DRIVER
|
|||||||
M: Yingshiuan Pan <yingshiuan.pan@mediatek.com>
|
M: Yingshiuan Pan <yingshiuan.pan@mediatek.com>
|
||||||
M: Ze-Yu Wang <ze-yu.wang@mediatek.com>
|
M: Ze-Yu Wang <ze-yu.wang@mediatek.com>
|
||||||
M: Yi-De Wu <yi-de.wu@mediatek.com>
|
M: Yi-De Wu <yi-de.wu@mediatek.com>
|
||||||
|
F: Documentation/devicetree/bindings/hypervisor/mediatek,geniezone-hyp.yaml
|
||||||
F: Documentation/virt/geniezone/
|
F: Documentation/virt/geniezone/
|
||||||
|
|
||||||
GENWQE (IBM Generic Workqueue Card)
|
GENWQE (IBM Generic Workqueue Card)
|
||||||
|
|||||||
Reference in New Issue
Block a user