From: VMware, Inc <> Date: Wed, 24 Feb 2010 22:36:34 +0000 (-0800) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2010.02.23-236320~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8baa8588d5fd4cf64efb17164cb70c86c758d0c6;p=thirdparty%2Fopen-vm-tools.git Changes in shared code that don't affect open-vm-tools functionality. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/lib/include/x86cpuid.h b/open-vm-tools/lib/include/x86cpuid.h index 05a3ee0a1..636749163 100644 --- a/open-vm-tools/lib/include/x86cpuid.h +++ b/open-vm-tools/lib/include/x86cpuid.h @@ -103,10 +103,10 @@ CPUIDQuery; * CPUID levels the monitor caches and ones that are not cached, but * have fields defined below (short name and actual value). * - * The first parameter defines whether the level is masked/tested - * during power-on/migration. Any level which is marked as FALSE here - * *must* have all monitor support types set to NA. A static assert - * in lib/cpuidcompat/cpuidcompat.c will check this. + * The first parameter defines whether the level has its default masks + * generated from the values in this file. Any level which is marked + * as FALSE here *must* have all monitor support types set to NA. A + * static assert in lib/cpuidcompat/cpuidcompat.c will check this. */ #define CPUID_CACHED_LEVELS \ @@ -493,7 +493,7 @@ FLAGDEF( 8A, EAX, AMD, 8, 1, SVM_HYPERVISOR, NO, FALSE) \ FIELDDEF( 8A, EAX, AMD, 9, 23, SVMEAX_RSVD, NO, FALSE) \ FIELDDEF( 8A, EBX, AMD, 0, 32, SVM_N_ASIDS, NO, FALSE) \ FIELDDEF( 8A, ECX, AMD, 0, 32, SVMECX_RSVD, NO, FALSE) \ -FLAGDEFA( 8A, EDX, AMD, 0, 1, SVM_NP, NO, FALSE, NPT) \ +FLAGDEFA( 8A, EDX, AMD, 0, 1, SVM_NP, YES, FALSE, NPT) \ FLAGDEF( 8A, EDX, AMD, 1, 1, SVM_LBR, NO, FALSE) \ FLAGDEF( 8A, EDX, AMD, 2, 1, SVM_LOCK, NO, FALSE) \ FLAGDEF( 8A, EDX, AMD, 3, 1, SVM_NRIP, NO, FALSE) \