VirtualBox

Changeset 45474 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Apr 10, 2013 8:25:33 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
84919
Message:

VMM: Remove unused error codes, use more specific error codes. Restore CR4 on VMXON failures in the new VT-x code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/hm_vmx.h

    r45411 r45474  
    14731473       "jmp      2f                                             \n\t"
    14741474       "1:                                                      \n\t"
    1475        "movl     $"STR(VERR_VMX_GENERIC)", %0                   \n\t"
     1475       "movl     $"STR(VERR_VMX_VMXON_FAILED)", %0              \n\t"
    14761476       "2:                                                      \n\t"
    14771477       "add      $8, %%esp                                      \n\t"
     
    14981498vmxon_good:
    14991499        jnz     the_end
    1500         mov     dword ptr [rc], VERR_VMX_GENERIC
     1500        mov     dword ptr [rc], VERR_VMX_VMXON_FAILED
    15011501the_end:
    15021502        add     esp, 8
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette