VirtualBox

Changeset 27971 in vbox


Ignore:
Timestamp:
Apr 2, 2010 10:51:35 PM (15 years ago)
Author:
vboxsync
Message:

VMMDevInterface.cpp: Added remark about what looks like a missing PAGE_SIZE -> 1KB unit conversion in vmmdevReportStatistics.

File:
1 edited

Legend:

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

    r27930 r27971  
    468468
    469469
     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... */
    470473    if (pGuestStats->u32StatCaps & VBOX_GUEST_STAT_PHYS_MEM_TOTAL)
    471474        guest->SetStatistic(pGuestStats->u32CpuId, GUESTSTATTYPE_MEMTOTAL, pGuestStats->u32PhysMemTotal);
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