VirtualBox

Changeset 12675 in vbox for trunk/include


Ignore:
Timestamp:
Sep 23, 2008 5:53:19 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
36968
Message:

removed unneeded field, type update

Location:
trunk/include/VBox
Files:
2 edited

Legend:

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

    r12669 r12675  
    9292    /** The CPU ID.
    9393     * This is the index into the VM::aCpus array. */
    94     uint32_t            idCpu;
     94    VMCPUID             idCpu;
    9595    /** The ring-3 thread handle of the emulation thread for this CPU.
    9696     * @todo Use the VM_IS_EMT() macro to check if executing in EMT? */
     
    251251 */
    252252#define VM_FF_ISSET(pVM, fFlag)         (((pVM)->fForcedActions & (fFlag)) == (fFlag))
    253 
    254253#define VMCPU_FF_ISSET(pVM, cpu, fFlag) (((pVM)->aCpus[cpu].fForcedActions & (fFlag)) == (fFlag))
    255254
     
    369368    /** Number of virtual CPUs. */
    370369    uint32_t                    cCPUs;
    371     /** Current CPU id; @todo move to per CPU structure. */
    372     uint32_t                    idCPU;
    373370    /** Reserved; alignment. */
    374     uint32_t                    u32Reserved[7];
     371    uint32_t                    u32Reserved[8];
    375372
    376373    /** @name Public VMM Switcher APIs
  • trunk/include/VBox/vm.mac

    r12657 r12675  
    5757    .hSelf              resd 1
    5858    .cCPUs              resd 1
    59     .idCPU              resd 1
    60     .u32Reserved        resd 7
     59    .u32Reserved        resd 8
    6160
    6261    .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