From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40677) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1atXy4-00037m-Ro for qemu-devel@nongnu.org; Fri, 22 Apr 2016 06:05:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1atXy0-0000Ub-Oj for qemu-devel@nongnu.org; Fri, 22 Apr 2016 06:05:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60746) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1atXy0-0000UW-Jh for qemu-devel@nongnu.org; Fri, 22 Apr 2016 06:05:40 -0400 Message-ID: <1461319536.28204.87.camel@redhat.com> From: Gerd Hoffmann Date: Fri, 22 Apr 2016 12:05:36 +0200 In-Reply-To: <5718F71F.9090507@thunderbug.co.uk> References: <5717F0E5.2090907@thunderbug.co.uk> <1461221063.28204.28.camel@redhat.com> <5718BFA2.4050101@thunderbug.co.uk> <1461248234.28204.31.camel@redhat.com> <5718F4BA.9020203@thunderbug.co.uk> <5718F71F.9090507@thunderbug.co.uk> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] Bug (Regression?) in hw/usb/hcd-uhci.c causes failure of ICH9 host controller and attached Xbox 360 Wireless Receiver List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Joe Clifford Cc: qemu-devel@nongnu.org Hi, > I should add that for some unknown reason, my host machine sometimes=20 > changes the host bus enumeration that has the USB 2.0 hub hanging off=20 > it, that has the pass-through devices attached to it. Probably because linux probes the pci devices in parallel, so whoever finished first gets bus number one. cheers, Gerd