VirtualBox

Changeset 8870 in vbox for trunk/include/VBox


Ignore:
Timestamp:
May 16, 2008 8:23:10 AM (17 years ago)
Author:
vboxsync
Message:

Intercept mwait as well (AMD-V)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/hwacc_svm.h

    r8869 r8870  
    231231#define SVM_EXIT_ICEBP                  0x88
    232232/** WBINVD instruction. */
    233 #define SVM_INVD                        0x89
     233#define SVM_EXIT_WBINVD                 0x89
     234/** MONITOR instruction. */
     235#define SVM_EXIT_MONITOR                0x8A
     236/** MWAIT instruction uncond. */
     237#define SVM_EXIT_MWAIT_UNCOND           0x8B
     238/** MWAIT instruction when armed. */
     239#define SVM_EXIT_MWAIT_ARMED            0x8C
    234240/** Nested paging: host-level page fault occurred (EXITINFO1 contains fault errorcode; EXITINFO2 contains the guest physical address causing the fault.). */
    235241#define SVM_EXIT_NPF                    0x400
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