VirtualBox

Changeset 81841 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Nov 14, 2019 2:12:01 AM (5 years ago)
Author:
vboxsync
Message:

PDM: Defined a total PDM device instance limit of 4MB (for now). Need some 2.5MB for ATA. [fix] bugref:9218

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/PDMInternal.h

    r81413 r81841  
    7373# define PDMCRITSECTRW_STRICT
    7474#endif
     75
     76/** The maximum device instance (total) size, ring-0/raw-mode capable devices. */
     77#define PDM_MAX_DEVICE_INSTANCE_SIZE    _4M
     78/** The maximum device instance (total) size, ring-3 only devices. */
     79#define PDM_MAX_DEVICE_INSTANCE_SIZE_R3 _8M
     80
    7581
    7682
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