meta-agl-distro: update x86_64 qemu configuration 35/24335/4
authorScott Murray <scott.murray@konsulko.com>
Tue, 7 Apr 2020 22:38:02 +0000 (18:38 -0400)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 8 Apr 2020 14:37:10 +0000 (14:37 +0000)
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 <scott.murray@konsulko.com>
Change-Id: I46fcbc615821e7ac54a913ca08b66abf2abaaa0b

meta-agl-distro/conf/distro/include/x86_64-tune.inc

index 2efeca0..9f2bdc8 100644 (file)
@@ -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"