- New upstream version 1.4.

- More hypervisor types detected.
This commit is contained in:
Richard W.M. Jones 2011-01-18 15:53:28 +00:00
parent 4f94663add
commit af73084b49
3 changed files with 23 additions and 5 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/virt-what-1.3.tar.gz /virt-what-1.3.tar.gz
/virt-what-1.4.tar.gz

View File

@ -1 +1 @@
31befa26eb4060fa2619d61718e26fba virt-what-1.3.tar.gz 91d438a5983265caf285d2ba322cfa75 virt-what-1.4.tar.gz

View File

@ -1,6 +1,6 @@
Name: virt-what Name: virt-what
Version: 1.3 Version: 1.4
Release: 4%{?dist} Release: 1%{?dist}
Summary: Detect if we are running in a virtual machine Summary: Detect if we are running in a virtual machine
ExclusiveArch: %{ix86} x86_64 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. know about or cannot detect.
Current types of virtualization detected: 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 %prep
@ -64,6 +77,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Tue Jan 18 2011 Richard W.M. Jones <rjones@redhat.com> - 1.4-1
- New upstream version 1.4.
- More hypervisor types detected.
* Thu Oct 28 2010 Richard W.M. Jones <rjones@redhat.com> - 1.3-4 * Thu Oct 28 2010 Richard W.M. Jones <rjones@redhat.com> - 1.3-4
- Move configure into build (not prep). - Move configure into build (not prep).