|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] Implement new VMX feature flag.
# HG changeset patch
# User Ewan Mellor <ewan@xxxxxxxxxxxxx>
# Node ID caf35cfcdda0f702281982f3e5e919197fefb950
# Parent eeb7d71c028132c1e8d2dea94d38ce1c5b5c52e1
Implement new VMX feature flag.
Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>
---
tools/libxen/include/xen_cpu_feature.h | 7 ++++++-
tools/libxen/src/xen_cpu_feature.c | 3 ++-
2 files changed, 8 insertions(+), 2 deletions(-)
diff -r eeb7d71c0281 -r caf35cfcdda0 tools/libxen/include/xen_cpu_feature.h
--- a/tools/libxen/include/xen_cpu_feature.h Thu Oct 26 15:49:57 2006 +0100
+++ b/tools/libxen/include/xen_cpu_feature.h Thu Oct 26 15:53:31 2006 +0100
@@ -338,7 +338,12 @@ enum xen_cpu_feature
/**
* If yes HyperThreading not valid
*/
- XEN_CPU_FEATURE_CMP_LEGACY
+ XEN_CPU_FEATURE_CMP_LEGACY,
+
+ /**
+ * VMX instruction set
+ */
+ XEN_CPU_FEATURE_VMX
};
diff -r eeb7d71c0281 -r caf35cfcdda0 tools/libxen/src/xen_cpu_feature.c
--- a/tools/libxen/src/xen_cpu_feature.c Thu Oct 26 15:49:57 2006 +0100
+++ b/tools/libxen/src/xen_cpu_feature.c Thu Oct 26 15:53:31 2006 +0100
@@ -90,7 +90,8 @@ static const char *lookup_table[] =
"XCRYPT",
"XCRYPT_EN",
"LAHF_LM",
- "CMP_LEGACY"
+ "CMP_LEGACY",
+ "VMX"
};
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] Implement new VMX feature flag.,
Xen patchbot-unstable <=
|
|
|
|
|