Skip to content

Commit

Permalink
xenalyze: sync with vmx.h, use EXIT_REASON_VMXON
Browse files Browse the repository at this point in the history
Signed-off-by: Olaf Hering <[email protected]>
Reviewed-by: George Dunlap <[email protected]>
  • Loading branch information
olafhering authored and gwd committed Jul 28, 2023
1 parent 7eb7f70 commit 85b0029
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/xentrace/xenalyze.c
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ struct {
#define EXIT_REASON_VMRESUME 24
#define EXIT_REASON_VMWRITE 25
#define EXIT_REASON_VMXOFF 26
#define EXIT_REASON_VMON 27
#define EXIT_REASON_VMXON 27
#define EXIT_REASON_CR_ACCESS 28
#define EXIT_REASON_DR_ACCESS 29
#define EXIT_REASON_IO_INSTRUCTION 30
Expand Down Expand Up @@ -523,7 +523,7 @@ const char * hvm_vmx_exit_reason_name[HVM_VMX_EXIT_REASON_MAX] = {
[EXIT_REASON_VMRESUME]="VMRESUME",
[EXIT_REASON_VMWRITE]="VMWRITE",
[EXIT_REASON_VMXOFF]="VMXOFF",
[EXIT_REASON_VMON]="VMON",
[EXIT_REASON_VMXON]="VMXON",
[EXIT_REASON_CR_ACCESS]="CR_ACCESS",
[EXIT_REASON_DR_ACCESS]="DR_ACCESS",
[EXIT_REASON_IO_INSTRUCTION]="IO_INSTRUCTION",
Expand Down

0 comments on commit 85b0029

Please sign in to comment.