On Fri, 2015-07-10 at 10:08 +0100, Wei Liu wrote:
> On Thu, Jul 09, 2015 at 07:26:30PM +0100, Andrew Cooper wrote:
> > + * Local variables:
> > + * mode: C
> > + * c-basic-offset: 4
> > + * indent-tabs-mode: nil
> > + * End:
> > + */
> > diff --git a/tools/libxl/libxl_internal.h b/tools/libxl/libxl
On 10/07/15 10:08, Wei Liu wrote:
> On Thu, Jul 09, 2015 at 07:26:30PM +0100, Andrew Cooper wrote:
>> + * Local variables:
>> + * mode: C
>> + * c-basic-offset: 4
>> + * indent-tabs-mode: nil
>> + * End:
>> + */
>> diff --git a/tools/libxl/libxl_internal.h b/tools/libxl/libxl_internal.h
>> index 19
On Thu, Jul 09, 2015 at 07:26:30PM +0100, Andrew Cooper wrote:
> + * Local variables:
> + * mode: C
> + * c-basic-offset: 4
> + * indent-tabs-mode: nil
> + * End:
> + */
> diff --git a/tools/libxl/libxl_internal.h b/tools/libxl/libxl_internal.h
> index 19fc425..9147de1 100644
> --- a/tools/libxl/li
On 10/07/15 02:34, Yang Hongyang wrote:
> On 07/10/2015 02:26 AM, Andrew Cooper wrote:
>> as a wrapper to kill(2), and use it in preference to sendig in
>
> s/sendig/sendsig/
Oops yes - fixed.
~Andrew
___
Xen-devel mailing list
Xen-devel@lists.xen.org
On 07/10/2015 02:26 AM, Andrew Cooper wrote:
as a wrapper to kill(2), and use it in preference to sendig in
s/sendig/sendsig/
libxl_save_callout.c.
Signed-off-by: Andrew Cooper
CC: Ian Campbell
CC: Ian Jackson
CC: Wei Liu
---
Logically new in v2 - split out from a v1 change which was it
as a wrapper to kill(2), and use it in preference to sendig in
libxl_save_callout.c.
Signed-off-by: Andrew Cooper
CC: Ian Campbell
CC: Ian Jackson
CC: Wei Liu
---
Logically new in v2 - split out from a v1 change which was itself a
cherrypick-and-modify from the AO Abort series
---
tools/libx