]> Git Repo - qemu.git/commit
scripts/kvm/kvm_stat: Mark globals in functions
authorJanosch Frank <[email protected]>
Mon, 11 Jan 2016 15:17:35 +0000 (16:17 +0100)
committerPaolo Bonzini <[email protected]>
Tue, 26 Jan 2016 14:58:12 +0000 (15:58 +0100)
commitdbedce0ebc88c9b4d3edc5eb1d1dca8e949141ef
treeaf79d6ef2308a8fb1eeef2b6e69e400415edef93
parentfff51233b75b745fe6d34f30f39049818d56944b
scripts/kvm/kvm_stat: Mark globals in functions

Updating globals over the globals().update() method is not the
standard way of changing globals. Marking variables as global and
modifying them the standard way is better readable.

Signed-off-by: Janosch Frank <[email protected]>
Message-Id: <1452525484[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
scripts/kvm/kvm_stat
This page took 0.022178 seconds and 4 git commands to generate.