All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] tools: systemd patches
@ 2014-10-21  9:56 Wei Liu
  2014-10-21  9:56 ` [PATCH 1/3] systemd: fix clean target in Makefile Wei Liu
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Wei Liu @ 2014-10-21  9:56 UTC (permalink / raw)
  To: xen-devel; +Cc: olaf, Wei Liu, ian.campbell

This small series tries to fix some problems in systemd stuffs.

The first patch was based on one of Olaf's email on fixing the clean target.

Patch 2 and 3 add a missing service to run xen-init-dom0.  The basic thing is
that we need to run xen-init-dom0 to generate JSON config stub for Dom0 before
xendomains. xen-init-dom0 only needs to run once.

Wei.

Wei Liu (3):
  systemd: fix clean target in Makefile
  systemd: add xen-init-dom0 service
  systemd: xendomains now depends on xen-init-dom0

 tools/configure.ac                                   |    1 +
 tools/hotplug/Linux/systemd/Makefile                 |    2 ++
 tools/hotplug/Linux/systemd/xen-init-dom0.service.in |   14 ++++++++++++++
 tools/hotplug/Linux/systemd/xendomains.service.in    |    2 +-
 tools/hotplug/Linux/systemd/xenstored.service.in     |    2 --
 5 files changed, 18 insertions(+), 3 deletions(-)
 create mode 100644 tools/hotplug/Linux/systemd/xen-init-dom0.service.in

-- 
1.7.10.4

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

end of thread, other threads:[~2014-10-23 17:01 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-21  9:56 [PATCH 0/3] tools: systemd patches Wei Liu
2014-10-21  9:56 ` [PATCH 1/3] systemd: fix clean target in Makefile Wei Liu
2014-10-22 11:22   ` Ian Campbell
2014-10-22 20:23     ` Konrad Rzeszutek Wilk
2014-10-21  9:56 ` [PATCH 2/3] systemd: add xen-init-dom0 service Wei Liu
2014-10-22 11:23   ` Ian Campbell
2014-10-23 16:05   ` Anthony PERARD
2014-10-23 16:48     ` Olaf Hering
2014-10-23 17:01       ` Wei Liu
2014-10-21  9:56 ` [PATCH 3/3] systemd: xendomains now depends on xen-init-dom0 Wei Liu
2014-10-22 11:23   ` Ian Campbell
2014-10-22 11:57   ` Anthony PERARD
2014-10-22 12:07     ` Wei Liu

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.