qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] seccomp: Add support for ppc/ppc64
@ 2016-06-01 23:30 Michael Strosaker
  2016-06-15  7:44 ` Eduardo Otubo
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Strosaker @ 2016-06-01 23:30 UTC (permalink / raw)
  To: qemu-devel; +Cc: eduardo.otubo

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 <strosake@linux.vnet.ibm.com>
---
 configure | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configure b/configure
index b5aab72..79b571d 100755
--- a/configure
+++ b/configure
@@ -1879,6 +1879,9 @@ if test "$seccomp" != "no" ; then
     arm|aarch64)
         libseccomp_minver="2.2.3"
         ;;
+    ppc|ppc64)
+        libseccomp_minver="2.3.0"
+        ;;
     *)
         libseccomp_minver=""
         ;;
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH] seccomp: Add support for ppc/ppc64
  2016-06-01 23:30 [Qemu-devel] [PATCH] seccomp: Add support for ppc/ppc64 Michael Strosaker
@ 2016-06-15  7:44 ` Eduardo Otubo
  0 siblings, 0 replies; 2+ messages in thread
From: Eduardo Otubo @ 2016-06-15  7:44 UTC (permalink / raw)
  To: Michael Strosaker; +Cc: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 940 bytes --]

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 <strosake@linux.vnet.ibm.com>
> ---
>  configure | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/configure b/configure
> index b5aab72..79b571d 100755
> --- a/configure
> +++ b/configure
> @@ -1879,6 +1879,9 @@ if test "$seccomp" != "no" ; then
>      arm|aarch64)
>          libseccomp_minver="2.2.3"
>          ;;
> +    ppc|ppc64)
> +        libseccomp_minver="2.3.0"
> +        ;;
>      *)
>          libseccomp_minver=""
>          ;;
> -- 
> 1.8.3.1
> 

Acked-by: Eduardo Otubo <eduardo.otubo@profitbricks.com>

Patch looks good. I'll send a pull request shortly.

Thanks for the contribution.

-- 
Eduardo Otubo
ProfitBricks GmbH

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-06-15  7:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-01 23:30 [Qemu-devel] [PATCH] seccomp: Add support for ppc/ppc64 Michael Strosaker
2016-06-15  7:44 ` Eduardo Otubo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).