From 10729614963b9e9b2348ca2c1db53aca88d9b322 Mon Sep 17 00:00:00 2001 From: Toni Saario Date: Tue, 17 Dec 2024 21:23:12 +0200 Subject: [PATCH] Coin: VxWorks x86_64 add -enable-kvm parameter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This makes the qemu virtualize the target rather than emulating it. Virtualization allows few times better performance in tests. Change-Id: I7a5f7e3e2b04c52034325459ef05bfc0dce5d0b7 Reviewed-by: Simo Fält (cherry picked from commit ecff7e6ddc3984681538acaecd8e2858b4fa3e99) Reviewed-by: Qt Cherry-pick Bot (cherry picked from commit 8fb747f92e954cb3173612a356d16cad16b24736) --- coin/provisioning/common/linux/vxworks_qemu_launcher.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/coin/provisioning/common/linux/vxworks_qemu_launcher.sh b/coin/provisioning/common/linux/vxworks_qemu_launcher.sh index 2c345150..d6dc4886 100755 --- a/coin/provisioning/common/linux/vxworks_qemu_launcher.sh +++ b/coin/provisioning/common/linux/vxworks_qemu_launcher.sh @@ -35,6 +35,7 @@ elif [ "$TYPE" = "intel" ]; then -smp 8 \ -m 8G \ -cpu "Skylake-Client" \ + -enable-kvm \ -monitor none \ -nographic \ -serial null \