From: Olaf Hering <olaf@aepfle.de>
To: Wei Liu <wei.liu2@citrix.com>
Cc: stefano.stabellini@eu.citrix.com, ian.jackson@eu.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 10:49:36 +0200 [thread overview]
Message-ID: <20150424084936.GA3349@aepfle.de> (raw)
In-Reply-To: <1426868353-31557-4-git-send-email-wei.liu2@citrix.com>
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.
Olaf
next prev parent reply other threads:[~2015-04-24 8:49 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 [this message]
2015-04-24 8:57 ` Wei Liu
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=20150424084936.GA3349@aepfle.de \
--to=olaf@aepfle.de \
--cc=ian.campbell@citrix.com \
--cc=ian.jackson@eu.citrix.com \
--cc=stefano.stabellini@eu.citrix.com \
--cc=wei.liu2@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.