[libvirt] [PATCH v2 0/3] libxl hooks

Cédric Bosdonnat cbosdonnat at suse.com
Thu Jul 28 09:57:39 UTC 2016


Hey there!

Diffs to v1:
  * move the ret = 0 to the proper patch
  * fix typos as pointed by Joao
  * use ignore_value where needed

Cédric Bosdonnat (3):
  libxl: add a flag to mark guests as tainted by a hook
  libxl: fix segfault in libxlReconnectDomain
  libxl: add hooks support

 docs/hooks.html.in          | 53 ++++++++++++++++++++++++++--
 src/libxl/libxl_domain.c    | 84 +++++++++++++++++++++++++++++++++++++++++++++
 src/libxl/libxl_domain.h    |  2 ++
 src/libxl/libxl_driver.c    | 52 +++++++++++++++++++++-------
 src/libxl/libxl_migration.c | 57 ++++++++++++++++++++++++++++++
 src/util/virhook.c          | 16 ++++++++-
 src/util/virhook.h          | 13 +++++++
 7 files changed, 262 insertions(+), 15 deletions(-)

-- 
2.6.6




More information about the libvir-list mailing list