[virt-what] - New upstream version 1.4. - More hypervisor types detected.

Richard W.M. Jones rjones at fedoraproject.org
Tue Jan 18 15:54:06 UTC 2011


commit af73084b49a723c5851d88145ef409adb66e232e
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Tue Jan 18 15:53:28 2011 +0000

    - New upstream version 1.4.
    - More hypervisor types detected.

 .gitignore     |    1 +
 sources        |    2 +-
 virt-what.spec |   25 +++++++++++++++++++++----
 3 files changed, 23 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c2bb7d6..21e4b65 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /virt-what-1.3.tar.gz
+/virt-what-1.4.tar.gz
diff --git a/sources b/sources
index e71c0da..0645400 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-31befa26eb4060fa2619d61718e26fba  virt-what-1.3.tar.gz
+91d438a5983265caf285d2ba322cfa75  virt-what-1.4.tar.gz
diff --git a/virt-what.spec b/virt-what.spec
index 2fdd917..85975ee 100644
--- a/virt-what.spec
+++ b/virt-what.spec
@@ -1,6 +1,6 @@
 Name:           virt-what
-Version:        1.3
-Release:        4%{?dist}
+Version:        1.4
+Release:        1%{?dist}
 Summary:        Detect if we are running in a virtual machine
 ExclusiveArch:  %{ix86} x86_64
 
@@ -33,8 +33,21 @@ the program is running inside a type of virtual machine which we don't
 know about or cannot detect.
 
 Current types of virtualization detected:
-KVM, Xen, unaccelerated QEMU, VMWare, VirtualBox, VirtualPC,
-OpenVZ, Virtuozzo, User-Mode Linux (UML).
+
+ - 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)
 
 
 %prep
@@ -64,6 +77,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jan 18 2011 Richard W.M. Jones <rjones at redhat.com> - 1.4-1
+- New upstream version 1.4.
+- More hypervisor types detected.
+
 * Thu Oct 28 2010 Richard W.M. Jones <rjones at redhat.com> - 1.3-4
 - Move configure into build (not prep).
 


More information about the scm-commits mailing list