VirtualBox

Ignore:
Timestamp:
Mar 8, 2017 8:29:40 PM (8 years ago)
Author:
vboxsync
Message:

VMM: Nested Hw.virt: Preps for SVM vmrun/#VMEXIT impl.

File:
1 edited

Legend:

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

    r65989 r66000  
    558558
    559559
    560 
    561 /**
    562  * SVM nested-guest \#VMEXIT handler.
    563  *
    564  * @param   pVCpu       The cross context virtual CPU structure.
    565  * @param   uExitCode   The exit reason.
    566  */
    567 VMM_INT_DECL(void) HMNstGstSvmVmExit(PVMCPU pVCpu, uint64_t uExitCode)
    568 {
    569     RT_NOREF2(pVCpu, uExitCode);
    570 }
    571 
    572 
    573560/**
    574561 * VMX nested-guest VM-exit handler.
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