xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v9 0/3] xen: add systemd support
@ 2014-07-28 18:03 Luis R. Rodriguez
  2014-07-28 18:03 ` [PATCH v9 1/3] xencommons: move module list into a generic place Luis R. Rodriguez
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Luis R. Rodriguez @ 2014-07-28 18:03 UTC (permalink / raw)
  To: xen-devel; +Cc: Luis R. Rodriguez

From: "Luis R. Rodriguez" <mcgrof@suse.com>

This is the rebase set of patches with the one hunk merged to
address the xencommons script generation.

Luis R. Rodriguez (3):
  xencommons: move module list into a generic place
  autoconf: xen: enable explicit preference option for xenstored
    preference
  systemd: add xen systemd service and module files

 .gitignore                                         |   5 +
 Makefile                                           |   6 +-
 README                                             |  60 ++++++++
 config/Linux.modules                               |  20 +++
 config/Tools.mk.in                                 |   6 +
 m4/README.source                                   |   8 +
 m4/systemd.m4                                      | 123 +++++++++++++++
 m4/xenstored.m4                                    |  56 +++++++
 tools/configure.ac                                 |  30 +++-
 tools/hotplug/Linux/Makefile                       |  19 ++-
 tools/hotplug/Linux/init.d/sysconfig.xencommons    |  33 ----
 tools/hotplug/Linux/init.d/sysconfig.xencommons.in |  42 ++++++
 tools/hotplug/Linux/init.d/xencommons              | 167 ---------------------
 tools/hotplug/Linux/init.d/xencommons.in.in        | 149 ++++++++++++++++++
 tools/hotplug/Linux/systemd/Makefile               |  67 +++++++++
 tools/hotplug/Linux/systemd/proc-xen.mount.in      |   9 ++
 .../Linux/systemd/var-lib-xenstored.mount.in       |  13 ++
 .../systemd/xen-qemu-dom0-disk-backend.service.in  |  22 +++
 .../hotplug/Linux/systemd/xen-watchdog.service.in  |  13 ++
 tools/hotplug/Linux/systemd/xenconsoled.service.in |  20 +++
 tools/hotplug/Linux/systemd/xendomains.service.in  |  16 ++
 tools/hotplug/Linux/systemd/xenstored.service.in   |  27 ++++
 tools/hotplug/Linux/systemd/xenstored.socket.in    |  11 ++
 tools/hotplug/Linux/systemd/xenstored_ro.socket.in |  11 ++
 tools/hotplug/Linux/update-modules.sh              |  30 ++++
 tools/ocaml/xenstored/Makefile                     |   5 +
 tools/xenstore/Makefile                            |   6 +
 27 files changed, 763 insertions(+), 211 deletions(-)
 create mode 100644 config/Linux.modules
 create mode 100644 m4/systemd.m4
 create mode 100644 m4/xenstored.m4
 delete mode 100644 tools/hotplug/Linux/init.d/sysconfig.xencommons
 create mode 100644 tools/hotplug/Linux/init.d/sysconfig.xencommons.in
 delete mode 100644 tools/hotplug/Linux/init.d/xencommons
 create mode 100644 tools/hotplug/Linux/init.d/xencommons.in.in
 create mode 100644 tools/hotplug/Linux/systemd/Makefile
 create mode 100644 tools/hotplug/Linux/systemd/proc-xen.mount.in
 create mode 100644 tools/hotplug/Linux/systemd/var-lib-xenstored.mount.in
 create mode 100644 tools/hotplug/Linux/systemd/xen-qemu-dom0-disk-backend.service.in
 create mode 100644 tools/hotplug/Linux/systemd/xen-watchdog.service.in
 create mode 100644 tools/hotplug/Linux/systemd/xenconsoled.service.in
 create mode 100644 tools/hotplug/Linux/systemd/xendomains.service.in
 create mode 100644 tools/hotplug/Linux/systemd/xenstored.service.in
 create mode 100644 tools/hotplug/Linux/systemd/xenstored.socket.in
 create mode 100644 tools/hotplug/Linux/systemd/xenstored_ro.socket.in
 create mode 100755 tools/hotplug/Linux/update-modules.sh

-- 
2.0.1

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-07-28 18:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-28 18:03 [PATCH v9 0/3] xen: add systemd support Luis R. Rodriguez
2014-07-28 18:03 ` [PATCH v9 1/3] xencommons: move module list into a generic place Luis R. Rodriguez
2014-07-28 18:03 ` [PATCH v9 2/3] autoconf: xen: enable explicit preference option for xenstored preference Luis R. Rodriguez
2014-07-28 18:03 ` [PATCH v9 3/3] systemd: add xen systemd service and module files Luis R. Rodriguez
2014-07-28 18:06 ` [PATCH v9 0/3] xen: add systemd support Luis R. Rodriguez

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).