From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33559) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6VkI-0008Sk-7O for qemu-devel@nongnu.org; Thu, 23 Jan 2014 20:39:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W6Vk9-0000Rs-0J for qemu-devel@nongnu.org; Thu, 23 Jan 2014 20:39:46 -0500 Received: from e23smtp02.au.ibm.com ([202.81.31.144]:45480) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6Vk8-0000R8-6F for qemu-devel@nongnu.org; Thu, 23 Jan 2014 20:39:36 -0500 Received: from /spool/local by e23smtp02.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 24 Jan 2014 11:39:31 +1000 From: Stewart Smith Date: Fri, 24 Jan 2014 12:39:09 +1100 Message-Id: <1390527551-22069-5-git-send-email-stewart@linux.vnet.ibm.com> In-Reply-To: <1390527551-22069-1-git-send-email-stewart@linux.vnet.ibm.com> References: <1390452896-20146-1-git-send-email-stewart@linux.vnet.ibm.com> <1390527551-22069-1-git-send-email-stewart@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH v2 4/6] configure: add help for --disable-xfsctl and --enable-xfsctl List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, Stewart Smith Previously undocumented configure options Signed-off-by: Stewart Smith --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index c225291..e607ebf 100755 --- a/configure +++ b/configure @@ -1252,6 +1252,8 @@ Advanced options, features (experts only): --enable-xen enable xen backend driver support --disable-xen-pci-passthrough --enable-xen-pci-passthrough + --disable-xfsctl disable xfsctl calls in block/raw (posix) + --enable-xfsctl enable xfsctl (ZERO_RANGE and UNRESVSP) in block/raw Advanced options, Guest Agent (experts only): --disable-guest-agent disable building of the QEMU Guest Agent -- 1.8.4.2