From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53972) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ugr0J-0002wl-VO for qemu-devel@nongnu.org; Mon, 27 May 2013 02:34:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ugr09-0003w8-PH for qemu-devel@nongnu.org; Mon, 27 May 2013 02:33:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44423) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ugr09-0003vu-Hc for qemu-devel@nongnu.org; Mon, 27 May 2013 02:33:49 -0400 Message-ID: <51A2FE48.9040208@redhat.com> Date: Mon, 27 May 2013 08:33:44 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <20130516173517.573.9514.malonedeb@soybean.canonical.com> <20130516173517.573.9514.malonedeb@soybean.canonical.com> <8738tmhwuk.fsf@blackfin.pond.sub.org> In-Reply-To: <8738tmhwuk.fsf@blackfin.pond.sub.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Bug 1180924] [NEW] fails to handle a usb serial port with a specific vendorid List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: Bug 1180924 <1180924@bugs.launchpad.net>, qemu-devel@nongnu.org Hi, >> (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/ (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. > Not a release blocker, since it regressed a long time ago (v0.12). Guess the docs should be updated, unless someone can come up with a reasonable use case for the vendorid + deviceid properties. cheers, Gerd