qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Eduardo Otubo <eduardo.otubo@profitbricks.com>
To: Michael Strosaker <strosake@linux.vnet.ibm.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] seccomp: Add support for ppc/ppc64
Date: Wed, 15 Jun 2016 09:44:26 +0200	[thread overview]
Message-ID: <20160615074426.GA25161@vader> (raw)
In-Reply-To: <1464823818-13901-1-git-send-email-strosake@linux.vnet.ibm.com>

[-- 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 --]

      reply	other threads:[~2016-06-15  7:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-01 23:30 [Qemu-devel] [PATCH] seccomp: Add support for ppc/ppc64 Michael Strosaker
2016-06-15  7:44 ` Eduardo Otubo [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160615074426.GA25161@vader \
    --to=eduardo.otubo@profitbricks.com \
    --cc=qemu-devel@nongnu.org \
    --cc=strosake@linux.vnet.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).