From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52463) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJO3W-0008Cf-Su for qemu-devel@nongnu.org; Wed, 13 Jan 2016 11:13:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aJO3R-0003yB-11 for qemu-devel@nongnu.org; Wed, 13 Jan 2016 11:13:54 -0500 Received: from mx1.redhat.com ([209.132.183.28]:40330) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJO3Q-0003y1-Rx for qemu-devel@nongnu.org; Wed, 13 Jan 2016 11:13:48 -0500 Message-ID: <1452701626.11179.3.camel@redhat.com> From: Gerd Hoffmann Date: Wed, 13 Jan 2016 17:13:46 +0100 In-Reply-To: <20160112145655.GO17626@redhat.com> References: <1452608259.29014.26.camel@redhat.com> <20160112143640.GF4841@noname.redhat.com> <20160112145655.GO17626@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] usb-storage assertions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: Kevin Wolf , hdegoede@redhat.com, Andrey Korolyov , "qemu-devel@nongnu.org" On Di, 2016-01-12 at 14:56 +0000, Daniel P. Berrange wrote: > On Tue, Jan 12, 2016 at 03:36:40PM +0100, Kevin Wolf wrote: > > Am 12.01.2016 um 15:17 hat Gerd Hoffmann geschrieben: > > > On Sa, 2016-01-09 at 20:34 +0300, Andrey Korolyov wrote: > > > > Hello, > > > >=20 > > > > during regular operations within linux guest with USB EHCI frontend= I > > > > am seeing process crashes with an assert during regular operations > > > > like dpkg install: > > > >=20 > > > > hw/usb/dev-storage.c:334: usb_msd_handle_reset: Assertion `s->req = =3D=3D > > > > ((void *)0)' failed. > > > > 10000000 > > 400000 > > 100000 > > > Yes, that works with QEMU and will map through to the -drive I/O > tuning parameters. Works, successfully slowing down things to the point that a git clone of a linux kernel source tree from another machine in the same lan takes hours instead of minutes. That doesn't seem to be enough to trigger the asserts though :( Things are very slow but rock solid ... cheers, Gerd