[libvirt] [PATCH 0/3] Add device disk attach/detach support to libxl driver

Markus Groß gross at univention.de
Wed May 18 08:06:35 UTC 2011


This patch series adds the infrastructure to support
attaching and detaching of devices to the libxl driver.
Currently only disk devices are supported.

The first patch refactors some functions that
are needed to create the appropriate datastructures
for the libxenlight interface.
The second patch fixes the handling of vm def's on cleanup.
The last patch finally adds the device attach/detach code
and follows qemu's implementation.

Markus Groß (3):
  Refactored libxl datastructure instantiation
  Fix libxl vm def handling on domU cleanup
  Add disk attach/detach support to libxl driver

 src/libxl/libxl_conf.c   |  304 ++++++++++++++-------------
 src/libxl/libxl_conf.h   |    8 +
 src/libxl/libxl_driver.c |  526 ++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 697 insertions(+), 141 deletions(-)

-- 
1.7.5.1




More information about the libvir-list mailing list