VirtualBox

Changeset 22037 in vbox for trunk/include


Ignore:
Timestamp:
Aug 6, 2009 3:27:25 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
50775
Message:

VMM: correct report cores count, also expose more CPUID leaves by default

Location:
trunk/include/VBox
Files:
2 edited

Legend:

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

    r22036 r22037  
    692692    uint32_t                    offVMCPU;
    693693
     694    /** Maximum CPUID leaf, exposed to this VM. */
     695    uint32_t                    cCpuidLeafs;
     696
    694697    /** Reserved; alignment. */
    695     uint32_t                    u32Reserved[6];
     698    uint32_t                    u32Reserved[5];
    696699
    697700    /** @name Public VMM Switcher APIs
     
    10011004
    10021005#endif
    1003 
  • trunk/include/VBox/vm.mac

    r19454 r22037  
    5959    .cbSelf                 resd 1
    6060    .offVMCPU               resd 1
    61     .u32Reserved            resd 6
     61    .cCpuidLeafs            resd 1
     62    .u32Reserved            resd 5
    6263
    6364    .pfnVMMGCGuestToHostAsmGuestCtx RTRCPTR_RES 1
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