On 17 March 2015 at 10:02, fupan <fupan...@windriver.com> wrote:
> Did the qemu user mode support the systemd, cause I
> met the following error while start an arm lxc on  x86-64:
>
> qemu: Unsupported syscall: 355
> Failed to allocate manager object: Function not implemented

355 is signalfd4, which we don't currently implement.
A well designed userspace program will gracefully fall
back to some other implementation if it tries a newer
syscall but it doesn't exist.

-- PMM

Reply via email to