Le 30/06/2015 19:49, Peter Maydell a écrit : > Syscall 370 is name_to_handle_at, and 355 is signalfd4. (Likely if > name_to_handle_at succeeds then it'll want open_by_handle_at too.) > > This patch implements the signalfd syscalls, though we haven't got to > reviewing it yet. > http://patchwork.ozlabs.org/patch/478072/ > > It looks like systemd is coping with 370 not being implemented, so that > might be enough to get it running. >
I have also a patch for name_to_handle_at: https://github.com/vivier/qemu-m68k/commit/2ebda8d4578345a60dadc4d85cfb1b8d69b8aa10 I've written open_by_handle_at for testing purpose. It is not needed by systemd. https://github.com/vivier/qemu-m68k/commit/030b720a0ba75a81ec689621f4fac696ccbff22d I can post them if needed. I'm also trying to boot systemd (fedora 21/ppc64). But, for me, this is not enough. Netlink seems needed too. I'm working on this... Laurent