mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
Instead of calling core to run/pause a VCPU, go directly to the kernel. Apart from the performance win, it would otherwise involve a more complex protocol, when a VCPU on another core has to be removed from the scheduler. Core's entrypoint handling those request runs on the boot-cpu only. Ref #3926