From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53403) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TF5KM-0006my-Ft for qemu-devel@nongnu.org; Fri, 21 Sep 2012 11:39:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TF5KK-0000xr-DY for qemu-devel@nongnu.org; Fri, 21 Sep 2012 11:39:38 -0400 Received: from nm17.bullet.mail.bf1.yahoo.com ([98.139.212.176]:29695) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1TF5KK-0000xe-6p for qemu-devel@nongnu.org; Fri, 21 Sep 2012 11:39:36 -0400 From: Shawn Starr Date: Fri, 21 Sep 2012 11:39:30 -0400 Message-ID: <1516085.s32nvIE3nq@segfault.sh0n.net> In-Reply-To: <505C5B3C.8050202@redhat.com> References: <3321480.8UDes0xfFC@segfault.sh0n.net> <2098688.OVovPi9fnz@segfault.sh0n.net> <505C5B3C.8050202@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [Qemu-devel] EHCI USB regression in 1.2.0 - ehci_state_fetchqtd() asserting List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hans de Goede Cc: qemu-devel@nongnu.org, gerd@kraxel.org On Friday, September 21, 2012 02:19:08 PM Hans de Goede wrote: > Hi, > > Ok, so your using host redirection here, see the device usb-host > > > In addition, if i disable usb-redirection device the cam works as it did > > before (although like before, the video image is upside down in some > > applications). > > When you say disable the usb-redirection device, do you mean removing > the host redirection, and selecting the cam for redirection in a > spice client (ie remote-viewer) instead, or... ? > > Can you please try, disabling host-redirection, then connecting to > the vm with remote-viewer and then selecting the cam from > remote-viewers UI? > > Thanks, > > Hans Hi Hans, I am using usb-host and it works. If I keep usb-host and add usb-redirection it shows those errors. Your patch however did fix using host-usb alone. I don't have a setup that can let me use usb-redirection unfortunately. Thanks, Shawn.