Changeset 29565 in vbox
- Timestamp:
- May 17, 2010 3:22:41 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/MachineImpl.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r29480 r29565 1480 1480 STDMETHODIMP Machine::COMSETTER(PageFusionEnabled) (BOOL enabled) 1481 1481 { 1482 /* This must match GMMR0Init; currently we only support memory ballooningon 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 */ 1483 1483 #if HC_ARCH_BITS == 64 && (defined(RT_OS_WINDOWS) || defined(RT_OS_SOLARIS) || defined(RT_OS_LINUX) || defined(RT_OS_FREEBSD)) 1484 1484 AutoCaller autoCaller(this);
Note:
See TracChangeset
for help on using the changeset viewer.

