summaryrefslogtreecommitdiffstats
path: root/virt-what.pod
Commit message (Collapse)AuthorAgeFilesLines
* doc: Add note about use of this tool for system tuning.Richard W.M. Jones2012-05-251-0/+7
|
* Add IA64-specific tests for virtualization (RHBZ#707508).Richard W.M. Jones2011-05-261-0/+9
| | | | | | | | | | | | | | | Xen IA64 HVM does not provide a simple way to detect the hypervisor. If we are lucky and PV-on-HVM drivers are installed and loaded, then there will be a /sys/bus/xen directory. Otherwise we add a timing attack to see if we can detect generic virtualization. Since this is a big hack, it is only enabled on IA64 and only used when all other methods of detection have failed. This commit also adds `uname -p` to all tests (enabling arch detection so we only run the above tests on IA64).
* Add a regression test for IBM PowerVM Lx86 emulator (thanks Yufang Zhang).Richard W.M. Jones2011-04-211-1/+2
| | | | | Data was collected by RWMJ from IBM eServer BladeCenter JS12 server, running a PowerVM Lx86 Virtual x86 Environment (VxE) guest.
* docs: Document that SIGPIPE should not be masked when running virt-what.Richard W.M. Jones2011-03-091-0/+18
|
* docs: Document the exit status of the script.Richard W.M. Jones2011-03-021-0/+16
|
* 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-261-1/+1
| | | | | | | | 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 Parallels Virtual Platform (thanks Justin Clift).Richard W.M. Jones2011-01-241-0/+7
|
* Add additional facts about IBM SystemZ mainframes (thanks Dan Horák).Richard W.M. Jones2011-01-201-8/+26
| | | | | | | | | | | | | 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/+8
|
* man page: Refresh section on reporting bugs.Richard W.M. Jones2011-01-191-2/+2
|
* Add support for detecting Linux VServer.Barış Metin2011-01-191-0/+6
|
* docs: Make it clear that 'qemu' is software emulation (thanks Eduardo Habkost).Richard W.M. Jones2011-01-191-1/+4
|
* Update copyright and link in man page.Richard W.M. Jones2011-01-181-4/+3
|
* 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-0/+6
|
* Detect Microsoft Hyper-V.Richard W.M. Jones2010-12-151-4/+10
| | | | | | | | 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.
* vmware status confirmed by RWMJ on ESX 4.0Richard Jones2009-12-171-1/+1
|
* Update documentation on new tests added by Laurent Léonard.Richard Jones2009-08-101-0/+14
|
* Autoconfify, add CPUID helper program to detect HVM domains (Paolo Bonzini).1.1Richard Jones2009-07-231-11/+22
|
* Copy initial release from CVS.Richard Jones2009-07-091-0/+174