All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH KVM-AUTOTEST 0/2] Remove some external command callouts
@ 2009-08-12  9:34 Avi Kivity
  2009-08-12  9:34 ` [PATCH KVM-AUTOTEST 1/2] Replace subprocess 'rm *.ppm' by equivalent Python code Avi Kivity
  2009-08-12  9:34 ` [PATCH KVM-AUTOTEST 2/2] Convert images to JPEG using PIL instead of an external program Avi Kivity
  0 siblings, 2 replies; 10+ messages in thread
From: Avi Kivity @ 2009-08-12  9:34 UTC (permalink / raw)
  To: Lucas Meneghel Rodrigues; +Cc: kvm

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(-)


^ permalink raw reply	[flat|nested] 10+ messages in thread
[parent not found: <1587932675.1809681250071942865.JavaMail.root@zmail05.collab.prod.int.phx2.redhat.com>]

end of thread, other threads:[~2009-08-12 15:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-12  9:34 [PATCH KVM-AUTOTEST 0/2] Remove some external command callouts Avi Kivity
2009-08-12  9:34 ` [PATCH KVM-AUTOTEST 1/2] Replace subprocess 'rm *.ppm' by equivalent Python code Avi Kivity
2009-08-12  9:34 ` [PATCH KVM-AUTOTEST 2/2] Convert images to JPEG using PIL instead of an external program Avi Kivity
2009-08-12 12:44   ` Lucas Meneghel Rodrigues
2009-08-12 13:00     ` Avi Kivity
2009-08-12 13:26       ` Lucas Meneghel Rodrigues
2009-08-12 13:33         ` Avi Kivity
2009-08-12 15:01           ` Lucas Meneghel Rodrigues
2009-08-12 15:05             ` Avi Kivity
     [not found] <1587932675.1809681250071942865.JavaMail.root@zmail05.collab.prod.int.phx2.redhat.com>
2009-08-12 10:13 ` Michael Goldish

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.