Re: [Qemu-devel] [PATCH] seccomp: Add support for ppc/ppc64

2016-06-15 Thread Eduardo Otubo
On Wed, Jun 01, 2016 at 06=30=18PM -0500, Michael Strosaker wrote: > Support for ppc/ppc64 is official in libseccomp 2.3.0, so modify the > configuration script to allow qemuu to enable seccomp for those platforms. > > Signed-off-by: Michael Strosaker > --- > configure | 3 +++ > 1 file changed,

[Qemu-devel] [PATCH] seccomp: Add support for ppc/ppc64

2016-06-01 Thread Michael Strosaker
Support for ppc/ppc64 is official in libseccomp 2.3.0, so modify the configuration script to allow qemuu to enable seccomp for those platforms. Signed-off-by: Michael Strosaker --- configure | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure b/configure index b5aab72..79b571d 10075