On Do, 2017-05-04 at 09:41 +0200, Thomas Huth wrote: > When starting QEMU with the legacy USB serial device like this: > > qemu-system-x86_64 -usbdevice serial:vendorid=0x1234:stdio > > it currently aborts since the vendorid property does not exist > anymore (it has been removed by commit f29783f72ea77dfbd7ea0c9): > > Unexpected error in object_property_find() at qemu/qom/object.c:1008: > qemu-system-x86_64: -usbdevice serial:vendorid=0x1234:stdio: Property > '.vendorid' not found > Aborted (core dumped) > > Fix this crash by issuing a more friendly error message instead > (and simplify the code also a little bit this way).
Added to usb queue. thanks, Gerd