]> git.ipfire.org Git - thirdparty/libvirt.git/commit
esx: Add automatic question handling
authorMatthias Bolte <matthias.bolte@googlemail.com>
Sun, 15 Nov 2009 21:22:47 +0000 (22:22 +0100)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Fri, 18 Dec 2009 18:29:38 +0000 (19:29 +0100)
commitf66d574541406753cdda83f045f8fe6d3fb2896a
tree30a16e0386f76a33541f4972018acd5b4f7579a7
parent1c5c63338c90f6e82731f6871901dc72732033ef
esx: Add automatic question handling

Questions can block tasks, to handle them automatically the driver can answers
them with the default answer. The auto_answer query parameter allows to enable
this automatic question handling.

* src/esx/README: add a detailed explanation for automatic question handling
* src/esx/esx_driver.c: add automatic question handling for all task related
  driver functions
* src/esx/esx_util.[ch]: add handling for the auto_answer query parameter
* src/esx/esx_vi.[ch], src/esx/esx_vi_methods.[ch], src/esx/esx_vi_types.[ch]:
  add new VI API methods and types and additional helper functions for
  automatic question handling
src/esx/README [new file with mode: 0644]
src/esx/esx_driver.c
src/esx/esx_util.c
src/esx/esx_util.h
src/esx/esx_vi.c
src/esx/esx_vi.h
src/esx/esx_vi_methods.c
src/esx/esx_vi_methods.h
src/esx/esx_vi_types.c
src/esx/esx_vi_types.h