From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-qv1-xf44.google.com ([2607:f8b0:4864:20::f44]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1iZQUc-0002RK-Ay for ptxdist@pengutronix.de; Tue, 26 Nov 2019 03:22:21 +0100 Received: by mail-qv1-xf44.google.com with SMTP id d12so4702413qvv.12 for ; Mon, 25 Nov 2019 18:22:18 -0800 (PST) From: Alexander Aring Date: Mon, 25 Nov 2019 21:22:04 -0500 Message-Id: <20191126022204.22658-1-alex.aring@gmail.com> MIME-Version: 1.0 Subject: [ptxdist] [PATCH] rules: host-qemu: enable kvm by default List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Alexander Aring This patch enables kvm feature of qemu by default. So far I know there exists no additional library dependency to enable this feature. In some combinations of host architecture and emulated architecture it can increase the performance significantly. Signed-off-by: Alexander Aring --- rules/host-qemu.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/host-qemu.make b/rules/host-qemu.make index 7735f9218..66d30726f 100644 --- a/rules/host-qemu.make +++ b/rules/host-qemu.make @@ -105,7 +105,7 @@ HOST_QEMU_CONF_OPT = \ --disable-curl \ --enable-fdt \ --disable-bluez \ - --disable-kvm \ + --enable-kvm \ --disable-hax \ --disable-rdma \ --disable-pvrdma \ -- 2.20.1 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de