VirtualBox

Changeset 46655 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jun 19, 2013 12:46:36 PM (11 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Reflect any exception to the guest if event delivery of that exception caused an EPT violation/misconfig. of APIC-access VM-exit.

In this case the VM-exit interruption-information field won't be valid because the resulting VM-exit is -not- an exception.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/err.h

    r46508 r46655  
    19071907/** Undefined VM exit code. */
    19081908#define VERR_VMX_UNDEFINED_EXIT_CODE                (-4019)
    1909 /** Resume guest execution after injecting a double-fault. */
    1910 #define VINF_VMX_DOUBLE_FAULT                       4020
    19111909/** VMPTRLD failed; possibly because of invalid VMCS launch-state. */
    19121910#define VERR_VMX_VMPTRLD_FAILED                     (-4021)
     
    19791977/** Invalid HM64ON32OP value.  */
    19801978#define VERR_HM_INVALID_HM64ON32OP                  (-4116)
     1979/** Resume guest execution after injecting a double-fault. */
     1980#define VINF_HM_DOUBLE_FAULT                        4117
    19811981/** @} */
    19821982
Note: See TracChangeset for help on using the changeset viewer.

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