[Pkg-libvirt-commits] [virt-what] branch upstream/latest updated (72b2f6d -> 3d21237)
Guido Guenther
agx at moszumanska.debian.org
Wed Aug 2 18:25:36 UTC 2017
This is an automated email from the git hooks/post-receive script.
agx pushed a change to branch upstream/latest
in repository virt-what.
from 72b2f6d Imported Upstream version 1.15
adds 3d21237 New upstream version 1.18
No new revisions were added by this update.
Summary of changes:
Makefile.am | 60 ++
Makefile.in | 185 ++++-
aclocal.m4 | 65 +-
config.guess | 393 ++++------
config.sub | 147 ++--
configure | 33 +-
configure.ac | 4 +-
tests/{docker => bhyve}/proc/cpuinfo | 0
tests/bhyve/sbin/dmidecode | 193 +++++
tests/{baremetal => bhyve}/sbin/uname | 0
tests/bhyve/sbin/virt-what-cpuid-helper | 2 +
tests/{docker/.dockerinit => ldoms/dev/mdesc} | 0
tests/{docker => ldoms}/proc/cpuinfo | 0
tests/ldoms/sbin/uname | 2 +
.../sbin/virt-what-cpuid-helper | 2 +-
tests/ppc64-baremetal/proc/cpuinfo | 805 +++++++++++++++++++++
tests/{zvm => ppc64-baremetal}/sbin/dmidecode | 0
tests/{lx86 => ppc64-baremetal}/sbin/uname | 2 +-
.../sbin/virt-what-cpuid-helper | 0
tests/ppc64-kvm/proc/cpuinfo | 84 +++
tests/{lkvm-arm => ppc64-kvm}/proc/self/status | 34 +-
tests/{zvm => ppc64-kvm}/sbin/dmidecode | 0
tests/{lx86 => ppc64-kvm}/sbin/uname | 2 +-
.../sbin/virt-what-cpuid-helper | 0
tests/ppc64-lpar-dedicated/proc/cpuinfo | 44 ++
tests/ppc64-lpar-dedicated/proc/ppc64/lparcfg | 46 ++
tests/{zvm => ppc64-lpar-dedicated}/sbin/dmidecode | 0
tests/{lx86 => ppc64-lpar-dedicated}/sbin/uname | 2 +-
.../sbin/virt-what-cpuid-helper | 0
tests/ppc64-lpar-shared/proc/cpuinfo | 45 ++
tests/ppc64-lpar-shared/proc/ppc64/lparcfg | 51 ++
tests/ppc64-lpar-shared/proc/self/status | 42 ++
tests/{zvm => ppc64-lpar-shared}/sbin/dmidecode | 0
tests/{lx86 => ppc64-lpar-shared}/sbin/uname | 2 +-
.../sbin/virt-what-cpuid-helper | 0
tests/{lkvm-arm => qemu-smbios-kvm}/proc/cpuinfo | 0
.../{lkvm-arm => qemu-smbios-kvm}/proc/self/status | 0
tests/qemu-smbios-kvm/sbin/dmidecode | 141 ++++
tests/{lkvm-arm => qemu-smbios-kvm}/sbin/uname | 0
.../sbin/virt-what-cpuid-helper | 0
tests/{lkvm-arm => qemu-smbios}/proc/cpuinfo | 0
tests/{lkvm-arm => qemu-smbios}/proc/self/status | 0
tests/qemu-smbios/sbin/dmidecode | 141 ++++
tests/{lkvm-arm => qemu-smbios}/sbin/uname | 0
.../sbin/virt-what-cpuid-helper | 0
tests/rhev/proc/cpuinfo | 26 +
tests/{parallels-desktop => rhev}/proc/self/status | 36 +-
tests/{kvm-explicit-cpu => rhev}/sbin/dmidecode | 86 ++-
tests/{baremetal => rhev}/sbin/uname | 0
tests/rhev/sbin/virt-what-cpuid-helper | 2 +
tests/{test-qemu.sh => test-bhyve.sh} | 6 +-
tests/{test-baremetal.sh => test-ldoms.sh} | 9 +-
tests/{test-xen-arm.sh => test-ppc64-baremetal.sh} | 6 +-
tests/{test-lkvm-arm.sh => test-ppc64-kvm.sh} | 6 +-
...st-lkvm-arm.sh => test-ppc64-lpar-dedicated.sh} | 6 +-
...{test-lkvm-arm.sh => test-ppc64-lpar-shared.sh} | 6 +-
.../{test-qemu-arm.sh => test-qemu-smbios-kvm.sh} | 4 +-
tests/{test-qemu-arm.sh => test-qemu-smbios.sh} | 2 +-
tests/{test-lkvm.sh => test-rhev.sh} | 9 +-
tests/{test-lxc.sh => test-vmm.sh} | 6 +-
tests/vmm/proc/cpuinfo | 25 +
tests/{lx86 => vmm}/sbin/dmidecode | 4 +-
tests/{baremetal => vmm}/sbin/uname | 0
tests/vmm/sbin/virt-what-cpuid-helper | 2 +
virt-what.in | 121 +++-
virt-what.pod | 87 ++-
66 files changed, 2483 insertions(+), 493 deletions(-)
copy tests/{docker => bhyve}/proc/cpuinfo (100%)
create mode 100755 tests/bhyve/sbin/dmidecode
copy tests/{baremetal => bhyve}/sbin/uname (100%)
create mode 100755 tests/bhyve/sbin/virt-what-cpuid-helper
copy tests/{docker/.dockerinit => ldoms/dev/mdesc} (100%)
copy tests/{docker => ldoms}/proc/cpuinfo (100%)
create mode 100755 tests/ldoms/sbin/uname
copy tests/{linux-vserver => ldoms}/sbin/virt-what-cpuid-helper (66%)
create mode 100644 tests/ppc64-baremetal/proc/cpuinfo
copy tests/{zvm => ppc64-baremetal}/sbin/dmidecode (100%)
mode change 100755 => 100644
copy tests/{lx86 => ppc64-baremetal}/sbin/uname (52%)
mode change 100755 => 100644
copy tests/{baremetal => ppc64-baremetal}/sbin/virt-what-cpuid-helper (100%)
create mode 100644 tests/ppc64-kvm/proc/cpuinfo
copy tests/{lkvm-arm => ppc64-kvm}/proc/self/status (54%)
copy tests/{zvm => ppc64-kvm}/sbin/dmidecode (100%)
copy tests/{lx86 => ppc64-kvm}/sbin/uname (52%)
copy tests/{baremetal => ppc64-kvm}/sbin/virt-what-cpuid-helper (100%)
create mode 100644 tests/ppc64-lpar-dedicated/proc/cpuinfo
create mode 100644 tests/ppc64-lpar-dedicated/proc/ppc64/lparcfg
copy tests/{zvm => ppc64-lpar-dedicated}/sbin/dmidecode (100%)
copy tests/{lx86 => ppc64-lpar-dedicated}/sbin/uname (52%)
copy tests/{baremetal => ppc64-lpar-dedicated}/sbin/virt-what-cpuid-helper (100%)
create mode 100644 tests/ppc64-lpar-shared/proc/cpuinfo
create mode 100644 tests/ppc64-lpar-shared/proc/ppc64/lparcfg
create mode 100644 tests/ppc64-lpar-shared/proc/self/status
copy tests/{zvm => ppc64-lpar-shared}/sbin/dmidecode (100%)
copy tests/{lx86 => ppc64-lpar-shared}/sbin/uname (52%)
copy tests/{baremetal => ppc64-lpar-shared}/sbin/virt-what-cpuid-helper (100%)
copy tests/{lkvm-arm => qemu-smbios-kvm}/proc/cpuinfo (100%)
copy tests/{lkvm-arm => qemu-smbios-kvm}/proc/self/status (100%)
create mode 100755 tests/qemu-smbios-kvm/sbin/dmidecode
copy tests/{lkvm-arm => qemu-smbios-kvm}/sbin/uname (100%)
copy tests/{lkvm-arm => qemu-smbios-kvm}/sbin/virt-what-cpuid-helper (100%)
copy tests/{lkvm-arm => qemu-smbios}/proc/cpuinfo (100%)
copy tests/{lkvm-arm => qemu-smbios}/proc/self/status (100%)
create mode 100755 tests/qemu-smbios/sbin/dmidecode
copy tests/{lkvm-arm => qemu-smbios}/sbin/uname (100%)
copy tests/{lkvm-arm => qemu-smbios}/sbin/virt-what-cpuid-helper (100%)
create mode 100644 tests/rhev/proc/cpuinfo
copy tests/{parallels-desktop => rhev}/proc/self/status (54%)
copy tests/{kvm-explicit-cpu => rhev}/sbin/dmidecode (54%)
copy tests/{baremetal => rhev}/sbin/uname (100%)
create mode 100755 tests/rhev/sbin/virt-what-cpuid-helper
copy tests/{test-qemu.sh => test-bhyve.sh} (96%)
copy tests/{test-baremetal.sh => test-ldoms.sh} (92%)
copy tests/{test-xen-arm.sh => test-ppc64-baremetal.sh} (93%)
copy tests/{test-lkvm-arm.sh => test-ppc64-kvm.sh} (94%)
copy tests/{test-lkvm-arm.sh => test-ppc64-lpar-dedicated.sh} (91%)
copy tests/{test-lkvm-arm.sh => test-ppc64-lpar-shared.sh} (92%)
copy tests/{test-qemu-arm.sh => test-qemu-smbios-kvm.sh} (96%)
copy tests/{test-qemu-arm.sh => test-qemu-smbios.sh} (98%)
copy tests/{test-lkvm.sh => test-rhev.sh} (92%)
copy tests/{test-lxc.sh => test-vmm.sh} (96%)
create mode 100644 tests/vmm/proc/cpuinfo
copy tests/{lx86 => vmm}/sbin/dmidecode (58%)
copy tests/{baremetal => vmm}/sbin/uname (100%)
create mode 100755 tests/vmm/sbin/virt-what-cpuid-helper
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/virt-what.git
More information about the Pkg-libvirt-commits
mailing list