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

Michal Privoznik mprivozn at redhat.com
Tue Aug 2 13:38:49 UTC 2016


On 28.07.2016 11:57, Cédric Bosdonnat wrote:
> 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(-)
> 

D'oh, you've just pushed this. ACK then.

Michal




More information about the libvir-list mailing list