---
docs/drivers.html.in |1 +
docs/drvvmware.html.in | 67
docs/index.html.in |3 ++
3 files changed, 71 insertions(+), 0 deletions(-)
create mode 100644 docs/drvvmware.html.in
diff --git a/docs/drivers.html.in b/docs/drivers.html.in
index b97200c..ecad03a 100644
--- a/docs/drivers.html.in
+++ b/docs/drivers.html.in
@@ -27,6 +27,7 @@
UML - User Mode Linux
VirtualBox
VMware ESX
+ VMware
Workstation/Player
Xen
diff --git a/docs/drvvmware.html.in b/docs/drvvmware.html.in
new file mode 100644
index 000..273e0a0
--- /dev/null
+++ b/docs/drvvmware.html.in
@@ -0,0 +1,67 @@
+
+
+VMware Workstation/Player hypervisors driver
+
+The libvirt VMware Workstation driver should be able to manage any
Workstation and
+Player version supported by the VMware VIX API. See the compatibility
list
+http://www.vmware.com/support/developer/vix-api/vix110_reference/";>here.
+
+
+This driver uses the "vmrun" utility which is distributed with the VMware
VIX API.
+You can download the VIX API from http://www.vmware.com/support/developer/vix-api/";>here.
+
+Connections to VMware driver
+
+
+The libvirt VMware driver provides per-user drivers (the "session"
instance).
+Two uris are available:
+
+ "vmwareplayer" for VMware Player
+ "vmwarews" for VMware Workstation
+
+Some example connection URIs for the driver are:
+
+
+
+vmwareplayer:///session (local access to VMware Player
per-user instance)
+vmwarews:///session (local access to VMware Workstation
per-user instance)
+vmwarews+tcp://u...@example.com/session (remote access to VMware Workstation,
SASl/Kerberos)
+vmwarews+ssh://u...@example.com/session (remote access to VMware Workstation,
SSH tunnelled)
+
+
+Example domain XML config
+
+
+
+ vmware
+ bea92244-8885-4562-828b-3b086731c5b1
+
+
+hvm
+
+
+ 524288
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/index.html.in b/docs/index.html.in
index 57ea84e..501f3e3 100644
--- a/docs/index.html.in
+++ b/docs/index.html.in
@@ -59,6 +59,9 @@
The http://www.vmware.com/";>VMware ESX and GSX hypervisors
+The http://www.vmware.com/";>VMware Workstation and Player
hypervisors
+
+
Storage on IDE/SCSI/USB disks, FibreChannel, LVM, iSCSI, NFS and
filesystems
--
1.7.0.4
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list