Calling out to external commands is slow, noisy, and unreliable. This patchset replaces two such cases with Python equivalents. Avi Kivity (2): Replace subprocess 'rm *.ppm' by equivalent Python code Convert images to JPEG using PIL instead of an external program client/tests/kvm/kvm_guest_wizard.py | 6 +++--- client/tests/kvm/kvm_preprocessing.py | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html