VirtualBox

Ignore:
Timestamp:
Mar 28, 2017 7:29:08 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
114205
Message:

VMM: Nested Hw.virt: Decls, naming.

File:
1 edited

Legend:

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

    r66276 r66281  
    458458            {
    459459                uint8_t   const uVector    = pEventInject->n.u8Vector;
    460                 TRPMEVENT const enmType    = HMSvmEventToTrpmEventType(pEventInject);
     460                TRPMEVENT const enmType    = hmSvmEventToTrpmEventType(pEventInject);
    461461                uint16_t  const uErrorCode = pEventInject->n.u1ErrorCodeValid ? pEventInject->n.u32ErrorCode : 0;
    462462
     
    681681 * @param   pEvent       Pointer to the SVM event.
    682682 */
    683 VMM_INT_DECL(TRPMEVENT) HMSvmEventToTrpmEventType(PCSVMEVENT pEvent)
     683VMM_INT_DECL(TRPMEVENT) hmSvmEventToTrpmEventType(PCSVMEVENT pEvent)
    684684{
    685685    uint8_t const uType = pEvent->n.u3Type;
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