]> git.ipfire.org Git - thirdparty/qemu.git/commit
seccomp: change configure to avoid arm 32 to break
authorEduardo Otubo <eduardo.otubo@profitbricks.com>
Fri, 7 Nov 2014 09:05:44 +0000 (10:05 +0100)
committerEduardo Otubo <eduardo.otubo@profitbricks.com>
Tue, 11 Nov 2014 16:05:21 +0000 (17:05 +0100)
commit4cc47f8b3cc4f32586ba2f7fce1dc267da774a69
tree4378b7f00a6d47d8af2e28fc7889d195440ba7b4
parentf73adec7097ebdbc7168453e638735391a6f7112
seccomp: change configure to avoid arm 32 to break

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-off-by: Eduardo Otubo <eduardo.otubo@profitbricks.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Acked-by: Paul Moore <pmoore@redhat.com>
configure