Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Aug 2011 23:14:50 +0200
From:      Gerd Hoffmann <kraxel@redhat.com>
To:        Juergen Lock <nox@jelal.kn-bremen.de>
Cc:        Hans de Goede <hdegoede@redhat.com>, "freebsd-emulation@FreeBSD.org" <freebsd-emulation@freebsd.org>, "qemu-devel@nongnu.org" <qemu-devel@nongnu.org>, "freebsd-usb@FreeBSD.org" <freebsd-usb@freebsd.org>, Hans Petter Selasky <hselasky@c2i.net>
Subject:   Re: [Qemu-devel] qemu 0.15.0 testing, usb redirection, and libusb_get_device_speed()
Message-ID:  <4E4C2F4A.8080207@redhat.com>
In-Reply-To: <20110816195422.GB84056@triton8.kn-bremen.de>
References:  <201108160937.39168.hselasky@c2i.net> <20110816195422.GB84056@triton8.kn-bremen.de>

next in thread | previous in thread | raw e-mail | index | archive | help
   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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4E4C2F4A.8080207>