VirtualBox

Changeset 13784 in vbox


Ignore:
Timestamp:
Nov 4, 2008 12:49:42 PM (16 years ago)
Author:
vboxsync
Message:

Removed some obsolete VM members.

Location:
trunk
Files:
3 edited

Legend:

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

    r13751 r13784  
    9595     * This is the index into the VM::aCpu array. */
    9696    VMCPUID                 idCpu;
    97     /** The ring-3 thread handle of the emulation thread for this CPU.
    98      * @todo Use the VM_IS_EMT() macro to check if executing in EMT? */
    99     RTTHREAD                hThreadR3;
    10097    /** The native ring-3 handle. */
    10198    RTNATIVETHREAD          hNativeThreadR3;
     
    104101
    105102    /** Align the next bit on a 64-byte boundary. */
    106     uint32_t                au32Alignment[HC_ARCH_BITS == 32 ? 7 : 2];
     103    uint32_t                au32Alignment[HC_ARCH_BITS == 32 ? 8 : 4];
    107104
    108105    /** CPUM part. */
     
    519516    /** @name Various VM data owned by VM.
    520517     * @{ */
    521     /** The thread handle of the emulation thread.
    522      * Use the VM_IS_EMT() macro to check if executing in EMT. */
    523     RTTHREAD            ThreadEMT;
     518    RTTHREAD            uPadding1;
    524519    /** The native handle of ThreadEMT. Getting the native handle
    525520     * is generally faster than getting the IPRT one (except on OS/2 :-). */
  • trunk/include/VBox/vm.mac

    r13749 r13784  
    6666    .pfnVMMGCGuestToHostAsm         RTGCPTR32_RES 1
    6767
    68     .ThreadEMT          RTHCPTR_RES 1
     68    .uPadding1          RTHCPTR_RES 1
    6969    .NativeThreadEMT    RTHCPTR_RES 1
    7070
  • trunk/src/VBox/VMM/VM.cpp

    r13782 r13784  
    490490         */
    491491        pVM->pUVM = pUVM;
    492         pVM->ThreadEMT = pVM->aCpu[0].hThreadR3 = pUVM->vm.s.ThreadEMT;
    493492        pVM->NativeThreadEMT = pVM->aCpu[0].hNativeThreadR3 = pUVM->vm.s.NativeThreadEMT;
    494493
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