From: Wincy Van Date: Tue, 3 Feb 2015 15:57:51 +0000 (+0800) Subject: KVM: nVMX: Enable nested virtual interrupt delivery X-Git-Tag: fixes-v4.0-rc1~113^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=608406e290ca31d8f217cb765ee50152b41a7c9c;p=pandora-kernel.git 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 Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed