VirtualBox

Changeset 65850 in vbox for trunk/src/VBox/Devices/VMMDev


Ignore:
Timestamp:
Feb 23, 2017 10:16:04 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
113619
Message:

Devices/Main: don't set RamSize and RamHole explicitly for DevACPI, DevEFI, DevPcBios and VMMDev but use the MMR3Phys* API for that. This simplifies and unifies the calculation of RAM below 4GB and RAM above 4GB. Also renamed PciPref64Limit to PciPref64LimitGB to show that the limit is in GB.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/VMMDev/VMMDev.cpp

    r65712 r65850  
    40184018                                  "KeepCredentials|"
    40194019                                  "HeapEnabled|"
    4020                                   "RamSize|"
    40214020                                  "RZEnabled|"
    40224021                                  "GuestCoreDumpEnabled|"
     
    40304029                                  ,
    40314030                                  "");
    4032 
    4033     rc = CFGMR3QueryU64(pCfg, "RamSize", &pThis->cbGuestRAM);
    4034     if (RT_FAILURE(rc))
    4035         return PDMDEV_SET_ERROR(pDevIns, rc,
    4036                                 N_("Configuration error: Failed querying \"RamSize\" as a 64-bit unsigned integer"));
    40374031
    40384032    rc = CFGMR3QueryBoolDef(pCfg, "GetHostTimeDisabled", &pThis->fGetHostTimeDisabled, false);
     
    41154109    /** @todo image-to-load-filename? */
    41164110#endif
     4111
     4112    pThis->cbGuestRAM = MMR3PhysGetRamSize(PDMDevHlpGetVM(pDevIns));
    41174113
    41184114    /*
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette