aboutsummaryrefslogtreecommitdiffstats
path: root/tools/misc
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-11-03 08:37:52 +0000
committerKeir Fraser <keir.fraser@citrix.com>2009-11-03 08:37:52 +0000
commit45c3fa3c2d40933a1e44218525eb3756014a88a1 (patch)
treed4f0d9de282b33fa69f4ab4e72a1ca141cd1b761 /tools/misc
parent18e03239efcb9c1519d43a0df8349a3111079d7e (diff)
downloadxen-45c3fa3c2d40933a1e44218525eb3756014a88a1.tar.gz
xen-45c3fa3c2d40933a1e44218525eb3756014a88a1.tar.bz2
xen-45c3fa3c2d40933a1e44218525eb3756014a88a1.zip
xen-hvmctx: add recently added gtsc_khz field to output
Signed-off-by: Dan Magenheimer <dan.magenheimer@oracle.com>
Diffstat (limited to 'tools/misc')
-rw-r--r--tools/misc/xen-hvmctx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/misc/xen-hvmctx.c b/tools/misc/xen-hvmctx.c
index 142ef2a41d..0056694267 100644
--- a/tools/misc/xen-hvmctx.c
+++ b/tools/misc/xen-hvmctx.c
@@ -73,6 +73,7 @@ static void dump_header(void)
printf(" Xen changeset %llx\n",
(unsigned long long) h.changeset);
printf(" CPUID[0][%%eax] 0x%.8lx\n", (unsigned long) h.cpuid);
+ printf(" gtsc_khz %lu\n", (unsigned long) h.gtsc_khz);
}
struct fpu_mm {