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

2016-08-02 Thread Cedric Bosdonnat
On Tue, 2016-08-02 at 08:56 -0400, John Ferlan wrote: > > On 07/28/2016 05:57 AM, 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): > >

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

2016-08-02 Thread Michal Privoznik
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

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

2016-08-02 Thread John Ferlan
On 07/28/2016 05:57 AM, 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 segf

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

2016-08-01 Thread Joao Martins
On 07/28/2016 10:57 AM, 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 segfau

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

2016-07-28 Thread Cédric Bosdonnat
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.h