VirtualBox

Changeset 107407 in vbox for trunk/src


Ignore:
Timestamp:
Dec 30, 2024 12:56:50 PM (4 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166457
Message:

FE/Qt: bugref:9510. In case of manager UI an explicit check for GA state change is needed for the RAM chart.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/activity/vmactivity/UIVMActivityMonitor.cpp

    r106061 r107407  
    14011401        updateVMExitMetric(cTotalVMExits);
    14021402    }
     1403    /* In case of Manager UI we don't get addition state chage event, since it needs a new session etc.
     1404    * thus we check explicitly: */
     1405    if (uiCommon().uiType() == UIType_ManagerUI && m_iTimeStep % 5 == 0)
     1406        guestAdditionsStateChange();
    14031407}
    14041408
     
    15491553                {
    15501554                    if (m_metrics.contains(Metric_Type_RAM))
     1555                    {
    15511556                        m_metrics[Metric_Type_RAM].setUnit(metrics[i].GetUnit());
     1557                        m_fCOMPerformanceCollectorConfigured = true;
     1558                    }
    15521559                }
    15531560            }
    15541561        }
    15551562    }
    1556     m_fCOMPerformanceCollectorConfigured = true;
    15571563}
    15581564
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette