summaryrefslogtreecommitdiff
path: root/include/VBox/hwacc_svm.h
diff options
context:
space:
mode:
authorMichael Meskes <meskes@debian.org>2009-11-19 17:48:11 +0100
committerMichael Meskes <meskes@debian.org>2009-11-19 17:48:11 +0100
commitfd892711c6bdc0ef96b6b3ea13b668cb2a38196e (patch)
treee6ec126da2bcd6a490d5661118630edf983580ec /include/VBox/hwacc_svm.h
parent8dc3a7e38d0783262b1aa8c3462e7359d8996d98 (diff)
parentb35715c68a1bec309bc1990353e35c20a21d5c47 (diff)
downloadvirtualbox-debian/3.0.10-dfsg-2bpo50+1.tar.gz
Merge branch 'master' into lennydebian/3.0.10-dfsg-2bpo50+1
Conflicts: debian/changelog
Diffstat (limited to 'include/VBox/hwacc_svm.h')
-rw-r--r--include/VBox/hwacc_svm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/VBox/hwacc_svm.h b/include/VBox/hwacc_svm.h
index df3c5c752..71255dacb 100644
--- a/include/VBox/hwacc_svm.h
+++ b/include/VBox/hwacc_svm.h
@@ -48,6 +48,7 @@
#define AMD_CPUID_SVM_FEATURE_EDX_SVM_LOCK RT_BIT(2)
#define AMD_CPUID_SVM_FEATURE_EDX_NRIP_SAVE RT_BIT(3)
#define AMD_CPUID_SVM_FEATURE_EDX_SSE_3_5_DISABLE RT_BIT(9)
+#define AMD_CPUID_SVM_FEATURE_EDX_PAUSE_FILTER RT_BIT(10)
/** @} */