From 36be0b9deb23161e9eba962c215aece551113a15 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Mon, 24 Feb 2014 12:30:04 +0100 Subject: [PATCH] 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-format-patch failed