View Single Post
Posts: 2 | Thanked: 3 times | Joined on Jan 2010 @ France
#8
There are two things here :

- The unsupported syscall 240 is __NR_futex. The problem is that QEMU doesn't support NPTL for x86. This will certainly cause some problems with clone.

- You shouldn't mix host and guest files in the same place! Copy an x86 filesystem somewhere, and chroot into it from inside QEMU. That's the safest way of doing things
 

The Following 2 Users Say Thank You to ldesnogu For This Useful Post: