1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <html xmlns=
"http://www.w3.org/1999/xhtml">
5 <h1>VMware Workstation / Player / Fusion hypervisors driver
</h1>
7 The libvirt VMware driver should be able to manage any Workstation,
8 Player, Fusion version supported by the VMware VIX API. See the
10 <a href=
"http://www.vmware.com/support/developer/vix-api/vix110_reference/">here
</a>.
13 This driver uses the
"vmrun" utility which is distributed with the VMware VIX API.
14 You can download the VIX API
15 from
<a href=
"http://www.vmware.com/support/developer/vix-api/">here
</a>.
18 <h2><a id=
"project">Project Links
</a></h2>
22 The
<a href=
"http://www.vmware.com/">VMware Workstation and
23 Player
</a> hypervisors
26 The
<a href=
"http://www.vmware.com/fusion">VMware Fusion
</a>
31 <h2>Connections to VMware driver
</h2>
34 The libvirt VMware driver provides per-user drivers (the
"session" instance).
35 Three uris are available:
38 <li>"vmwareplayer" for VMware Player
</li>
39 <li>"vmwarews" for VMware Workstation
</li>
40 <li>"vmwarefusion" for VMware Fusion
</li>
43 Some example connection URIs for the driver are:
47 vmwareplayer:///session (local access to VMware Player per-user instance)
48 vmwarews:///session (local access to VMware Workstation per-user instance)
49 vmwarefusion:///session (local access to VMware Fusion per-user instance)
50 vmwarews+tcp://user@example.com/session (remote access to VMware Workstation, SASl/Kerberos)
51 vmwarews+ssh://user@example.com/session (remote access to VMware Workstation, SSH tunnelled)
54 <h2><a id=
"xmlconfig">Example domain XML config
</a></h2>
57 <domain type='vmware'
>
58 <name
>vmware
</name
>
59 <uuid
>bea92244-
8885-
4562-
828b-
3b086731c5b1
</uuid
>
62 <type
>hvm
</type
>
65 <memory
>524288</memory
>
66 <vcpu
>1</vcpu
>
74 <disk type='file' device='disk'
>
75 <source file='/home/user/tmp/disk.vmdk'/
>
76 <target bus='ide' dev='hda'/
>
79 <interface type='bridge'
>
80 <target dev='/dev/vmnet1'/
>
81 <source bridge=''/
>
82 <mac address='
00:
16:
3e:
5d:c7:
9e'/
>