From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46696) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TfYMz-0007vc-Ji for qemu-devel@nongnu.org; Mon, 03 Dec 2012 10:55:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TfYMt-0006MX-KV for qemu-devel@nongnu.org; Mon, 03 Dec 2012 10:55:45 -0500 Received: from mx1.redhat.com ([209.132.183.28]:31090) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TfYMt-0006MH-CU for qemu-devel@nongnu.org; Mon, 03 Dec 2012 10:55:39 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qB3Ftb1W032239 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 3 Dec 2012 10:55:38 -0500 Received: from [10.34.27.233] (dhcp-27-233.brq.redhat.com [10.34.27.233]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id qB3FtZ4I014495 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Mon, 3 Dec 2012 10:55:37 -0500 Message-ID: <50BCCB77.1080404@redhat.com> Date: Mon, 03 Dec 2012 16:55:35 +0100 From: =?ISO-8859-1?Q?J=E1n_Tomko?= MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] detecting seccomp sandbox capability via QMP List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hello, is there a way to check if QEMU was compiled with --enable-seccomp via QMP? Jan