From 81cd099c47b8bafb1d47d4d2042bc23b16b079e0 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 7 Apr 2020 18:38:02 -0400 Subject: meta-agl-distro: update x86_64 qemu configuration Replace the long ago deprecated and now no longer supported "-usbdevice tablet" option with the newer "-device usb-tablet" in the QB_OPT_APPEND definition in our local x86_64 tuning file. Without this, runqemu fails for the qemux86-64 target on dunfell. Bug-AGL: SPEC-3302 Signed-off-by: Scott Murray Change-Id: I46fcbc615821e7ac54a913ca08b66abf2abaaa0b --- meta-agl-distro/conf/distro/include/x86_64-tune.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-agl-distro') diff --git a/meta-agl-distro/conf/distro/include/x86_64-tune.inc b/meta-agl-distro/conf/distro/include/x86_64-tune.inc index 2efeca04d..9f2bdc867 100644 --- a/meta-agl-distro/conf/distro/include/x86_64-tune.inc +++ b/meta-agl-distro/conf/distro/include/x86_64-tune.inc @@ -52,4 +52,4 @@ QB_CPU_x86-64 = "-cpu qemu64,+ssse3,+sse4.1,+sse4.2,+popcnt" QB_CPU_KVM_x86-64 = "-cpu kvm64 -cpu qemu64,+ssse3,+sse4.1,+sse4.2,+popcnt" # Add the 'virtio-rng-pci' device otherwise the guest may run out of entropy -QB_OPT_APPEND = "-vga vmware -show-cursor -usb -usbdevice tablet -device virtio-rng-pci" +QB_OPT_APPEND = "-vga vmware -show-cursor -usb -device usb-tablet -device virtio-rng-pci" -- cgit 1.2.3-korg