Re: [uml-devel] UML Performance improvement patchset

2014-09-14 Thread Anton Ivanov (antivano)
Hi Richard, hi list. I have found a couple of minor issues which have crept up during porting from 3.3.8 to 3.12-3.15 (I originally wrote all of the improvements for 3.3.8/OpenWRT). I will reissue the patchset with these fixed sometimes this week - descriptions of issues/coming fixes inline.

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 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. Having libdb

[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 --- arch/um/Makefile| 4 +- arch/um/include/shared/os.h | 1 + arch/um/os-Linux/Makefile | 6 ++- arch/um/os-Linux/machined.c | 89 ++