From: Jan Kiszka Date: Wed, 13 Mar 2013 10:30:50 +0000 (+0100) Subject: KVM: nVMX: Clean up and fix pin-based execution controls X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~32^2~98 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eabeaaccfca0ed61b8e00a09b8cfa703c4f11b59;p=pandora-kernel.git KVM: nVMX: Clean up and fix pin-based execution controls Only interrupt and NMI exiting are mandatory for KVM to work, thus can be exposed to the guest unconditionally, virtual NMI exiting is optional. So we must not advertise it unless the host supports it. Introduce the symbolic constant PIN_BASED_ALWAYSON_WITHOUT_TRUE_MSR at this chance. Reviewed-by:: Paolo Bonzini Signed-off-by: Jan Kiszka Signed-off-by: Gleb Natapov --- Reading git-diff-tree failed