VirtualBox

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


Ignore:
Timestamp:
Sep 6, 2018 2:57:41 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
124888
Message:

VMM/HMVMXR0: Fixed a minor bug in VM-entry failure detection.

File:
1 edited

Legend:

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

    r74114 r74121  
    22152215 */
    22162216#define VMX_EXIT_REASON_BASIC(a)                                ((a) & 0xffff)
     2217#define VMX_EXIT_REASON_HAS_ENTRY_FAILED(a)                     (((a) >> 31) & 1)
    22172218/** @} */
    22182219
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