Searched +full:gunyah +full:- +full:resource +full:- +full:manager (Results 1 – 3 of 3) sorted by relevance
1 # 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 Hypervisor10 - 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 IDs15 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 …]
1 .. SPDX-License-Identifier: GPL-2.04 Gunyah Hypervisor10 message-queue12 Gunyah is a Type-1 hypervisor which is independent of any OS kernel, and runs in15 security and can support a much smaller trusted computing base than a Type-218 Gunyah is an open source hypervisor. The source repository is available at19 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 …]
1 .. SPDX-License-Identifier: GPL-2.05 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-duplex11 fixed at creation of the message queue. Resource manager is presently the only15 communication with the resource manager adds a header field for sending longer28 2. Gunyah raises the corresponding interrupt for VM_B (Rx vIRQ) when any of32 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 message44 Clear-to-Send.[all …]