x86/SVM: correct comments in vmcb.h
authorDushyant Behl <myselfdushyantbehl@gmail.com>
Fri, 16 Jun 2017 14:18:10 +0000 (16:18 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 16 Jun 2017 14:18:10 +0000 (16:18 +0200)
commit3910756987ccfac2d79fb8e4ca0f196522597b74
treef8f47dc4c04c295679e640df2417dda466177976
parent534ecddd8a961a44356fcab576bd68d6900bfa74
x86/SVM: correct comments in vmcb.h

The VMEXIT codes listed from EXCEPTION_PF to EXCEPTION_XF had comments
describe the exitcodes slightly shifted than the expected value.
The expected exitcode value for page-fault is 78 which should be 0x4E
and so on till exception XF.

Signed-off-by: Dushyant Behl <myselfdushyantbehl@gmail.com>
Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
xen/include/asm-x86/hvm/svm/vmcb.h