From ecff7e6ddc3984681538acaecd8e2858b4fa3e99 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. Pick-to: 6.9 6.10 Change-Id: I7a5f7e3e2b04c52034325459ef05bfc0dce5d0b7 Reviewed-by: Simo Fält --- 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 93795583..502de204 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 16G \ -cpu "Skylake-Client" \ + -enable-kvm \ -monitor none \ -nographic \ -serial null \