[uml-devel] [PATCH] um: Register UML with systemd-machined

2014-09-14 Thread Thomas Meyer
Call machined's CreateMachine to create a scope unit for the current uml instance. Signed-off-by: Thomas Meyer tho...@m3y3r.de --- arch/um/Makefile| 4 +- arch/um/include/shared/os.h | 1 + arch/um/os-Linux/Makefile | 6 ++- arch/um/os-Linux/machined.c | 89

Re: [uml-devel] [PATCH] um: Register UML with systemd-machined

2014-09-14 Thread Richard Weinberger
On Sun, Sep 14, 2014 at 12:42 PM, Thomas Meyer tho...@m3y3r.de wrote: Call machined's CreateMachine to create a scope unit for the current uml instance. Can you please describe in detail why we need this feature? In general I'm fine with adding such functionality but please make it optional.