VirtualBox

Changeset 92358 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Nov 11, 2021 11:05:15 AM (3 years ago)
Author:
vboxsync
Message:

include/VBox/vmm/vm.h: Reserve some more space for the NEM part of VMCPU, taking form the alignment, bugref:9044 [fix]

File:
1 edited

Legend:

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

    r92353 r92358  
    192192        struct NEMCPU       s;
    193193#endif
    194         uint8_t             padding[2560];      /* multiple of 64 */
     194        uint8_t             padding[4608];      /* multiple of 64 */
    195195    } nem;
    196196
     
    282282
    283283    /** Align the following members on page boundary. */
    284     uint8_t                 abAlignment2[696];
     284    uint8_t                 abAlignment2[2744];
    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