First version of the driver for VMWare ESX

* src/esx/esx_*.[ch]: the driver, uses a remote minimal SOAP client
  to talk to the VI services on ESX nodes.
* configure.in include/libvirt/virterror.h src/Makefile.am src/driver.h
  src/libvirt.c src/virterror.c: glue in the new driver
This commit is contained in:
Matthias Bolte
2009-07-23 22:21:08 +02:00
committed by Daniel Veillard
parent f4c3acdf35
commit e2aeee6811
18 changed files with 12567 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ typedef enum {
VIR_FROM_VBOX, /* Error from VirtualBox driver */
VIR_FROM_INTERFACE, /* Error when operating on an interface */
VIR_FROM_ONE, /* Error from OpenNebula driver */
VIR_FROM_ESX, /* Error from ESX driver */
} virErrorDomain;