Re: [PATCH 1/1] correctly handle VM Entry Exit reasons and also show them in trace.

2010-04-19 Thread Avi Kivity
On 04/18/2010 09:35 AM, Manish Regmi wrote: Hi, When the vm exit reason is VM Entry failures it has leftmost bit set. This patch - clears the leftmost bit when copying to vmx-exit_reason. This will make the checks like if ((vmx-exit_reason == EXIT_REASON_MCE_DURING_VMENTRY) valid in

[PATCH 1/1] correctly handle VM Entry Exit reasons and also show them in trace.

2010-04-18 Thread Manish Regmi
Hi, When the vm exit reason is VM Entry failures it has leftmost bit set. This patch - clears the leftmost bit when copying to vmx-exit_reason. This will make the checks like if ((vmx-exit_reason == EXIT_REASON_MCE_DURING_VMENTRY) valid in vmx_complete_interrupts. - adds two more EXIT_REASONS