From: Juergen Gross <jgross@suse.com>
To: xen-devel@lists.xen.org
Cc: Juergen Gross <jgross@suse.com>,
wei.liu2@citrix.com, andrew.cooper3@citrix.com,
ian.jackson@eu.citrix.com, ross.lagerwall@citrix.com,
dave@recoil.org
Subject: [PATCH v2 0/2] tools: make xenstore domain/daemon configurable
Date: Wed, 20 Jul 2016 09:58:38 +0200 [thread overview]
Message-ID: <1469001520-23816-1-git-send-email-jgross@suse.com> (raw)
Add a configuration option to /etc/sysconfig/xencommons to let the
user configure whether he wants to start xenstore service as a daemon
or as a stubdom.
Changes in V2:
- move service type modification form patch 2 to patch 1 as implied by
Ross Lagerwall (at least I guess so)
- add .gitignore entry for launch-xenstore
Juergen Gross (2):
tools: remove systemd xenstore socket definitions
tools: make xenstore domain easy configurable
.gitignore | 1 +
tools/configure | 4 +-
tools/hotplug/Linux/Makefile | 1 +
tools/hotplug/Linux/init.d/sysconfig.xencommons.in | 42 +++++-
tools/hotplug/Linux/init.d/xencommons.in | 35 +----
tools/hotplug/Linux/launch-xenstore.in | 84 +++++++++++
tools/hotplug/Linux/systemd/Makefile | 5 -
tools/hotplug/Linux/systemd/xenstored.service.in | 14 +-
tools/hotplug/Linux/systemd/xenstored.socket.in | 13 --
tools/hotplug/Linux/systemd/xenstored_ro.socket.in | 13 --
tools/ocaml/xenstored/Makefile | 10 +-
tools/ocaml/xenstored/systemd.ml | 17 ---
tools/ocaml/xenstored/systemd.mli | 24 ----
tools/ocaml/xenstored/systemd_stubs.c | 153 ---------------------
tools/ocaml/xenstored/utils.ml | 21 +--
tools/ocaml/xenstored/xenstored.ml | 2 -
tools/xenstore/Makefile | 3 -
tools/xenstore/xenstored_core.c | 113 +--------------
18 files changed, 144 insertions(+), 411 deletions(-)
create mode 100644 tools/hotplug/Linux/launch-xenstore.in
delete mode 100644 tools/hotplug/Linux/systemd/xenstored.socket.in
delete mode 100644 tools/hotplug/Linux/systemd/xenstored_ro.socket.in
delete mode 100644 tools/ocaml/xenstored/systemd.ml
delete mode 100644 tools/ocaml/xenstored/systemd.mli
delete mode 100644 tools/ocaml/xenstored/systemd_stubs.c
--
2.6.6
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
next reply other threads:[~2016-07-20 7:58 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-20 7:58 Juergen Gross [this message]
2016-07-20 7:58 ` [PATCH v2 1/2] tools: remove systemd xenstore socket definitions Juergen Gross
2016-07-20 10:36 ` Ian Jackson
2016-07-20 11:17 ` Juergen Gross
2016-07-20 7:58 ` [PATCH v2 2/2] tools: make xenstore domain easy configurable Juergen Gross
2016-07-20 10:43 ` Ian Jackson
2016-07-20 11:18 ` Juergen Gross
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=1469001520-23816-1-git-send-email-jgross@suse.com \
--to=jgross@suse.com \
--cc=andrew.cooper3@citrix.com \
--cc=dave@recoil.org \
--cc=ian.jackson@eu.citrix.com \
--cc=ross.lagerwall@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).