diff options
author | Scott Murray <scott.murray@konsulko.com> | 2023-01-18 20:08:56 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2023-01-19 15:34:12 -0500 |
commit | 0eb0e7ad872bc03cbc8af5c95bfe0219ebf06bfd (patch) | |
tree | a57fd08c804cf76e72875e89565b48a41a943ad6 /recipes-extended/agl-qemu-runner/files/agl-qemu-runner.sh | |
parent | 0219e6547b627f45936599fa54e02cad27dee4f4 (diff) |
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 <scott.murray@konsulko.com>
Diffstat (limited to 'recipes-extended/agl-qemu-runner/files/agl-qemu-runner.sh')
-rwxr-xr-x | recipes-extended/agl-qemu-runner/files/agl-qemu-runner.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 6bf2cc4f9..ab3a02c91 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 |