commit | eb90f3417a0cc4880e979ccc84e41890d410ea5b | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Sun Dec 18 14:02:21 2016 +0100 |
committer | Radim Krčmář <rkrcmar@redhat.com> | Mon Jan 09 14:48:00 2017 +0100 |
tree | e2fb1a6d70e064e30706848ae6a2899f21e8cc2a | |
parent | 0f1e261ead16ce09169bf2d223d4c8803576f85e [diff] |
KVM: vmx: speed up TPR below threshold vmexits Since we're already in VCPU context, all we have to do here is recompute the PPR value. That will in turn generate a KVM_REQ_EVENT if necessary. Reviewed-by: Roman Kagan <rkagan@virtuozzo.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>