linux/tools/kvm/kvm_stat
Jeremy Cline 9cc5fbbb8c tools/kvm_stat: Add Python 3 support to kvm_stat
Make kvm_stat support Python 3 by changing the use of "print" to a
function rather than a statement, switching from "iteritems" and
"iterkeys" (removed in Python 3) to "items" and "keys" respectively,
and decoding bytes to strings when dealing with text.

With this change, kvm_stat is usable with Python 2.6 and greater.

Signed-off-by: Jeremy Cline <jeremy@jcline.org>
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
2017-10-12 14:01:50 +02:00
..
kvm_stat tools/kvm_stat: Add Python 3 support to kvm_stat 2017-10-12 14:01:50 +02:00
kvm_stat.txt tools/kvm_stat: add new interactive command 'b' 2017-06-27 16:44:50 +02:00
Makefile tools: Add kvm_stat man page 2016-05-25 16:12:03 +02:00