VirtualBox

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


Ignore:
Timestamp:
Oct 15, 2018 4:19:13 AM (6 years ago)
Author:
vboxsync
Message:

VMM/CPUM: Nested VMX: bugref:9180 Fix for 64-bit FFs.

File:
1 edited

Legend:

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

    r74798 r74833  
    671671        /** 0x3f8 - A subset of guest force flags that are saved while running the
    672672         *  nested-guest. */
     673#ifdef VMCPU_WITH_64_BIT_FFS
     674        uint64_t                fLocalForcedActions;
     675#else
    673676        uint32_t                fLocalForcedActions;
    674         uint8_t                 abPadding[4];
     677        uint32_t                fPadding;
     678#endif
    675679    } hwvirt;
    676680    /** @} */
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