Re: [Qemu-devel] [RFC] [PATCHv2 1/2] Adding support for libseccomp in configure

2012-06-13 Thread Blue Swirl
On Wed, Jun 13, 2012 at 7:20 PM, Eduardo Otubo wrote: > Adding basic options to the configure script to use libseccomp or not. > The default is set to 'no'. If the flag --enable-libseccomp is used, the > script will check for its existence using pkg-config. > > v2: As I removed all the code relate

[Qemu-devel] [RFC] [PATCHv2 1/2] Adding support for libseccomp in configure

2012-06-13 Thread Eduardo Otubo
Adding basic options to the configure script to use libseccomp or not. The default is set to 'no'. If the flag --enable-libseccomp is used, the script will check for its existence using pkg-config. v2: As I removed all the code related to seccomp from vl.c, I created qemu-seccomp.[ch]. I am also m