Changeset 4533 in vbox for trunk/src/VBox/Main
- Timestamp:
- Sep 5, 2007 1:18:07 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/VMMDevInterface.cpp
r4532 r4533 440 440 DECLCALLBACK(int) vmmdevChangeMemoryBalloon(PPDMIVMMDEVCONNECTOR pInterface, bool fInflate, uint32_t cPages, RTGCPHYS *aPhysPage) 441 441 { 442 if ( cPages != 256442 if ( cPages != VMMDEV_MEMORY_BALLOON_CHUNK_PAGES 443 443 || !aPhysPage) 444 444 return VERR_INVALID_PARAMETER;
Note:
See TracChangeset
for help on using the changeset viewer.