mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-26 22:29:19 +00:00
40445d7011
To enable the interaction of a VMM with the kernel directly, a hidden RPC gets introduced. It allows a kernel-specific base-library implementation of the Vm_session::Client to request a kernel-specific capability to address a VCPU, e.g., to run/stop it. Ref #3926