summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Hilman <khilman@baylibre.com>2017-07-21 18:18:54 +0000
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-07-21 20:11:35 +0000
commitc98f9081feb96a5c979b64d100a23c51050f1b69 (patch)
treea1736554b5c85a0b5d68c59c41d388c56d03432f
parent2acf164e2e748d8591e5caac981b66e1db5aaf99 (diff)
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 <khilman@baylibre.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10311 Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
-rw-r--r--templates/machine/qemux86-64/test/hwtest.short.environment2
1 files changed, 1 insertions, 1 deletions
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"'