VirtualBox

Changeset 58913 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Nov 29, 2015 10:22:48 PM (9 years ago)
Author:
vboxsync
Message:

HM: Some top-level VBOXSTRICTRC use and related work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/HMInternal.h

    r58912 r58913  
    596596AssertCompileSizeAlignment(VMCSCACHE, 8);
    597597
    598 /** VMX StartVM function. */
     598/**
     599 * VMX StartVM function.
     600 *
     601 * @returns VBox status code (no informational stuff).
     602 * @param   fResume     Whether to use VMRESUME (true) or VMLAUNCH (false).
     603 * @param   pCtx        The CPU register context.
     604 * @param   pCache      The VMCS cache.
     605 * @param   pVM         Pointer to the cross context VM structure.
     606 * @param   pVCpu       Pointer to the cross context per-CPU structure.
     607 */
    599608typedef DECLCALLBACK(int) FNHMVMXSTARTVM(RTHCUINT fResume, PCPUMCTX pCtx, PVMCSCACHE pCache, PVM pVM, PVMCPU pVCpu);
    600609/** Pointer to a VMX StartVM function. */
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