Skip to content

Commit 77915d4

Browse files
kerndev-run: add dirty commented out usb options
1 parent b15b4aa commit 77915d4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

kerndev-run

+5
Original file line numberDiff line numberDiff line change
@@ -132,5 +132,10 @@ else
132132
trap "kerndev-qemu-tap-helper.sh $SUDO_USER $tap_nic $br_nic $wan_nic down" EXIT
133133
fi
134134

135+
# Possible USB flags:
136+
# -usb \
137+
# -device usb-ehci,id=ehci \
138+
# -device usb-mouse,bus=usb-bus.0 \
139+
135140
$qemu $shared_opts $numa_opts $arch_opts $arch_net_opts $QEMU_CUSTOM_SETTINGS \
136141
-kernel $kernel_image_path -append "$shared_append $arch_append"

0 commit comments

Comments
 (0)