VirtualBox

Changeset 12794 in vbox for trunk/include


Ignore:
Timestamp:
Sep 29, 2008 12:51:37 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
37139
Message:

#1865: Added a pVMRC member to VM so I can gradually convert away from pVMGC.

Location:
trunk/include/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vm.h

    r12689 r12794  
    406406    /** Ring-0 Host Context VM Pointer. */
    407407    R0PTRTYPE(struct VM *)      pVMR0;
    408     /** Guest Context VM Pointer. */
     408    /** Raw-mode Context VM Pointer.
     409     * @deprecated Use VM::pVMRC. */
    409410    RCPTRTYPE(struct VM *)      pVMGC;
     411    /** Raw-mode Context VM Pointer. */
     412    RCPTRTYPE(struct VM *)      pVMRC;
    410413
    411414    /** The GVM VM handle. Only the GVM should modify this field. */
     
    414417    uint32_t                    cCPUs;
    415418    /** Reserved; alignment. */
    416     uint32_t                    u32Reserved[8];
     419    uint32_t                    u32Reserved[7];
    417420
    418421    /** @name Public VMM Switcher APIs
  • trunk/include/VBox/vm.mac

    r12675 r12794  
    4949    .enmVMState         resd 1
    5050    .fForcedActions     resd 1
    51     .paVMPagesR3        RTR3PTR_RES   1
    52     .pSession           RTR0PTR_RES   1
    53     .pUVM               RTR3PTR_RES   1
    54     .pVMR3              RTR3PTR_RES   1
    55     .pVMR0              RTR0PTR_RES   1
    56     .pVMGC              RTGCPTR32_RES 1
     51    .paVMPagesR3        RTR3PTR_RES 1
     52    .pSession           RTR0PTR_RES 1
     53    .pUVM               RTR3PTR_RES 1
     54    .pVMR3              RTR3PTR_RES 1
     55    .pVMR0              RTR0PTR_RES 1
     56    .pVMGC              RTRCPTR_RES 1
     57    .pVMRC              RTRCPTR_RES 1
    5758    .hSelf              resd 1
    5859    .cCPUs              resd 1
    59     .u32Reserved        resd 8
     60    .u32Reserved        resd 7
    6061
    6162    .pfnVMMGCGuestToHostAsmGuestCtx RTGCPTR32_RES 1
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