From 6776911249994f732aed8a9c6e0e8395c712c86f Mon Sep 17 00:00:00 2001 From: Kevin Hilman Date: Fri, 21 Jul 2017 18:18:54 +0000 Subject: tests: templates/qemux86-64: KVM updates Updated QEMU commandline arugments to those known to have been validated and working with KVM and with AudioManager and HomeScreen. Change-Id: I7ac722d4cc49dd04db1bd4715ae737e1f21eb36b Signed-off-by: Kevin Hilman Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10307 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller --- templates/machine/qemux86-64/test/hwtest.short.environment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/machine') diff --git a/templates/machine/qemux86-64/test/hwtest.short.environment b/templates/machine/qemux86-64/test/hwtest.short.environment index 779e1b4e0..68b97fb42 100644 --- a/templates/machine/qemux86-64/test/hwtest.short.environment +++ b/templates/machine/qemux86-64/test/hwtest.short.environment @@ -6,5 +6,5 @@ DEVICE_KERNEL=bzImage DEVICE_INITRAMFS=agl-demo-platform-qemux86-64.ext4.xz DEVICE_INITRAMFS_COMPRESSION=xz DEVICE_BOOT_METHOD=qemu -DEVICE_QEMU_ARGS='"-cpu Nehalem,check=false -soundhw hda"' +DEVICE_QEMU_ARGS='"-cpu qemu64,+ssse3,+sse4.1,+sse4.2,+popcnt -m 1048 -soundhw hda"' DEVICE_KERNEL_CMDLINE='"console=ttyS0,115200 root=/dev/hda debug verbose"' -- cgit 1.2.3-korg