mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Alexander Aring <alex.aring@gmail.com>
To: ptxdist@pengutronix.de
Cc: Alexander Aring <alex.aring@gmail.com>
Subject: [ptxdist] [PATCH] rules: host-qemu: enable kvm by default
Date: Mon, 25 Nov 2019 21:22:04 -0500	[thread overview]
Message-ID: <20191126022204.22658-1-alex.aring@gmail.com> (raw)

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 <alex.aring@gmail.com>
---
 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

                 reply	other threads:[~2019-11-26  2:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191126022204.22658-1-alex.aring@gmail.com \
    --to=alex.aring@gmail.com \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox