summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update Parallels Desktop test files.Justin Clift2011-01-314-19/+20
|
* Various improvements to the manual page (RHBZ#672285).Richard W.M. Jones2011-01-311-11/+20
|
* Confirm Microsoft Hyper-V, and add a regression test.Richard W.M. Jones2011-01-269-3/+1076
| | | | | | | | Data collected from a RHEL 5.6 guest running on Hyper-V. Also this modifies the VirtualPC test slightly to distinguish it from Hyper-V. We require more data from a real VirtualPC guest to properly refine this test.
* Add virt-what to CLEANFILES.Richard W.M. Jones2011-01-241-1/+1
|
* Add a regression test for Parallels Desktop (thanks Justin Clift).Richard W.M. Jones2011-01-247-0/+353
|
* cpuid: Find other leaf entries (RHBZ#671510).Richard W.M. Jones2011-01-241-20/+40
|
* Add Parallels Virtual Platform (thanks Justin Clift).Richard W.M. Jones2011-01-242-0/+12
|
* Version 1.7.1.7Richard W.M. Jones2011-01-201-1/+1
|
* README: Document how to build from git.Richard W.M. Jones2011-01-201-4/+11
|
* Add /sys/hypervisor test files from RHEL 5 Xen Dom0.Richard W.M. Jones2011-01-2015-0/+28
|
* Add tests/zvm/proc/sysinfo to EXTRA_DIST.Richard W.M. Jones2011-01-201-0/+1
| | | | This updates commit 36529e78a60a1c4097e7fe8fa4f3971f8581d864.
* Add /sys/hypervisor files from RHEL 5 Xen DomU to EXTRA_DIST.Richard W.M. Jones2011-01-201-0/+14
| | | | This updates commit 55cf13ae4a00c30b55fe508f544406dce05bdb8d.
* Add support for Linux kernels with pv_ops running on Xen.Richard W.M. Jones2011-01-2015-5/+20
| | | | | | | 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-204-12/+107
| | | | | | | | | | | | | 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-209-2/+119
|
* Version 1.6.1.6Richard W.M. Jones2011-01-191-1/+1
|
* Add missing files to EXTRA_DIST.Richard W.M. Jones2011-01-191-0/+10
|
* man page: Refresh section on reporting bugs.Richard W.M. Jones2011-01-191-2/+2
|
* Add regression test for RHEL 5 Xen DomU HVM (aka full virtualization).Richard W.M. Jones2011-01-197-0/+208
|
* Add regression test for Linux-VServer (thanks Barış Metin).Richard W.M. Jones2011-01-197-0/+292
|
* Add regression test for RHEL 5 Xen DomU paravirt.Richard W.M. Jones2011-01-1911-4/+119
|
* Add regression test for RHEL 5 Xen Dom0.Richard W.M. Jones2011-01-1913-3/+636
|
* Fix tests: Add /proc/self/status to test roots.Richard W.M. Jones2011-01-195-0/+82
| | | | | Note that in two cases (esx4.1, qemu) this is an empty file because we haven't collected this data yet.
* Add support for detecting Linux VServer.Barış Metin2011-01-192-0/+11
|
* docs: Make it clear that 'qemu' is software emulation (thanks Eduardo Habkost).Richard W.M. Jones2011-01-191-1/+4
|
* Update README with information for potential contributors.Richard W.M. Jones2011-01-181-2/+55
|
* Version 1.5.1.5Richard W.M. Jones2011-01-182-1/+9
| | | | | Also update instructions in README to cover running make check and running virt-what locally as root.
* Add test files to EXTRA_DIST.Richard W.M. Jones2011-01-181-1/+23
|
* Add tests for KVM and QEMU.Richard W.M. Jones2011-01-1811-3/+346
| | | | | | | | | The data is taken from a RHEL 6.0 guest running on a Fedora 14 host (x86_64 in both cases), using qemu-kvm and qemu-system-x86_64 respectively. qemu-kvm-0.13.0-1.fc14.x86_64 qemu-system-x86-0.13.0-1.fc14.x86_64
* Add test for VMware with data from ESX 4.1 (thanks Matthew Booth).Richard W.M. Jones2011-01-186-2/+1461
|
* Add a test for baremetal.Richard W.M. Jones2011-01-188-37/+842
| | | | | | | | | | | | | 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.
* Version 1.4.1.4Richard W.M. Jones2011-01-181-2/+2
|
* Update copyright and link in man page.Richard W.M. Jones2011-01-181-4/+3
|
* 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-182-0/+12
| | | | Data supplied by Bhavna Sarathy. Not confirmed.
* Add detection of IBM PowerVM Lx86 Linux/x86 emulator.Richard W.M. Jones2011-01-172-1/+12
|
* Detect Microsoft Hyper-V.Richard W.M. Jones2010-12-152-4/+16
| | | | | | | | 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-192-3/+3
|
* 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
|
* Install virt-what in $sbindir since the script should only be run by root ↵Richard Jones2009-12-301-1/+1
| | | | (suggested by Laurent Léonard)
* Prepare for 1.2.1.2Richard Jones2009-12-172-2/+2
|
* vmware status confirmed by RWMJ on ESX 4.0Richard Jones2009-12-171-1/+1
|
* Move virt-what-cpuid-helper to /usr/libexec.Richard Jones2009-08-102-2/+7
|
* 'make clean' now removes generated files.Richard Jones2009-08-102-1/+4
|
* Update documentation on new tests added by Laurent Léonard.Richard Jones2009-08-102-2/+16
|
* Add VirtualBox support.Laurent Léonard2009-08-101-0/+6
|
* Add UML support.Laurent Léonard2009-08-101-0/+6
|
* Comment on what VMware guests print ("VMwareVMware")Richard Jones2009-07-231-0/+1
|
* Autoconfify, add CPUID helper program to detect HVM domains (Paolo Bonzini).1.1Richard Jones2009-07-239-99/+197
|