qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [Bug 1180924] [NEW] fails to handle a usb serial port w


From: Markus Armbruster
Subject: Re: [Qemu-devel] [Bug 1180924] [NEW] fails to handle a usb serial port with a specific vendorid
Date: Fri, 17 May 2013 09:46:59 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux)

Rostislav Devyatov <address@hidden> 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 <address@hidden>
    Date:   Mon Oct 26 15:56:47 2009 +0100

        usb-serial and braille: use qdev for -usbdevice

        Signed-off-by: Gerd Hoffmann <address@hidden>
        Signed-off-by: Anthony Liguori <address@hidden>

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).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]