[libvirt] [PATCH 00/13] esx: Automatic question handling and other improvements

Matthias Bolte matthias.bolte at googlemail.com
Sat Dec 12 23:20:37 UTC 2009


Automatic question handling is the most important part of this series,
see src/esx/README for more details.

Matthias Bolte (13):
  esx: Add automatic question handling
  esx: Improve domain lookup by UUID
  esx: Use more suitable error code in esxVI_LookupVirtualMachineByUuid()
  esx: Replace libxml1 'xmlChildrenNode' with libxml2 'children'
  esx: Removed unused inttypes.h include
  esx: Extend vCenter query parameter
  esx: Extend documentation about 'vcenter' and add some about 'auto_answer'
  esx: Fix occurence typo
  esx: Use occurrence enum to specify expected result of a SOAP call
  esx: Don't warn about '/' paths
  esx: Undefine virtual machine on a vCenter if available
  esx: Destroy virtual machine on a vCenter if available
  esx: Add more links to external documentation

 docs/drvesx.html.in      |   52 ++++-
 src/esx/README           |   77 +++++++
 src/esx/esx_driver.c     |  533 +++++++++++++++++++++++---------------------
 src/esx/esx_util.c       |   22 ++-
 src/esx/esx_util.h       |    2 +-
 src/esx/esx_vi.c         |  546 ++++++++++++++++++++++++++++++++++++++++------
 src/esx/esx_vi.h         |   53 ++++-
 src/esx/esx_vi_methods.c |  185 ++++++++++++----
 src/esx/esx_vi_methods.h |    7 +
 src/esx/esx_vi_types.c   |  231 +++++++++++++++++++-
 src/esx/esx_vi_types.h   |  106 +++++++++
 src/esx/esx_vmx.c        |    2 +-
 12 files changed, 1420 insertions(+), 396 deletions(-)
 create mode 100644 src/esx/README




More information about the libvir-list mailing list