Re: [libvirt] [PATCH 2/3] VMware: Store vmrun binary's path in the driver

2013-09-20 Thread Daniel P. Berrange
On Thu, Sep 19, 2013 at 03:18:06PM -0500, Doug Goldstein wrote: > Rather than looking up the path to vmrun each time we call it, look it > up once and save it. This sets up the ability for us to detect where the > path is on Mac OS X and not have to look it up each time we execute it. > --- > src/

[libvirt] [PATCH 2/3] VMware: Store vmrun binary's path in the driver

2013-09-19 Thread Doug Goldstein
Rather than looking up the path to vmrun each time we call it, look it up once and save it. This sets up the ability for us to detect where the path is on Mac OS X and not have to look it up each time we execute it. --- src/vmware/vmware_conf.c | 3 ++- src/vmware/vmware_conf.h | 2 +- src/v