Rostislav Devyatov <[email protected]> writes:
> Public bug reported:
>
> If I run qemu-system-i386 with arguments
> -usb -usbdevice serial:vendorid=1221:pty
> (this is what the documentation says about how I shoud add a usb device which
> has a serial port interface and which has a specific vendor id, I used the
> documentation located here:
> http://qemu.weilnetz.de/qemu-doc.html
> ), it says
> char device redirected to /dev/pts/<something> (label usbserial0)
> qemu-system-i386: -usbdevice serial:vendorid=1221:pty: Property '.vendorid'
> not found
> Aborted
[...]
Regression; this definitely worked when I wrote docs/qdev-device-use.txt.
git-bisect fingers
commit 2b0efdc3e116753e349bc3d1888a8520f57e8315
Author: Gerd Hoffmann <[email protected]>
Date: Mon Oct 26 15:56:47 2009 +0100
usb-serial and braille: use qdev for -usbdevice
Signed-off-by: Gerd Hoffmann <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
The commit broke it differently, though: "qdev_prop_set: property "QEMU
USB Serial.vendorid" type mismatch". Property "vendorid"went away much
later.
Gerd, please have a look.
Not a release blocker, since it regressed a long time ago (v0.12).