summaryrefslogtreecommitdiffstats
path: root/virt-what.in
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Linux kernels with pv_ops running on Xen.Richard W.M. Jones2011-01-201-5/+6
| | | | | | | These would be found for example on Amazon EC2 or Citrix Xen. This also adds all the extra files found under /sys/hypervisor on this platform.
* Add additional facts about IBM SystemZ mainframes (thanks Dan Horák).Richard W.M. Jones2011-01-201-3/+12
| | | | | | | | | | | | | Add /proc/sysinfo from a real z/VM guest. This file can in theory be used to detect the following three arrangements: (1) Linux running in z/VM on an LPAR. (2) Linux running directly on an LPAR. (3) Linux running directly on baremetal (very unlikely!) Only arrangement (1) has been tested.
* Add test for z/VM on IBM SystemZ mainframes (thanks Dan Horák).Richard W.M. Jones2011-01-201-0/+6
|
* Add support for detecting Linux VServer.Barış Metin2011-01-191-0/+5
|
* Add a test for baremetal.Richard W.M. Jones2011-01-181-16/+21
| | | | | | | | | | | | | This modifies the virt-what script slightly so that a test root can be passed, which causes all tests to be run relative to that root directory (similar to a chroot). We then provide a root directory with just enough files in it to convince virt-what that it is a baremetal machine. Note that the data in the files is completely real. We do not intend to add a test unless we can get data from the real system.
* Set LANG=C when running external dmidecode command.Richard W.M. Jones2011-01-181-1/+1
|
* Add detection of Hitachi Virtualization Manager (HVM) Virtage LPAR.Richard W.M. Jones2011-01-181-0/+6
| | | | Data supplied by Bhavna Sarathy. Not confirmed.
* Add detection of IBM PowerVM Lx86 Linux/x86 emulator.Richard W.M. Jones2011-01-171-1/+6
|
* Detect Microsoft Hyper-V.Richard W.M. Jones2010-12-151-0/+6
| | | | | | | | Based on a description on MSDN: http://blogs.msdn.com/b/sqlosteam/archive/2010/10/30/is-this-real-the-metaphysics-of-hardware-virtualization.aspx Not tested. Hyper-V also supports more detail through the CPUID instruction, which we don't yet display.
* Version 1.3.1.3Richard W.M. Jones2010-10-191-1/+1
|
* xen: More reliable differentiation of dom0 and domU.Richard W.M. Jones2010-10-181-4/+6
|
* Check for VMWare using the CPUID (thanks: Chetan Loke).Richard Jones2010-07-011-7/+14
|
* Move virt-what-cpuid-helper to /usr/libexec.Richard Jones2009-08-101-1/+6
|
* Update documentation on new tests added by Laurent Léonard.Richard Jones2009-08-101-2/+2
|
* Add VirtualBox support.Laurent Léonard2009-08-101-0/+6
|
* Add UML support.Laurent Léonard2009-08-101-0/+6
|
* Autoconfify, add CPUID helper program to detect HVM domains (Paolo Bonzini).1.1Richard Jones2009-07-231-0/+126