]> git.ipfire.org Git - thirdparty/libvirt.git/commit
VMware: Support more than 2 driver backends
authorDoug Goldstein <cardoe@cardoe.com>
Tue, 24 Sep 2013 16:24:30 +0000 (11:24 -0500)
committerDaniel Veillard <veillard@redhat.com>
Sun, 29 Sep 2013 10:40:36 +0000 (18:40 +0800)
commitca91e554075902f5250eb5f72f3081a89bb3c5e8
treee324c36a81fdcc532728f80da4616b68f0b07513
parent8771b947db58142c9d52d4f2454da7ac535bd5f8
VMware: Support more than 2 driver backends

Currently the VMware version check code only supports two types of
VMware backends, Workstation and Player. But in the near future we will
have an additional one so we need to support more. Additionally, we
discover and cache the path to the vmrun binary so we should use that
path when using the corresponding binary from the VMware VIX SDK.
src/vmware/vmware_conf.c
src/vmware/vmware_driver.c