On 10/08/2017 23:36, David Hildenbrand wrote: > Let's reuse the function introduced with eptp switching. > > We don't explicitly have to check against enable_ept_ad_bits, as this > is implicitly done when checking against nested_vmx_ept_caps in > valid_ept_address(). > > Signed-off-by: David Hildenbrand <david@xxxxxxxxxx> > --- > > Am I missing these checks at some other place? No, there is mmu_check_root but it's not what we want here. Paolo