From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:41705) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJLJS-0002QL-Fw for qemu-devel@nongnu.org; Mon, 09 May 2011 03:55:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QJLJR-0004D9-FL for qemu-devel@nongnu.org; Mon, 09 May 2011 03:55:30 -0400 Message-ID: <4DC79DEC.50401@redhat.com> Date: Mon, 09 May 2011 09:55:24 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <4DC29287.5030106@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Bug #757654: UHCI fails to signal stall response patch List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Vesely Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org On 05/06/11 10:07, Jan Vesely wrote: > hi, > using the modified (single line) patch only works half-way, it sets > the value in status register (guess that's what that line does :)) > but hw interrupt is not generated. > > I tried adding uhci_update_irq and this patch: > + s->status |= UHCI_STS_USBERR; > + uhci_update_irq(s); > works. Good. Can you create a patch with a changelog entry & signed-off please? I'll go queue it up then. thanks, Gerd