Re: [Autotest] [KVM-AUTOTEST PATCH] KVM test: use command line option wrapper functions

2010-05-26 Thread Lucas Meneghel Rodrigues
On Mon, 2010-05-17 at 16:29 +0300, Michael Goldish wrote: In order to support multiple versions of qemu which use different command line options or syntaxes, wrap all command line options in small helper functions, which append text to the command line according to the output of 'qemu -help'.

Re: [KVM-AUTOTEST PATCH] KVM test: use command line option wrapper functions

2010-05-20 Thread Michael Goldish
Subject: [KVM-AUTOTEST PATCH] KVM test: use command line option wrapper functions In order to support multiple versions of qemu which use different command line options or syntaxes, wrap all command line options in small helper functions, which append text to the command line according

Re: [KVM-AUTOTEST PATCH] KVM test: use command line option wrapper functions

2010-05-20 Thread Lucas Meneghel Rodrigues
On Thu, 2010-05-20 at 12:50 +0300, Michael Goldish wrote: On 05/19/2010 11:25 AM, Feng Yang wrote: Hi, Michael Thanks for your patch. We plan add netdev parameter support in make_qemu_command. Since you are working on this part. Could you add netdev support in your patch? hopeful

Re: [KVM-AUTOTEST PATCH] KVM test: use command line option wrapper functions

2010-05-20 Thread Feng Yang
/ Hong Kong / Urumqi Subject: Re: [KVM-AUTOTEST PATCH] KVM test: use command line option wrapper functions On Thu, 2010-05-20 at 12:50 +0300, Michael Goldish wrote: On 05/19/2010 11:25 AM, Feng Yang wrote: Hi, Michael Thanks for your patch. We plan add netdev parameter support

Re: [KVM-AUTOTEST PATCH] KVM test: use command line option wrapper functions

2010-05-19 Thread Feng Yang
Goldish mgold...@redhat.com To: autot...@test.kernel.org, kvm@vger.kernel.org Cc: Michael Goldish mgold...@redhat.com Sent: Monday, May 17, 2010 9:29:35 PM GMT +08:00 Beijing / Chongqing / Hong Kong / Urumqi Subject: [KVM-AUTOTEST PATCH] KVM test: use command line option wrapper functions

[KVM-AUTOTEST PATCH] KVM test: use command line option wrapper functions

2010-05-17 Thread Michael Goldish
In order to support multiple versions of qemu which use different command line options or syntaxes, wrap all command line options in small helper functions, which append text to the command line according to the output of 'qemu -help'. Signed-off-by: Michael Goldish mgold...@redhat.com ---