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

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. I don't have working
SystemD setup to test it so it's only RFC. I basically Copy-n-paste from some
existing service config to make up that one.

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 +-
 4 files changed, 18 insertions(+), 1 deletion(-)
 create mode 100644 tools/hotplug/Linux/systemd/xen-init-dom0.service.in

-- 
1.7.10.4

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

end of thread, other threads:[~2014-10-22 20:26 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-20 15:01 [PATCH RFC 0/3] tools: systemd patches Wei Liu
2014-10-20 15:01 ` [PATCH RFC 1/3] systemd: fix clean target in Makefile Wei Liu
2014-10-22 11:12   ` Ian Campbell
2014-10-20 15:01 ` [PATCH RFC 2/3] systemd: add xen-init-dom0 service Wei Liu
2014-10-20 15:24   ` Olaf Hering
2014-10-20 15:40     ` Wei Liu
2014-10-21  8:24       ` Olaf Hering
2014-10-21  9:20         ` Wei Liu
2014-10-21 17:06           ` Mark Pryor
2014-10-22 11:58             ` Wei Liu
2014-10-20 18:53   ` Mark Pryor
2014-10-20 20:27     ` Wei Liu
2014-10-20 20:49       ` Mark Pryor
2014-10-20 21:00         ` Wei Liu
2014-10-21  7:27       ` Olaf Hering
2014-10-21  8:49         ` Ian Campbell
2014-10-21  9:18           ` Wei Liu
2014-10-20 15:01 ` [PATCH RFC 3/3] systemd: xendomains now depends on xen-init-dom0 Wei Liu
2014-10-22 11:14   ` Ian Campbell
2014-10-22 11:51     ` Olaf Hering
2014-10-22 12:02       ` Wei Liu
2014-10-22 12:11         ` Andrew Cooper
2014-10-22 12:18         ` Olaf Hering
2014-10-22 12:20           ` Wei Liu
2014-10-22 20:26             ` Konrad Rzeszutek Wilk

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.