[libvirt] [PATCH 00/12] A bunch of extensions to libxl driver

Marek Marczykowski marmarek at invisiblethingslab.com
Wed Apr 10 02:44:43 UTC 2013


This are some additional features to libxl driver. Some of them require change
in domain config structures/syntax. Details described with each patch.
The last two patches are bugfix for deadlock during daemon startup.

Marek Marczykowski (12):
  libxl: allow script for any network interface, not only bridge
  libxl: PCI passthrough support
  libxl: nodeDevice* support for PCI devices
  libxl: populate xenstore memory entries at startup
  conf: add 'script' attribute to disk specification
  libxl: use disk 'script' attribute
  conf: support backend domain name in disk and network devices
  libxl: support backend domain setting for disk and net devices
  libxl: fill HVM SDL and VNC settings based on <graphics/> entries
  RFC: libxl: special 'stubdom-dm' emulator to use qemu in stub domain
  conf: virDomainObjListRemoveLocked function
  libxl: fix deadlock in libxlReconnectDomain

 docs/schemas/domaincommon.rng |  14 ++
 src/conf/domain_conf.c        |  54 ++++++++
 src/conf/domain_conf.h        |   5 +
 src/libvirt_private.syms      |   1 +
 src/libxl/libxl_conf.c        | 297 +++++++++++++++++++++++++++++++++---------
 src/libxl/libxl_conf.h        |   6 +-
 src/libxl/libxl_driver.c      | 253 +++++++++++++++++++++++++++++++----
 7 files changed, 545 insertions(+), 85 deletions(-)

-- 
1.8.1.4




More information about the libvir-list mailing list