| Name: | virt-what |
|---|---|
| Version: | 1.18 |
| Release: | 4.el7 |
| Architecture: | x86_64 |
| Group: | Unspecified |
| Size: | 45720 |
| License: | GPLv2+ |
| RPM: | virt-what-1.18-4.el7.x86_64.rpm |
| Source RPM: | virt-what-1.18-4.el7.src.rpm |
| Build Date: | Sat Jan 27 2018 |
| Build Host: | x86-ol7-builder-02.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 can't detect.
Current types of virtualization detected:
- aws Amazon Web Services cloud guest
- bhyve FreeBSD hypervisor
- docker Docker container
- hyperv Microsoft Hyper-V
- ibm_power-kvm
IBM POWER KVM
- ibm_power-lpar_shared
- ibm_power-lpar_dedicated
IBM POWER LPAR (hardware partition)
- ibm_systemz-*
IBM SystemZ Direct / LPAR / z/VM / KVM
- ldoms Oracle VM Server for SPARC Logical Domains
- linux_vserver
Linux VServer container
- lxc Linux LXC container
- kvm Linux Kernel Virtual Machine (KVM)
- lkvm LKVM / kvmtool
- openvz OpenVZ or Virtuozzo
- ovirt oVirt node
- parallels Parallels Virtual Platform
- powervm_lx86 IBM PowerVM Lx86 Linux/x86 emulator
- qemu QEMU (unaccelerated)
- rhev Red Hat Enterprise Virtualization
- uml User-Mode Linux (UML)
- virtage Hitachi Virtualization Manager (HVM) Virtage LPAR
- virtualbox VirtualBox
- virtualpc Microsoft VirtualPC
- vmm vmm OpenBSD hypervisor
- vmware VMware
- xen Xen
- xen-dom0 Xen dom0 (privileged domain)
- xen-domU Xen domU (paravirtualized guest domain)
- xen-hvm Xen guest fully virtualized (HVM) |
- Add patch to recognize ppc64le virtualization. resolves: rhbz#1147876
- Rebase to Fedora Rawhide / upstream version. - Include upstream patches since 1.18 was released. resolves: rhbz#1476878
- Require 'which' program resolves: rhbz#1433005
- Detect RHEV/oVirt (second fix) resolves: rhbz#1249438
- Depend on dmidecode on aarch64 resolves: rhbz#1360699
- Add support for detecting POWER KVM and LPAR resolves: rhbz#1147876 - Detect RHEV/oVirt resolves: rhbz#1249438 - Detect ACPI boot aarch64 guest resolves: rhbz#1275349 - Fix typo in manual page resolves: rhbz#1099289
- Fix detection of aarch64 resolves: rhbz#1201845 Add all commits to version 1.15.
- Mass rebuild 2014-01-24
- Mass rebuild 2013-12-27
- Suppress warning message on Amazon EC2: "grep: /proc/xen/capabilities: No such file or directory"