From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:35229) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QtnS1-0008IF-Vi for qemu-devel@nongnu.org; Wed, 17 Aug 2011 17:15:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QtnS0-0004FE-Up for qemu-devel@nongnu.org; Wed, 17 Aug 2011 17:15:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40866) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QtnS0-0004FA-NL for qemu-devel@nongnu.org; Wed, 17 Aug 2011 17:15:00 -0400 Message-ID: <4E4C2F4A.8080207@redhat.com> Date: Wed, 17 Aug 2011 23:14:50 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <201108160937.39168.hselasky@c2i.net> <20110816195422.GB84056@triton8.kn-bremen.de> In-Reply-To: <20110816195422.GB84056@triton8.kn-bremen.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] qemu 0.15.0 testing, usb redirection, and libusb_get_device_speed() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juergen Lock Cc: Hans de Goede , "freebsd-emulation@FreeBSD.org" , "qemu-devel@nongnu.org" , "freebsd-usb@FreeBSD.org" , Hans Petter Selasky Hi, > a) the FETCHENTRY:.. crash also happens without any device redirection > with FreeBSD 8.2 (at least) guests and ehci enabled (-readconfig > docs/ich9-ehci-uhci.cfg), and That will likely happen with a freebsd guest on a linux host too, looks like freebsd asks ehci to do something which isn't (fully) implemented in the emulation code. Will have a look. > qemu ... \ > -readconfig docs/ich9-ehci-uhci.cfg \ > -chardev socket,id=usbredirchardev,host=localhost,port=4000 \ > -device usb-redir,chardev=usbredirchardev,id=usbredirdev > > qemu 0.15.0 tries to attach the redirected usb 2.0 device to the > uhci bus instead of to the ehci one and if yes, how can I fix that? -device usb-redir,bus=ehci.0,... HTH, Gerd