K 10 svn:author V 4 neel K 8 svn:date V 27 2013-07-10T07:21:59.857824Z K 7 svn:log V 371 Move instruction emulation out of the critical section since it may need to sleep waiting for the underlying page to be swapped in. The processor-specific code now simply identifies the EPT fault as one triggered during instruction execution and fills in the collateral (e.g. gpa, gla, cr3). The instruction fetch, decode and emulation is then done in the vm_run loop. END