Name: | virt-what |
---|---|
Version: | 1.11 |
Release: | 1.1.el6 |
Architecture: | x86_64 |
Group: | Applications/Emulators |
Size: | 37234 |
License: | GPLv2+ |
RPM: | virt-what-1.11-1.1.el6.x86_64.rpm |
Source RPM: | virt-what-1.11-1.1.el6.src.rpm |
Build Date: | Thu Oct 13 2011 |
Build Host: | ca-build19.us.oracle.com |
Vendor: | Oracle America |
URL: | http://people.redhat.com/~rjones/virt-what/ |
Summary: | Detect if we are running in a virtual machine |
Description: | virt-what is a shell script which can be used to detect if the program is running in a virtual machine. The program prints out a list of "facts" about the virtual machine, derived from heuristics. One fact is printed per line. If nothing is printed and the script exits with code 0 (no error), then it can mean either that the program is running on bare-metal or the program is running inside a type of virtual machine which we don't know about or cannot detect. Current types of virtualization detected: - hyperv Microsoft Hyper-V - kvm Linux Kernel Virtual Machine (KVM) - openvz OpenVZ or Virtuozzo - powervm_lx86 IBM PowerVM Lx86 Linux/x86 emulator - qemu QEMU (unaccelerated) - uml User-Mode Linux (UML) - virtage Hitachi Virtualization Manager (HVM) Virtage LPAR - virtualbox VirtualBox - virtualpc Microsoft VirtualPC - vmware VMware - xen Xen - xen-dom0 Xen dom0 (privileged domain) - xen-domU Xen domU (paravirtualized guest domain) - xen-hvm Xen guest fully virtualized (HVM) |
- Rebase to virt-what 1.11. resolves: rhbz#672211 - Add patch "IA64 Xen HVM should print 'xen-hvm' not 'xen-domU'" from upstream.
- Various improvements to the wording in the manual page. resolves: rhbz#672285 - Confirm support for Microsoft HyperV and add a regression test. resolves: rhbz#670272
- Don't depend on util-linux-ng on RHEL 5.
- Add support for Microsoft HyperV (RHBZ#670272). - Add support for Hitachi Virtage (RHBZ#670530). - Add support for EC2 (Xen) instances (RHBZ#671126). This includes backporting the test framework and enabling tests. - Add support for IBM Systemz z/VM, LPAR (RHBZ#671132).
- Add support for IBM PowerVM Lx86 Linux/x86 emulator (RHBZ#668857). - Move configure into build (not prep).
- Rebuild on all architectures.
- Initial import into Fedora.
- Make changes suggested by reviewer (RHBZ#644259).
- Initial release.