Changeset 27971 in vbox
- Timestamp:
- Apr 2, 2010 10:51:35 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/VMMDevInterface.cpp
r27930 r27971 468 468 469 469 470 /** @todo r=bird: Convert from 4KB to 1KB units? 471 * CollectorGuestHAL::getGuestMemLoad says it returns KB units to 472 * preCollect(). I might be wrong ofc, this is convoluted code... */ 470 473 if (pGuestStats->u32StatCaps & VBOX_GUEST_STAT_PHYS_MEM_TOTAL) 471 474 guest->SetStatistic(pGuestStats->u32CpuId, GUESTSTATTYPE_MEMTOTAL, pGuestStats->u32PhysMemTotal);
Note:
See TracChangeset
for help on using the changeset viewer.