mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-27 06:39:22 +00:00
f4f2b456b6
This commit introduces a hypervisor calling interface. The host kernel can use it to either switch to a guest VM, or to invalidate the TLB with regard to a specified VM id. The VM-specific TLB invalidation is called whenever a VM (Vcpu) gets destroyed. Fix genodelabs/genode#4528