• A
    KVM: Use the scheduler preemption notifiers to make kvm preemptible · 15ad7146
    Avi Kivity 提交于
    Current kvm disables preemption while the new virtualization registers are
    in use.  This of course is not very good for latency sensitive workloads (one
    use of virtualization is to offload user interface and other latency
    insensitive stuff to a container, so that it is easier to analyze the
    remaining workload).  This patch re-enables preemption for kvm; preemption
    is now only disabled when switching the registers in and out, and during
    the switch to guest mode and back.
    
    Contains fixes from Shaohua Li <shaohua.li@intel.com>.
    Signed-off-by: NAvi Kivity <avi@qumranet.com>
    15ad7146
Kconfig 1.4 KB