From: Michael Strosaker <strosake@linux.vnet.ibm.com>
To: qemu-devel@nongnu.org
Cc: eduardo.otubo@profitbricks.com
Subject: [Qemu-devel] [PATCH] seccomp: Add support for ppc/ppc64
Date: Wed, 1 Jun 2016 18:30:18 -0500 [thread overview]
Message-ID: <1464823818-13901-1-git-send-email-strosake@linux.vnet.ibm.com> (raw)
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
next reply other threads:[~2016-06-02 3:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-01 23:30 Michael Strosaker [this message]
2016-06-15 7:44 ` [Qemu-devel] [PATCH] seccomp: Add support for ppc/ppc64 Eduardo Otubo
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=1464823818-13901-1-git-send-email-strosake@linux.vnet.ibm.com \
--to=strosake@linux.vnet.ibm.com \
--cc=eduardo.otubo@profitbricks.com \
--cc=qemu-devel@nongnu.org \
/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).