Hmmm, why would you need this? What if you end up checking the wrong binary?
On Thu, Nov 8, 2012 at 8:36 AM, Feng Yang <[email protected]> wrote: > Set default value to /usr/bin/qemu-kvm > > Signed-off-by: Feng Yang <[email protected]> > --- > virttest/utils_misc.py | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/virttest/utils_misc.py b/virttest/utils_misc.py > index e6582e2..cbe6550 100644 > --- a/virttest/utils_misc.py > +++ b/virttest/utils_misc.py > @@ -3969,7 +3969,7 @@ def install_cpuflags_util_on_vm(test, vm, dst_dir, > extra_flags=None): > session.close() > > > -def qemu_has_option(option, qemu_path): > +def qemu_has_option(option, qemu_path="/usr/bin/qemu-kvm"): > """ > Helper function for command line option wrappers > > -- > 1.7.1 > > _______________________________________________ > Virt-test-devel mailing list > [email protected] > https://www.redhat.com/mailman/listinfo/virt-test-devel -- Lucas _______________________________________________ Autotest-kernel mailing list [email protected] https://www.redhat.com/mailman/listinfo/autotest-kernel
