Re: [Xen-devel] [PATCH v1 2/2] libxl: re-implement libxl__xs_printf()

2015-12-15 Thread Ian Campbell
On Tue, 2015-12-15 at 12:29 +, Ian Campbell wrote: > On Tue, 2015-12-08 at 17:04 +, Ian Campbell wrote: > > On Wed, 2015-12-02 at 15:22 +, Paul Durrant wrote: > > > > -Original Message- > > > > From: Ian Campbell [mailto:ian.campb...@citrix.com] > > > > Sent: 02 December 2015

Re: [Xen-devel] [PATCH v1 2/2] libxl: re-implement libxl__xs_printf()

2015-12-15 Thread Ian Campbell
On Tue, 2015-12-08 at 17:04 +, Ian Campbell wrote: > On Wed, 2015-12-02 at 15:22 +, Paul Durrant wrote: > > > -Original Message- > > > From: Ian Campbell [mailto:ian.campb...@citrix.com] > > > Sent: 02 December 2015 15:21 > > > To: Paul Durrant; xen-de...@lists.xenproject.org > > >

Re: [Xen-devel] [PATCH v1 2/2] libxl: re-implement libxl__xs_printf()

2015-12-15 Thread Ian Campbell
On Tue, 2015-12-15 at 13:52 +, Paul Durrant wrote: > > Specifically I have "[PATCH v2 0/3] libxl: xenstore related cleanup" and a > > precursor, but I think all of that has subsequently ended up as the two > > other series which already got applied, is that right? > > That's right. The

Re: [Xen-devel] [PATCH v1 2/2] libxl: re-implement libxl__xs_printf()

2015-12-15 Thread Paul Durrant
> -Original Message- > From: Ian Campbell [mailto:ian.campb...@citrix.com] > Sent: 15 December 2015 12:31 > To: Paul Durrant; xen-de...@lists.xenproject.org > Cc: Ian Jackson; Stefano Stabellini; Wei Liu > Subject: Re: [Xen-devel] [PATCH v1 2/2] libxl: re-implemen

Re: [Xen-devel] [PATCH v1 2/2] libxl: re-implement libxl__xs_printf()

2015-12-08 Thread Ian Campbell
On Wed, 2015-12-02 at 15:22 +, Paul Durrant wrote: > > -Original Message- > > From: Ian Campbell [mailto:ian.campb...@citrix.com] > > Sent: 02 December 2015 15:21 > > To: Paul Durrant; xen-de...@lists.xenproject.org > > Cc: Ian Jackson; Stefano Stabellini; Wei Liu > > Subject: Re:

Re: [Xen-devel] [PATCH v1 2/2] libxl: re-implement libxl__xs_printf()

2015-12-02 Thread Paul Durrant
> -Original Message- > From: Ian Campbell [mailto:ian.campb...@citrix.com] > Sent: 02 December 2015 15:21 > To: Paul Durrant; xen-de...@lists.xenproject.org > Cc: Ian Jackson; Stefano Stabellini; Wei Liu > Subject: Re: [PATCH v1 2/2] libxl: re-implement libxl__xs_printf() > > On Tue,

Re: [Xen-devel] [PATCH v1 2/2] libxl: re-implement libxl__xs_printf()

2015-12-02 Thread Ian Campbell
On Tue, 2015-12-01 at 13:55 +, Paul Durrant wrote: > This patch adds a new libxl__xs_vprintf() which actually checks the > success of the underlying call to xs_write() (logging if it fails) and > then re-implements libxl__xs_printf() using this (and replacing the > call to vasprintf() with a

[Xen-devel] [PATCH v1 2/2] libxl: re-implement libxl__xs_printf()

2015-12-01 Thread Paul Durrant
This patch adds a new libxl__xs_vprintf() which actually checks the success of the underlying call to xs_write() (logging if it fails) and then re-implements libxl__xs_printf() using this (and replacing the call to vasprintf() with a call to libxl__vsprintf()). libxl__xs_vprintf() is added to the

[Xen-devel] [PATCH v1 2/2] libxl: re-implement libxl__xs_printf()

2015-11-25 Thread Paul Durrant
This patch adds a new libxl__xs_vprintf() which actually checks the success of the underlying call to xs_write() (logging if it fails) and then re-implements libxl__xs_printf() using this (and replacing the call to vasprintf() with a call to libxl__vsprintf()). libxl__xs_vprintf() is added to the