VirtualBox

Changeset 73970 in vbox


Ignore:
Timestamp:
Aug 30, 2018 4:28:02 AM (6 years ago)
Author:
vboxsync
Message:

VMM/IEM: Nested VMX: bugref:9180 comment, space.

File:
1 edited

Legend:

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

    r73969 r73970  
    10431043 * @param   iEffSeg         The effective segment register to use with @a u64Val.
    10441044 *                          Pass UINT8_MAX if it is a register access.
    1045  * @param   enmEffAddrMode  The effective addressing mode.
     1045 * @param   enmEffAddrMode  The effective addressing mode (only used with memory
     1046 *                          operand).
    10461047 * @param   u64Val          The value to write (or guest linear address to the
    10471048 *                          value), @a iEffSeg will indicate if it's a memory
     
    10501051 * @param   pExitInfo       Pointer to the VM-exit information struct.
    10511052 */
    1052 IEM_STATIC VBOXSTRICTRC iemVmxVmwrite(PVMCPU pVCpu, uint8_t cbInstr, uint8_t iEffSeg, IEMMODE enmEffAddrMode,
    1053                                       uint64_t u64Val, uint32_t uFieldEnc, PCVMXVEXITINFO pExitInfo)
     1053IEM_STATIC VBOXSTRICTRC iemVmxVmwrite(PVMCPU pVCpu, uint8_t cbInstr, uint8_t iEffSeg, IEMMODE enmEffAddrMode, uint64_t u64Val,
     1054                                      uint32_t uFieldEnc, PCVMXVEXITINFO pExitInfo)
    10541055{
    10551056    if (IEM_IS_VMX_NON_ROOT_MODE(pVCpu))
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