qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PULL 00/25] virtio,pc features, fixes


From: Peter Maydell
Subject: Re: [Qemu-devel] [PULL 00/25] virtio,pc features, fixes
Date: Fri, 9 Oct 2015 12:09:49 +0100

On 9 October 2015 at 12:05, Peter Maydell <address@hidden> wrote:
> /home/petmay01/qemu/util/memfd.c: In function ‘memfd_create’:
> /home/petmay01/qemu/util/memfd.c:57:20: error: ‘__NR_memfd_create’
> undeclared (first use in this function)
>      return syscall(__NR_memfd_create, name, flags);
>                     ^

...also given that this warning is making it nice and obvious
that this is adding a new syscall, does it need to be added
to the whitelist in qemu-seccomp.c?

thanks
-- PMM



reply via email to

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