From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=47888 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OJteT-00070I-99 for qemu-devel@nongnu.org; Wed, 02 Jun 2010 15:30:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OJteP-0002Fo-Ah for qemu-devel@nongnu.org; Wed, 02 Jun 2010 15:30:57 -0400 Received: from adelie.canonical.com ([91.189.90.139]:44116) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OJteP-0002Fj-5G for qemu-devel@nongnu.org; Wed, 02 Jun 2010 15:30:53 -0400 Received: from loganberry.canonical.com ([91.189.90.37]) by adelie.canonical.com with esmtp (Exim 4.69 #1 (Debian)) id 1OJteM-0000eQ-Vi for ; Wed, 02 Jun 2010 20:30:51 +0100 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 089752E82A2 for ; Wed, 2 Jun 2010 20:30:43 +0100 (BST) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Date: Wed, 02 Jun 2010 19:23:53 -0000 From: Anthony Liguori Sender: bounces@canonical.com References: <20090119231638.9106.73451.malonedeb@gangotri.canonical.com> Message-Id: <20100602192354.24539.93760.launchpad@gandwana.canonical.com> Errors-To: bounces@canonical.com Subject: [Qemu-devel] [Bug 319014] Re: serial usb-device can't be passed-through to a guest Reply-To: Bug 319014 <319014@bugs.launchpad.net> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org ** Changed in: qemu Status: New =3D> Fix Released -- = serial usb-device can't be passed-through to a guest https://bugs.launchpad.net/bugs/319014 You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. Status in QEMU: Fix Released Status in CentOS: New Bug description: Hello, I use Debian Lenny with qemu/kvm version 79. If I try to pass-through my "U= S Robotics 56K USB Modem Model 5637" to any guest, I get an perror("usb_lin= ux_update_endp_table"). So, I've searched through the qemu-devel archives and found the following t= hread: http://www.archivum.info/qemu-devel@nongnu.org/2008-10/msg00299.html If I remove the "return 1;" as stated above my usb modem get's successfully= passed-through to the guest and the modem works fine. Is there any chance to get serial usb devices to work out of standard qemu/= kvm, without the need to apply this line to every qemu/kvm version? NicoP.