From owner-freebsd-emulation@FreeBSD.ORG Wed Aug 17 21:14:57 2011 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD4101065674; Wed, 17 Aug 2011 21:14:57 +0000 (UTC) (envelope-from kraxel@redhat.com) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx1.freebsd.org (Postfix) with ESMTP id B81028FC0C; Wed, 17 Aug 2011 21:14:57 +0000 (UTC) Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p7HLEqMJ021742 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 17 Aug 2011 17:14:52 -0400 Received: from rincewind.home.kraxel.org (ovpn-113-66.phx2.redhat.com [10.3.113.66]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p7HLEp3n002561; Wed, 17 Aug 2011 17:14:51 -0400 Message-ID: <4E4C2F4A.8080207@redhat.com> Date: Wed, 17 Aug 2011 23:14:50 +0200 From: Gerd Hoffmann User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.20) Gecko/20110805 Red Hat/3.1.12-1.el6_1 Thunderbird/3.1.12 MIME-Version: 1.0 To: Juergen Lock 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 X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 Cc: Hans de Goede , "freebsd-emulation@FreeBSD.org" , "qemu-devel@nongnu.org" , "freebsd-usb@FreeBSD.org" , Hans Petter Selasky Subject: Re: [Qemu-devel] qemu 0.15.0 testing, usb redirection, and libusb_get_device_speed() X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2011 21:14:58 -0000 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