Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

bootable-newinstaller: Commit

bootable/newinstaller


Commit MetaInfo

Revisióned56d9e482ee2fa585249c58cb7c4f650e2ed099 (tree)
Tiempo2019-03-19 17:31:42
AutorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

qemu-android: update options

According to QEMU document, the '-usbdevice' option is deprecated.
Use the new '-device usb-...' option instead.

Cambiar Resumen

Diferencia incremental

--- a/rpm/qemu-android
+++ b/rpm/qemu-android
@@ -46,7 +46,8 @@ run_qemu_on_port()
4646 -append "CMDLINE console=ttyS0 RAMDISK=vdb $DATADEV" \
4747 -initrd initrd.img \
4848 -m 2048 -smp 2 -cpu host \
49- -usbdevice tablet -machine vmport=off \
49+ -usb -device usb-tablet,bus=usb-bus.0 \
50+ -machine vmport=off \
5051 -soundhw ac97 \
5152 -serial mon:stdio \
5253 -boot menu=on \
Show on old repository browser