VirtualBox

Changeset 47999 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Aug 22, 2013 4:03:03 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
88324
Message:

VMM/HM: Better error reporting for unsupported VT-x feature combos.

File:
1 edited

Legend:

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

    r47760 r47999  
    9494AssertCompileSize(VMXRESTOREHOST, 56);
    9595
     96/** @name VMX HM-error codes for VERR_HM_UNSUPPORTED_CPU_FEATURE_COMBO.
     97 *  UFC = Unsupported Feature Combination.
     98 * @{
     99 */
     100/** Unsupported pin-based VM-execution controls combo. */
     101#define VMX_UFC_CTRL_PIN_EXEC                                   0
     102/** Unsupported processor-based VM-execution controls combo. */
     103#define VMX_UFC_CTRL_PROC_EXEC                                  1
     104/** Unsupported pin-based VM-execution controls combo. */
     105#define VMX_UFC_CTRL_PROC_MOV_DRX_EXIT                          2
     106/** Unsupported VM-entry controls combo. */
     107#define VMX_UFC_CTRL_ENTRY                                      3
     108/** Unsupported VM-exit controls combo. */
     109#define VMX_UFC_CTRL_EXIT                                       4
     110/** MSR storage capacity of the VMCS autoload/store area is not sufficient
     111 *  for storing host MSRs. */
     112#define VMX_UFC_INSUFFICIENT_HOST_MSR_STORAGE                   5
     113/** MSR storage capacity of the VMCS autoload/store area is not sufficient
     114 *  for storing guest MSRs. */
     115#define VMX_UFC_INSUFFICIENT_GUEST_MSR_STORAGE                  6
     116/** @} */
     117
    96118/** @name VMX HM-error codes for VERR_VMX_INVALID_GUEST_STATE.
     119 *  IGS = Invalid Guest State.
    97120 * @{
    98121 */
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