VirtualBox

Changeset 23534 in vbox for trunk/src/VBox/VMM/PGMInternal.h


Ignore:
Timestamp:
Oct 3, 2009 9:54:08 PM (15 years ago)
Author:
vboxsync
Message:

PGMSavedState: Mmio2 bugfixes and more statistics.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMInternal.h

    r23518 r23534  
    27122712    struct
    27132713    {
    2714         /** The number of ready pages.  */
    2715         uint32_t                    cReadyPages;
    2716         /** The number of dirty pages. */
    2717         uint32_t                    cDirtyPages;
     2714        /** Per type statistics. */
     2715        struct
     2716        {
     2717            /** The number of ready pages.  */
     2718            uint32_t                cReadyPages;
     2719            /** The number of dirty pages. */
     2720            uint32_t                cDirtyPages;
     2721        }                           Rom,
     2722                                    Mmio2,
     2723                                    Ram;
    27182724        /** The number of monitored pages. */
    27192725        uint32_t                    cMonitoredPages;
    27202726        /** The number of ignored pages.  */
    27212727        uint32_t                    cIgnoredPages;
    2722         /** The number of dirty MMIO2 pages. */
    2723         uint32_t                    cDirtyMmio2Pages;
    27242728        /** Indicates that a live save operation is active.  */
    27252729        bool                        fActive;
    27262730        /** Padding. */
    2727         bool                        afReserved[3];
     2731        bool                        afReserved[4+3];
    27282732    } LiveSave;
    27292733
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