From: Paolo Bonzini Date: Mon, 24 Feb 2014 11:30:04 +0000 (+0100) Subject: KVM: x86: Add nested virtualization support for MPX X-Git-Tag: v3.15-rc1~118^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36be0b9deb23161;p=pandora-kernel.git KVM: x86: Add nested virtualization support for MPX This is simple to do, the "host" BNDCFGS is either 0 or the guest value. However, both controls have to be present. We cannot provide MPX if we only have one of the "load BNDCFGS" or "clear BNDCFGS" controls. Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed