VirtualBox

Changeset 79833 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 17, 2019 11:37:19 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
132218
Message:

VMM/HMVMXR0: Nested VMX: bugref:9180 Build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r79832 r79833  
    178178#define HMVMX_LOG_EXIT(a_pVCpu, a_uExitReason) \
    179179    do { \
    180         const char * const pszExit = HMGetVmxExitName((a_uExitReason)); \
    181         Log4(("VM-exit: vcpu[%RU32] %85s -v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-\n", (a_pVCpu)->idCpu, pszExit)); \
     180        Log4(("VM-exit: vcpu[%RU32] %85s -v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-\n", (a_pVCpu)->idCpu, \
     181             HMGetVmxExitName((a_uExitReason))); \
    182182    } while (0) \
    183183
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