Using the KVM API
Using the KVM API
Posted Oct 1, 2015 16:02 UTC (Thu) by pbonzini (subscriber, #60935)In reply to: Using the KVM API by josh
Parent article: Using the KVM API
Even if you implement in the kernel, it's hard to bypass all the stuff that KVM does at vmexit. The processor doesn't restore the whole host state at vmexit time, but KVM must restore at least whatever is needed to run Linux (e.g. the %fs base to access per_cpu variables).
