qemu-user: add execveat syscall support
Goal
qemu-user should support the execveat syscall, which appeared in Linux 3.19.
Technical details
execveat is much like execve, except that rather than taking a path to an executable to fire up, it accepts an open file descriptor from which that executable can be read.