From 0eb0e7ad872bc03cbc8af5c95bfe0219ebf06bfd Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 18 Jan 2023 20:08:56 -0500 Subject: Update guest input and CAN configuration for QEMU+KVM demo Changes: - Tweak agl-qemu-runner to make CAN options configurable. - Update the IVI guest image agl-qemu-runner configurations to enable an emulated PCI CAN device mapped to the host can0. - Update the IVI guest image agl-qemu-runner configurations to change the input device to a USB passthrough corresponding to the bottom USB 2.0 connector of the 2x stack on the reference hardware, so that a USB touchscreen can be used for demos. Bug-AGL: SPEC-4618 Change-Id: I3c89dcdc6a7c07e2d161f095eaa28c3a1cb1343b Signed-off-by: Scott Murray --- recipes-extended/agl-qemu-runner/files/agl-qemu-runner.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-extended/agl-qemu-runner/files') diff --git a/recipes-extended/agl-qemu-runner/files/agl-qemu-runner.sh b/recipes-extended/agl-qemu-runner/files/agl-qemu-runner.sh index 6bf2cc4f..ab3a02c9 100755 --- a/recipes-extended/agl-qemu-runner/files/agl-qemu-runner.sh +++ b/recipes-extended/agl-qemu-runner/files/agl-qemu-runner.sh @@ -66,5 +66,6 @@ qemu-system-${arch} \ -device virtio-gpu-gl-device \ -display sdl,gl=on -vga std \ ${QEMU_AUDIO_OPT} \ + ${QEMU_CAN_OPT} \ ${QEMU_EXTRA_OPT} \ -full-screen -- cgit 1.2.3-korg