VirtualBox

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


Ignore:
Timestamp:
Aug 11, 2021 8:19:20 PM (3 years ago)
Author:
vboxsync
Message:

VMM/PDMCritSectRwEnterExcl: Implemented waiting in most ring-0 contexts. bugref:6695

Location:
trunk/include/VBox/vmm
Files:
2 edited

Legend:

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

    r90597 r90634  
    13281328        struct PDM s;
    13291329#endif
    1330         uint8_t     padding[8256];      /* multiple of 64 */
     1330        uint8_t     padding[8320];      /* multiple of 64 */
    13311331    } pdm;
    13321332
     
    14631463
    14641464    /** Padding for aligning the structure size on a page boundrary. */
    1465     uint8_t         abAlignment2[1304 - sizeof(PVMCPUR3) * VMM_MAX_CPU_COUNT];
     1465    uint8_t         abAlignment2[1240 - sizeof(PVMCPUR3) * VMM_MAX_CPU_COUNT];
    14661466
    14671467    /* ---- end small stuff ---- */
  • trunk/include/VBox/vmm/vm.mac

    r90597 r90634  
    144144    .mm                     resb 192
    145145    alignb 64
    146     .pdm                    resb 8256
     146    .pdm                    resb 8320
    147147    alignb 64
    148148    .iom                    resb 1152
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