summaryrefslogtreecommitdiffstats
path: root/sys-utils/lscpu.1
diff options
context:
space:
mode:
authorKarel Zak2008-10-01 01:29:32 +0200
committerKarel Zak2008-10-22 13:56:52 +0200
commitc8b64f6d7770d62065bdc4fa5c4f80cc2326e203 (patch)
tree0d99f9c206a83d8ffd3a41b59294421802773dcf /sys-utils/lscpu.1
parentdocs: update TODO list (diff)
downloadkernel-qcow2-util-linux-c8b64f6d7770d62065bdc4fa5c4f80cc2326e203.tar.gz
kernel-qcow2-util-linux-c8b64f6d7770d62065bdc4fa5c4f80cc2326e203.tar.xz
kernel-qcow2-util-linux-c8b64f6d7770d62065bdc4fa5c4f80cc2326e203.zip
lscpu: add Hypervisor detection
This patch adds two new fields: * "Hypervisor vendor" -- based on CPUID and hypervisor specific PCI devices. lscpu(1) supports KVM, XEN, Microsoft HV now. * "Virtualization type" - "none" = Xen dom0 - "full" = full virtualization (KVM, Xen, ...) - "para" = Xen paravirtualization Co-Author: Ky Srinivasan <ksrinivasan@novell.com> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/lscpu.1')
-rw-r--r--sys-utils/lscpu.12
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-utils/lscpu.1 b/sys-utils/lscpu.1
index 78da8a1d4..e0e993526 100644
--- a/sys-utils/lscpu.1
+++ b/sys-utils/lscpu.1
@@ -22,6 +22,8 @@ Print out in parsable instead of printable format.
.SH BUGS
The program at the moment does not handle the system installed with
different types of physical processors.
+
+Sometimes in Xen Dom0 kernel reports wrong data.
.SH AUTHOR
Cai Qian <qcai@redhat.com>
.SH AVAILABILITY