VirtualBox

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


Ignore:
Timestamp:
Mar 6, 2015 6:02:31 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
98827
Message:

CPUM: Working on refactoring the guest CPUID handling.

Location:
trunk/src/VBox/VMM/include
Files:
2 edited

Legend:

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

    r54561 r54674  
    55
    66/*
    7  * Copyright (C) 2006-2014 Oracle Corporation
     7 * Copyright (C) 2006-2015 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    487487
    488488    /** The standard set of CpuId leaves. */
    489     CPUMCPUID               aGuestCpuIdStd[6];
     489    CPUMCPUID               aGuestCpuIdPatmStd[6];
    490490    /** The extended set of CpuId leaves. */
    491     CPUMCPUID               aGuestCpuIdExt[10];
     491    CPUMCPUID               aGuestCpuIdPatmExt[10];
    492492    /** The centaur set of CpuId leaves. */
    493     CPUMCPUID               aGuestCpuIdCentaur[4];
     493    CPUMCPUID               aGuestCpuIdPatmCentaur[4];
    494494    /** The default set of CpuId leaves. */
    495     CPUMCPUID               GuestCpuIdDef;
     495    CPUMCPUID               GuestCpuIdPatmDef;
    496496
    497497#if HC_ARCH_BITS == 32
  • trunk/src/VBox/VMM/include/CPUMInternal.mac

    r52419 r54674  
    55
    66;
    7 ; Copyright (C) 2006-2012 Oracle Corporation
     7; Copyright (C) 2006-2015 Oracle Corporation
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
     
    8181
    8282    ; CPUID leafs
    83     .aGuestCpuIdStd       resb    16*6
    84     .aGuestCpuIdExt       resb    16*10
    85     .aGuestCpuIdCentaur   resb    16*4
    86     .GuestCpuIdDef        resb    16
     83    .aGuestCpuIdPatmStd         resb    16*6
     84    .aGuestCpuIdPatmExt         resb    16*10
     85    .aGuestCpuIdPatmCentaur     resb    16*4
     86    .GuestCpuIdPatmDef          resb    16
    8787
    8888%if HC_ARCH_BITS == 32
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