3 <h1>VMware Workstation / Player hypervisors driver
</h1>
5 The libvirt VMware Workstation driver should be able to manage any Workstation and
6 Player version supported by the VMware VIX API. See the compatibility list
7 <a href=
"http://www.vmware.com/support/developer/vix-api/vix110_reference/">here
</a>.
10 This driver uses the
"vmrun" utility which is distributed with the VMware VIX API.
11 You can download the VIX API
12 from
<a href=
"http://www.vmware.com/support/developer/vix-api/">here
</a>.
15 <h2><a name=
"project">Project Links
</a></h2>
19 The
<a href=
"http://www.vmware.com/">VMware Workstation and
20 Player
</a> hypervisors
24 <h2>Connections to VMware driver
</h2>
27 The libvirt VMware driver provides per-user drivers (the
"session" instance).
28 Two uris are available:
31 <li>"vmwareplayer" for VMware Player
</li>
32 <li>"vmwarews" for VMware Workstation
</li>
35 Some example connection URIs for the driver are:
39 vmwareplayer:///session (local access to VMware Player per-user instance)
40 vmwarews:///session (local access to VMware Workstation per-user instance)
41 vmwarews+tcp://user@example.com/session (remote access to VMware Workstation, SASl/Kerberos)
42 vmwarews+ssh://user@example.com/session (remote access to VMware Workstation, SSH tunnelled)
45 <h2><a name=
"xmlconfig">Example domain XML config
</a></h2>
48 <domain type='vmware'
>
49 <name
>vmware
</name
>
50 <uuid
>bea92244-
8885-
4562-
828b-
3b086731c5b1
</uuid
>
53 <type
>hvm
</type
>
56 <memory
>524288</memory
>
57 <vcpu
>1</vcpu
>
65 <disk type='file' device='disk'
>
66 <source file='/home/user/tmp/disk.vmdk'/
>
67 <target bus='ide' dev='hda'/
>
70 <interface type='bridge'
>
71 <target dev='/dev/vmnet1'/
>
72 <source bridge=''/
>
73 <mac address='
00:
16:
3e:
5d:c7:
9e'/
>