On 09/13/2010 11:01 AM, Nadav Har'El wrote:
3. if (exit_reason& FAILED_ENTRY) vmcs12->vm_entry_intr_info_field = vmcs_read32(VM_ENTRY_INTR_INFO_FIELD);I think you meant the opposite condition? if (!(exit_reason& FAILED_ENTRY)) vmcs12->vm_entry_intr_info_field = vmcs_read32(VM_ENTRY_INTR_INFO_FIELD);
Dunno, I think both are subtly broken. -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
