From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60366) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dsUCl-0008AP-7K for qemu-devel@nongnu.org; Thu, 14 Sep 2017 09:29:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dsUCf-0001jQ-Og for qemu-devel@nongnu.org; Thu, 14 Sep 2017 09:29:19 -0400 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:40433) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dsUCf-0001iH-E2 for qemu-devel@nongnu.org; Thu, 14 Sep 2017 09:29:13 -0400 Received: from pps.filterd (m0098399.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.21/8.16.0.21) with SMTP id v8EDRjxL084534 for ; Thu, 14 Sep 2017 09:29:12 -0400 Received: from e06smtp13.uk.ibm.com (e06smtp13.uk.ibm.com [195.75.94.109]) by mx0a-001b2d01.pphosted.com with ESMTP id 2cynry4vue-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Thu, 14 Sep 2017 09:29:11 -0400 Received: from localhost by e06smtp13.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 14 Sep 2017 14:29:08 +0100 References: <1505385363-27717-1-git-send-email-thuth@redhat.com> From: Halil Pasic Date: Thu, 14 Sep 2017 15:29:04 +0200 MIME-Version: 1.0 In-Reply-To: <1505385363-27717-1-git-send-email-thuth@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Message-Id: <7c37fbac-b908-b575-b590-72a4d4e043a1@linux.vnet.ibm.com> Subject: Re: [Qemu-devel] [PATCH] configure: Allow --enable-seccomp on s390x, too List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth , qemu-devel@nongnu.org, Cornelia Huck , Christian Borntraeger Cc: Eduardo Otubo , David Hildenbrand , Farhan Ali , Pierre Morel , Christian Ehrhardt , Claudio Imbrenda , Jason J Herne , Dong Jia Shi On 09/14/2017 12:36 PM, Thomas Huth wrote: > libseccomp supports s390x since version 2.3.0, and I was able to start > a VM with "-sandbox on" without any obvious problems by using this patch, > so it should be safe to allow --enable-seccomp on s390x nowadays, too. > > Signed-off-by: Thomas Huth ack