Re: [Qemu-devel] [PATCHv3] seccomp: change configure to avoid arm 32 to break

2014-11-07 Thread Paul Moore
On Friday, November 07, 2014 10:05:44 AM Eduardo Otubo wrote: > Current stable version of libseccomp (2.1.1) only supports i386 and > x86_64 archs correctly. This patch limits the usage of the syscall > filter for those archs and updates to the correct last version of > libseccomp. > > This patch

Re: [Qemu-devel] [PATCHv3] seccomp: change configure to avoid arm 32 to break

2014-11-07 Thread Peter Maydell
On 7 November 2014 09:05, Eduardo Otubo wrote: > Current stable version of libseccomp (2.1.1) only supports i386 and > x86_64 archs correctly. This patch limits the usage of the syscall > filter for those archs and updates to the correct last version of > libseccomp. > > This patch also fixes the

[Qemu-devel] [PATCHv3] seccomp: change configure to avoid arm 32 to break

2014-11-07 Thread Eduardo Otubo
Current stable version of libseccomp (2.1.1) only supports i386 and x86_64 archs correctly. This patch limits the usage of the syscall filter for those archs and updates to the correct last version of libseccomp. This patch also fixes the bug: https://bugs.launchpad.net/qemu/+bug/1363641 Signed-o