VirtualBox

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


Ignore:
Timestamp:
Feb 21, 2011 4:04:53 PM (14 years ago)
Author:
vboxsync
Message:

Main/VMM: Use UVM w/ refcounting - part 1.

File:
1 edited

Legend:

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

    r35346 r36041  
    181181    volatile uint32_t               cReqFree;
    182182    /** Array of pointers to lists of free request packets. Atomic. */
    183     volatile PVMREQ                 apReqFree[9];
     183    volatile PVMREQ                 apReqFree[16-4];
     184
     185    /** The reference count of the UVM handle. */
     186    volatile uint32_t               cUvmRefs;
    184187
    185188#ifdef VBOX_WITH_STATISTICS
     
    294297    /** TLS index for the VMINTUSERPERVMCPU pointer. */
    295298    RTTLS                           idxTLS;
     299
     300    /** The VM name. (Set after the config constructure has been called.) */
     301    char                           *pszName;
     302    /** The VM UUID. (Set after the config constructure has been called.) */
     303    RTUUID                          Uuid;
    296304} VMINTUSERPERVM;
    297305
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