VirtualBox

Ignore:
Timestamp:
Apr 12, 2018 7:21:00 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
122041
Message:

VMM/IEM: Nested hw.virt: Implement SVM pause-filter and pause-filter threshold.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAll.cpp

    r71092 r71834  
    456456
    457457/**
     458 * Get the SVM pause-filter count.
     459 */
     460# define IEM_GET_SVM_PAUSE_FILTER_COUNT(a_pVCpu)             (CPUMGetGuestSvmPauseFilterCount(a_pVCpu, IEM_GET_CTX(a_pVCpu)))
     461
     462/**
    458463 * Invokes the SVM \#VMEXIT handler for the nested-guest.
    459464 */
     
    490495# define IEM_IS_SVM_WRITE_DR_INTERCEPT_SET(a_pVCpu, a_uDr)                                (false)
    491496# define IEM_IS_SVM_XCPT_INTERCEPT_SET(a_pVCpu, a_uVector)                                (false)
     497# define IEM_GET_SVM_PAUSE_FILTER_COUNT(a_pVCpu)                                          (0)
    492498# define IEM_RETURN_SVM_VMEXIT(a_pVCpu, a_uExitCode, a_uExitInfo1, a_uExitInfo2)          do { return VERR_SVM_IPE_1; } while (0)
    493499# define IEM_RETURN_SVM_CRX_VMEXIT(a_pVCpu, a_uExitCode, a_enmAccessCrX, a_iGReg)         do { return VERR_SVM_IPE_1; } while (0)
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