VirtualBox

Changeset 70415 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Jan 2, 2018 8:36:52 AM (7 years ago)
Author:
vboxsync
Message:

VMM/HM: Nested Hw.virt: Implement virtual GIF to not intercept CLGI/STGI on CPUs that support the feature.

File:
1 edited

Legend:

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

    r70352 r70415  
    544544        uint32_t    u3Reserved          : 3;
    545545        uint32_t    u1VIntrMasking      : 1;    /* V_INTR_MASKING */
    546         uint32_t    u6Reserved1         : 6;
    547         uint32_t    u1AvicEnable        : 1;
     546        uint32_t    u1VGifEnable        : 1;    /* VGIF enable */
     547        uint32_t    u5Reserved1         : 5;
     548        uint32_t    u1AvicEnable        : 1;    /* AVIC enable */
    548549        uint32_t    u8VIntrVector       : 8;    /* V_INTR_VECTOR */
    549550        uint32_t    u24Reserved         : 24;
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