From patchwork Fri May 4 09:17:56 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anthony PERARD X-Patchwork-Id: 908623 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=nongnu.org (client-ip=2001:4830:134:3::11; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=citrix.com Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 40cmg15jp4z9s35 for ; Fri, 4 May 2018 19:19:23 +1000 (AEST) Received: from localhost ([::1]:33265 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fEWs4-0008Ht-E7 for incoming@patchwork.ozlabs.org; Fri, 04 May 2018 05:19:20 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42869) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fEWre-0008Hm-9N for qemu-devel@nongnu.org; Fri, 04 May 2018 05:18:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fEWrb-0003zE-3y for qemu-devel@nongnu.org; Fri, 04 May 2018 05:18:54 -0400 Received: from smtp03.citrix.com ([162.221.156.55]:30305) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fEWra-0003v8-Rc for qemu-devel@nongnu.org; Fri, 04 May 2018 05:18:51 -0400 X-IronPort-AV: E=Sophos;i="5.49,361,1520899200"; d="scan'208";a="53671962" From: Anthony PERARD To: Date: Fri, 4 May 2018 10:17:56 +0100 Message-ID: <20180504091756.31302-1-anthony.perard@citrix.com> X-Mailer: git-send-email 2.17.0 In-Reply-To: <87lgdjvem0.fsf@dusky.pond.sub.org> References: <87lgdjvem0.fsf@dusky.pond.sub.org> MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 162.221.156.55 Subject: [Qemu-devel] [PATCH] configure: Add explanation for --enable-xen-pci-passthrough X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Anthony PERARD , Stefano Stabellini , Markus Armbruster Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" Signed-off-by: Anthony PERARD Reviewed-by: Markus Armbruster --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 1443422e83..e961473e76 100755 --- a/configure +++ b/configure @@ -1586,7 +1586,7 @@ disabled with --disable-FEATURE, default is enabled if available: virtfs VirtFS mpath Multipath persistent reservation passthrough xen xen backend driver support - xen-pci-passthrough + xen-pci-passthrough PCI passthrough support for Xen brlapi BrlAPI (Braile) curl curl connectivity membarrier membarrier system call (for Linux 4.14+ or Windows)