x86/EPT: also force EMT re-evaluation if pinned ranges change
authorJan Beulich <jbeulich@suse.com>
Fri, 2 May 2014 08:51:32 +0000 (10:51 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 2 May 2014 08:51:32 +0000 (10:51 +0200)
commit35d1c20b85156eea6b6c3af32b6bad7b9caf6315
tree29309ec9382515083e17489f8c37b2664ffeea7c
parentaaef67041b6974800ab8f421900559db14bb5903
x86/EPT: also force EMT re-evaluation if pinned ranges change

This was inadvertently left out of aa9114ed ("x86/EPT: force
re-evaluation of memory type as necessary"). Note that this
intentionally doesn't use memory_type_changed(): Changes to the pinned
ranges are independent of IOMMU presence, which that function uses to
determine whether to call the underlying p2m_memory_type_changed().

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Kevin Tian <kevin.tian@intel.com>
Reviewed-by: Tim Deegan <tim@xen.org>
xen/arch/x86/hvm/mtrr.c