foxlet / macOS-Simple-KVM

Tools to set up a quick macOS VM in QEMU, accelerated by KVM.
13.61k stars 1.14k forks source link

-device usb-host - guest-reset parameter not found #601

Open MayaBloodsAI opened 1 year ago

MayaBloodsAI commented 1 year ago

I try to add to basic.sh the following line:

-device usb-host,vendorid=0x05ac,productid=0x12a8,id=iphone,guest-reset=false

but I get the error:

Property '.guest-reset" not found.

Thanks,

y0va commented 9 months ago

According to the qemu docs the usb-host device setting does not have guest-reset nor id properties.