K 10 svn:author V 4 neel K 8 svn:date V 27 2014-01-07T18:53:14.349768Z K 7 svn:log V 280 Fix a bug introduced in r260167 related to VM-exit tracing. Keep a copy of the 'rip' and the 'exit_reason' and use that when calling vmx_exit_trace(). This is because both the 'rip' and 'exit_reason' can be changed by 'vmx_exit_process()' and can lead to very misleading traces. END