From: Wei Liu <wei.liu2@citrix.com>
To: Olaf Hering <olaf@aepfle.de>
Cc: ian.jackson@eu.citrix.com, stefano.stabellini@eu.citrix.com,
Wei Liu <wei.liu2@citrix.com>,
ian.campbell@citrix.com, xen-devel@lists.xen.org
Subject: Re: [PATCH v3 3/5] libxl: use LIBXL_TOOLSTACK_DOMID
Date: Fri, 24 Apr 2015 09:57:08 +0100 [thread overview]
Message-ID: <20150424085708.GD21871@zion.uk.xensource.com> (raw)
In-Reply-To: <20150424084936.GA3349@aepfle.de>
On Fri, Apr 24, 2015 at 10:49:36AM +0200, Olaf Hering wrote:
> On Fri, Mar 20, Wei Liu wrote:
>
> > +++ b/tools/libxl/libxl_dm.c
> > @@ -1438,6 +1438,8 @@ retry_transaction:
> >
> > spawn->what = GCSPRINTF("domain %d device model", domid);
> > spawn->xspath = GCSPRINTF("/local/domain/0/device-model/%d/state", domid);
> > + spawn->xspath = libxl__device_model_xs_path(gc, LIBXL_TOOLSTACK_DOMID,
> > + domid, "/state");
>
> This assigns xspath twice.
>
Good spot. I will send a patch to fix this. Luckily this doesn't cause
practical problem except for wasting some memory. :-)
Wei.
> Olaf
next prev parent reply other threads:[~2015-04-24 8:57 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-20 16:19 [PATCH v3 0/5] Fix QEMU startup protocol Wei Liu
2015-03-20 16:19 ` [PATCH v3 1/5] libxl: introduce libxl__device_model_xs_path Wei Liu
2015-03-24 14:32 ` Ian Campbell
2015-03-24 14:49 ` Wei Liu
2015-03-24 16:53 ` Ian Campbell
2015-03-24 17:18 ` Ian Campbell
2015-03-20 16:19 ` [PATCH v3 2/5] libxl: remove device model path in libxl__device_model_destroy Wei Liu
2015-03-20 16:19 ` [PATCH v3 3/5] libxl: use LIBXL_TOOLSTACK_DOMID Wei Liu
2015-04-24 8:49 ` Olaf Hering
2015-04-24 8:57 ` Wei Liu [this message]
2015-03-20 16:19 ` [PATCH v3 4/5] libxl: use new QEMU xenstore protocol Wei Liu
2015-03-24 17:16 ` Ian Campbell
2015-03-20 16:19 ` [PATCH v3 5/5] Revert "x86/hvm: wait for at least one ioreq server to be enabled" Wei Liu
2015-03-20 16:43 ` Jan Beulich
2015-03-24 17:19 ` Ian Campbell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150424085708.GD21871@zion.uk.xensource.com \
--to=wei.liu2@citrix.com \
--cc=ian.campbell@citrix.com \
--cc=ian.jackson@eu.citrix.com \
--cc=olaf@aepfle.de \
--cc=stefano.stabellini@eu.citrix.com \
--cc=xen-devel@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.