qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Re: clfs arm problem


From: Pablo Virolainen
Subject: Re: [Qemu-devel] Re: clfs arm problem
Date: Wed, 28 Feb 2007 13:44:34 +0200
User-agent: Thunderbird 1.5.0.9 (X11/20070104)

Rodrigo Vivi kirjoitti:
Hi all,

I've just noticed that qemu does not has the xxxxat() syscalls support
implemented yet...

Does anyone has a patch that implements these syscalls:

.long sys_openat        /* 295 */
.long sys_mkdirat
.long sys_mknodat
.long sys_fchownat
.long sys_futimesat
.long sys_fstatat64     /* 300 */
.long sys_unlinkat
.long sys_renameat
.long sys_linkat
.long sys_symlinkat
.long sys_readlinkat        /* 305 */
.long sys_fchmodat
.long sys_faccessat
If I'm correct these *at calls was added to Linux in kernel 2.6.16. So setting LD_ASSUME_KERNEL may help.

Pablo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]