K 10 svn:author V 4 neel K 8 svn:date V 27 2013-07-08T19:40:50.804005Z K 7 svn:log V 351 Fault in guest memory in response to EPT faults. The EPT faults are distinguished as follows: - Faults that point to an address that is assigned to a "memory" region will be resolved using vm_fault() - All other EPT faults are resolved via instruction emulation under the assumption that they happened because of an instruction accessing MMIO. END