Fix multiple bugs in util.get_kvm_binary
authorNikos Skalkotos <skalkoto@grnet.gr>
Sat, 3 Aug 2013 09:34:33 +0000 (12:34 +0300)
committerNikos Skalkotos <skalkoto@grnet.gr>
Sat, 3 Aug 2013 13:00:05 +0000 (16:00 +0300)
commit0611e6dd7d2b7c1e36cf2ed68f5823bfefc87135
tree2abc6e535c1484315577dfad6c175ef7fb1d9b54
parentdf36e2a4214bf9df7af7fb1b39f78e3baef0cbca
Fix multiple bugs in util.get_kvm_binary

The machine hardware name fetched by `uname -m' should have been
stripped, and a --enable-kvm option should be added if the returned
executable was qemu-system-<arch>
image_creator/os_type/windows.py
image_creator/util.py