From: Aurelien Chartier <aurelien.chartier@citrix.com>
To: David Vrabel <david.vrabel@citrix.com>
Cc: "konrad.wilk@oracle.com" <konrad.wilk@oracle.com>,
"xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>,
Ian Campbell <Ian.Campbell@citrix.com>,
"JBeulich@suse.com" <JBeulich@suse.com>,
Stefano Stabellini <Stefano.Stabellini@eu.citrix.com>
Subject: Re: [PATCH V3 1/2] xenbus: save xenstore local status for later use
Date: Tue, 14 May 2013 14:07:44 +0100 [thread overview]
Message-ID: <51923720.9010309@citrix.com> (raw)
In-Reply-To: <51920F23.2070500@citrix.com>
On 14/05/13 11:17, David Vrabel wrote:
> On 13/05/13 14:13, Aurelien Chartier wrote:
>> Save the xenstore local status computed in xenbus_init. It can then be used
>> later to check if xenstored is running in that domain
>>
>> Signed-off-by: Aurelien Chartier <aurelien.chartier@citrix.com>
> Looks straightforward to me.
>
> Reviewed-by: David Vrabel <david.vrabel@citrix.com>
>
>> ---
>> drivers/xen/xenbus/xenbus_comms.h | 1 +
>> drivers/xen/xenbus/xenbus_probe.c | 27 ++++++++++++---------------
>> drivers/xen/xenbus/xenbus_probe.h | 7 +++++++
>> 3 files changed, 20 insertions(+), 15 deletions(-)
>>
>> diff --git a/drivers/xen/xenbus/xenbus_comms.h b/drivers/xen/xenbus/xenbus_comms.h
>> index c8abd3b..be329a1 100644
>> --- a/drivers/xen/xenbus/xenbus_comms.h
>> +++ b/drivers/xen/xenbus/xenbus_comms.h
>> @@ -45,6 +45,7 @@ int xb_wait_for_data_to_read(void);
>> int xs_input_avail(void);
>> extern struct xenstore_domain_interface *xen_store_interface;
>> extern int xen_store_evtchn;
>> +extern enum xenstore_init xen_store_domain;
> This name suggests it's used for a dom ID. Perhaps xen_store_domain_type?
Indeed, the name is confusing. I will change it for xen_store_domain_type.
next prev parent reply other threads:[~2013-05-14 13:07 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-13 13:13 [PATCH V3 0/2] xenbus: Fix S3 frontend resume when xenstored is not running Aurelien Chartier
2013-05-13 13:13 ` [PATCH V3 1/2] xenbus: save xenstore local status for later use Aurelien Chartier
2013-05-14 10:17 ` David Vrabel
2013-05-14 13:07 ` Aurelien Chartier [this message]
2013-05-13 13:13 ` [PATCH V3 2/2] xenbus: delay xenbus frontend resume is xenstored is not running Aurelien Chartier
2013-05-14 10:09 ` David Vrabel
2013-05-14 13:04 ` Aurelien Chartier
2013-05-14 13:38 ` David Vrabel
2013-05-14 13:54 ` Aurelien Chartier
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=51923720.9010309@citrix.com \
--to=aurelien.chartier@citrix.com \
--cc=Ian.Campbell@citrix.com \
--cc=JBeulich@suse.com \
--cc=Stefano.Stabellini@eu.citrix.com \
--cc=david.vrabel@citrix.com \
--cc=konrad.wilk@oracle.com \
--cc=xen-devel@lists.xensource.com \
/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.