linux/tools/kvm/kvm_stat
Stefan Raspl 58f33cfe73 tools/kvm_stat: fix python3 issues
Python3 returns a float for a regular division - switch to a division
operator that returns an integer.
Furthermore, filters return a generator object instead of the actual
list - wrap result in yet another list, which makes it still work in
both, Python2 and 3.

Signed-off-by: Stefan Raspl <raspl@linux.ibm.com>
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
2018-08-30 17:15:12 +02:00
..
kvm_stat tools/kvm_stat: fix python3 issues 2018-08-30 17:15:12 +02:00
kvm_stat.txt tools/kvm_stat: eliminate extra guest/pid selection dialog 2018-02-24 01:43:44 +01:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00