From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: Re: [PATCH] xenstore: use relative path for device-model node Date: Fri, 13 Mar 2015 11:01:09 +0000 Message-ID: <20150313110109.GA8588@zion.uk.xensource.com> References: <1426242875-24446-1-git-send-email-wei.liu2@citrix.com> <1426243119-24591-1-git-send-email-wei.liu2@citrix.com> <1426243590.32572.110.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1426243590.32572.110.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: anthony.perard@citrix.com, ian.jackson@eu.citrix.com, stefano.stabellini@eu.citrix.com, Wei Liu , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Fri, Mar 13, 2015 at 10:46:30AM +0000, Ian Campbell wrote: > On Fri, 2015-03-13 at 10:38 +0000, 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 in the subject line. Though I have a similar patch for upstream QEMU, there is no need to send it now because it's not affected by this protocol change. Wei.