VirtualBox

Changeset 71802 in vbox for trunk


Ignore:
Timestamp:
Apr 10, 2018 9:04:32 AM (7 years ago)
Author:
vboxsync
Message:

VMM: Comment, add pause-filter fields in the nested-guest VMCB cache as we most likely would need to modify it
when implementing pause-filter count and thresholding for nested-guests.

Location:
trunk/include/VBox/vmm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/cpumctx.h

    r71184 r71802  
    504504                /** 0x3ba - Pause filter count. */
    505505                uint16_t            cPauseFilter;
    506                 /** 0x3bc - Pause filter count. */
     506                /** 0x3bc - Pause filter threshold. */
    507507                uint16_t            cPauseFilterThreshold;
    508508                /** 0x3be - Whether the injected event is subject to event intercepts. */
  • trunk/include/VBox/vmm/hm_svm.h

    r71755 r71802  
    10131013    /** Cache of DRX write intercepts. */
    10141014    uint16_t            u16InterceptWrDRx;
     1015    /** Cache of the pause-filter threshold. */
     1016    uint16_t            u16PauseFilterThreshold;
     1017    /** Cache of the pause-filter count. */
     1018    uint16_t            u16PauseFilterCount;
    10151019    /** Cache of exception intercepts. */
    10161020    uint32_t            u32InterceptXcpt;
    1017     /** Alignment. */
    1018     uint32_t            u32Padding0;
    10191021
    10201022    /** Cache of control intercepts. */
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