VirtualBox

Changeset 29565 in vbox


Ignore:
Timestamp:
May 17, 2010 3:22:41 PM (14 years ago)
Author:
vboxsync
Message:

Comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/MachineImpl.cpp

    r29480 r29565  
    14801480STDMETHODIMP Machine::COMSETTER(PageFusionEnabled) (BOOL enabled)
    14811481{
    1482     /* This must match GMMR0Init; currently we only support memory ballooning on all 64-bit hosts except Mac OS X */
     1482    /* This must match GMMR0Init; currently we only support page fusion on all 64-bit hosts except Mac OS X */
    14831483#if HC_ARCH_BITS == 64 && (defined(RT_OS_WINDOWS) || defined(RT_OS_SOLARIS) || defined(RT_OS_LINUX) || defined(RT_OS_FREEBSD))
    14841484    AutoCaller autoCaller(this);
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