Home
last modified time | relevance | path

Searched +full:gunyah +full:- +full:resource +full:- +full:manager (Results 1 – 3 of 3) sorted by relevance

/Documentation/devicetree/bindings/firmware/
Dgunyah-hypervisor.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/firmware/gunyah-hypervisor.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Gunyah Hypervisor
10 - Prakruthi Deepak Heragu <quic_pheragu@quicinc.com>
11 - Elliot Berman <quic_eberman@quicinc.com>
14 Gunyah virtual machines use this information to determine the capability IDs
15 of the message queues used to communicate with the Gunyah Resource Manager.
16 …See also: https://github.com/quic/gunyah-resource-manager/blob/develop/src/vm_creation/dto_constru…
[all …]
/Documentation/virt/gunyah/
Dindex.rst1 .. SPDX-License-Identifier: GPL-2.0
4 Gunyah Hypervisor
10 message-queue
12 Gunyah is a Type-1 hypervisor which is independent of any OS kernel, and runs in
15 security and can support a much smaller trusted computing base than a Type-2
18 Gunyah is an open source hypervisor. The source repository is available at
19 https://github.com/quic/gunyah-hypervisor.
21 Gunyah provides these following features.
23 - Scheduling:
25 A scheduler for virtual CPUs (vCPUs) on physical CPUs enables time-sharing
[all …]
Dmessage-queue.rst1 .. SPDX-License-Identifier: GPL-2.0
5 Message queue is a simple low-capacity IPC channel between two virtual machines.
7 message queue is unidirectional and buffered in the hypervisor. A full-duplex
11 fixed at creation of the message queue. Resource manager is presently the only
15 communication with the resource manager adds a header field for sending longer
28 2. Gunyah raises the corresponding interrupt for VM_B (Rx vIRQ) when any of
32 queue is being used to implement an RPC-like interface.
38 3. VM_B calls gunyah_msgq_recv() and Gunyah copies message to requested buffer.
40 4. Gunyah raises the corresponding interrupt for VM_A (Tx vIRQ) when the message
44 Clear-to-Send.
[all …]