Neither vmx nor svm trace anything, nor is there anything obvious
worth tracing.
Signed-off-by: George Dunlap <george.dunlap@cloud.com>
Release-acked-by: Henry Wang <Henry.Wang@arm.com>
Acked-by: Anthony PERARD <anthony.perard@citrix.com>
switch(h->exit_reason)
{
case VMEXIT_VINTR: /* Equivalent of PENDING_VIRT_INTR */
+ case VMEXIT_PAUSE:
return;
default:
break;
/* These just need us to go through the return path */
case EXIT_REASON_PENDING_VIRT_INTR:
case EXIT_REASON_TPR_BELOW_THRESHOLD:
+ case EXIT_REASON_PAUSE_INSTRUCTION:
/* Not much to log now; may need later */
case EXIT_REASON_WBINVD:
return;