VirtualBox

Changeset 90959 in vbox for trunk/include/VBox/vmm/vm.h


Ignore:
Timestamp:
Aug 27, 2021 2:03:28 PM (3 years ago)
Author:
vboxsync
Message:

VMM: VMCPU structure padding adjustment for windows. bugref:10086

File:
1 edited

Legend:

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

    r90634 r90959  
    219219        struct VMMCPU       s;
    220220#endif
    221         uint8_t             padding[960];       /* multiple of 64 */
     221        uint8_t             padding[1152];       /* multiple of 64 */
    222222    } vmm;
    223223
     
    282282
    283283    /** Align the following members on page boundary. */
    284     uint8_t                 abAlignment2[3128];
     284    uint8_t                 abAlignment2[2936];
    285285
    286286    /** PGM part. */
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