Re: [Xen-devel] [PATCH] xenstore: use relative path for device-model node

2015-03-19 Thread Ian Campbell
On Thu, 2015-03-19 at 10:54 +, Wei Liu wrote: > On Wed, Mar 18, 2015 at 01:24:44PM +, Ian Campbell wrote: > > On Fri, 2015-03-13 at 10:38 +, Wei Liu wrote: > > > Signed-off-by: Wei Liu > > > > I suppose that somewhere in the libxl series that > > QEMU_TRADITIONAL_REVISION will need up

Re: [Xen-devel] [PATCH] xenstore: use relative path for device-model node

2015-03-19 Thread Wei Liu
On Wed, Mar 18, 2015 at 01:24:44PM +, Ian Campbell wrote: > On Fri, 2015-03-13 at 10:38 +, Wei Liu wrote: > > Signed-off-by: Wei Liu > > I suppose that somewhere in the libxl series that > QEMU_TRADITIONAL_REVISION will need updating to incorporate this. It > might be useful to note where

Re: [Xen-devel] [PATCH] xenstore: use relative path for device-model node

2015-03-18 Thread Ian Campbell
On Fri, 2015-03-13 at 10:38 +, Wei Liu wrote: > Signed-off-by: Wei Liu I suppose that somewhere in the libxl series that QEMU_TRADITIONAL_REVISION will need updating to incorporate this. It might be useful to note where in that series this can safely be done.. > --- > xenstore.c | 24 ++

Re: [Xen-devel] [PATCH] xenstore: use relative path for device-model node

2015-03-13 Thread Stefano Stabellini
Sounds good to me. It should have been written like this since the beginning. Acked-by: Stefano Stabellini On Fri, 13 Mar 2015, Wei Liu wrote: > Signed-off-by: Wei Liu > --- > xenstore.c | 24 > 1 file changed, 12 insertions(+), 12 deletions(-) > > diff --git a/xenst

Re: [Xen-devel] [PATCH] xenstore: use relative path for device-model node

2015-03-13 Thread Wei Liu
On Fri, Mar 13, 2015 at 10:46:30AM +, Ian Campbell wrote: > On Fri, 2015-03-13 at 10:38 +, Wei Liu wrote: > > Signed-off-by: Wei Liu > > --- > > xenstore.c | 24 > > Is this a qemu path? Trad or upstream? > This is a QEMU trad patch. Sorry it's not clear enough

Re: [Xen-devel] [PATCH] xenstore: use relative path for device-model node

2015-03-13 Thread Ian Campbell
On Fri, 2015-03-13 at 10:38 +, Wei Liu wrote: > Signed-off-by: Wei Liu > --- > xenstore.c | 24 Is this a qemu path? Trad or upstream? > 1 file changed, 12 insertions(+), 12 deletions(-) > > diff --git a/xenstore.c b/xenstore.c > index b0d6f77..09319c7 100644 > ---