On Tue, 15 Sep 2015 15:54:05 -0700 Ben Longbons <[email protected]> wrote:
> Package: qemu-user-static
> Version: 1:2.4+dfsg-2
> Severity: wishlist
> 
> Dear Maintainer,
> 
> I recently discovered systemd-nspawn and machinectl. After working
> through various bugs (try to use at least systemd 226 on the host)
> I started playing with emulated builds, but a full boot didn't work.
> 
> Note that calling systemd-nspawn *without* -b does produce a working
> shell.
[]
> Looking at the arm64 syscall list, 264 is sys_name_to_handle_at and 74 is 
> sys_signalfd4.

I looked at this, and can say it is not an easy thing to implement.

The system call is trivial to do in qemu, but the problem is that
we have to catch reads from the file descriptor returned, and
convert signalfd_siginfo structure between host and target.

That's probably why it hasn't been implemented so far.

Hwell...

/mjt

Reply via email to