commit | 608406e290ca31d8f217cb765ee50152b41a7c9c | [log] [tgz] |
---|---|---|
author | Wincy Van <fanwenyi0529@gmail.com> | Tue Feb 03 23:57:51 2015 +0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Feb 03 17:07:38 2015 +0100 |
tree | 65987792d2f32410b87e2e2a0082c0381b3fee34 | |
parent | 82f0dd4b2749ece2e48509cbd768e9bcf44d2124 [diff] |
KVM: nVMX: Enable nested virtual interrupt delivery With virtual interrupt delivery, the hardware lets KVM use a more efficient mechanism for interrupt injection. This is an important feature for nested VMX, because it reduces vmexits substantially and they are much more expensive with nested virtualization. This is especially important for throughput-bound scenarios. Signed-off-by: Wincy Van <fanwenyi0529@gmail.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>