Re: [Qemu-devel] [PATCH] seccomp: libseccomp version varying according to arch

2015-03-26 Thread Peter Maydell
On 26 March 2015 at 16:21, Juan Quintela wrote: > Eduardo Otubo wrote: >> Libseccomp dependency was mandating version 2.2.0 on all architectures >> and this was causing configure and virt-test to break on non-updates >> distros. This patch works-around it and give a more flexible way to >> check

Re: [Qemu-devel] [PATCH] seccomp: libseccomp version varying according to arch

2015-03-26 Thread Juan Quintela
Eduardo Otubo wrote: > Libseccomp dependency was mandating version 2.2.0 on all architectures > and this was causing configure and virt-test to break on non-updates > distros. This patch works-around it and give a more flexible way to > check the version, giving more time for other distros to upda

[Qemu-devel] [PATCH] seccomp: libseccomp version varying according to arch

2015-03-26 Thread Eduardo Otubo
Libseccomp dependency was mandating version 2.2.0 on all architectures and this was causing configure and virt-test to break on non-updates distros. This patch works-around it and give a more flexible way to check the version, giving more time for other distros to update libseccomp version. Signed