From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47105) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ctamk-0002n1-OR for qemu-devel@nongnu.org; Thu, 30 Mar 2017 10:10:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ctamg-00018l-KX for qemu-devel@nongnu.org; Thu, 30 Mar 2017 10:10:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34584) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ctamg-00017Y-FE for qemu-devel@nongnu.org; Thu, 30 Mar 2017 10:10:42 -0400 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 5B90E6A6D0 for ; Thu, 30 Mar 2017 14:10:41 +0000 (UTC) Message-ID: <1490883039.28523.25.camel@redhat.com> From: Gerd Hoffmann Date: Thu, 30 Mar 2017 16:10:39 +0200 In-Reply-To: <20170330122354.GF2800@work-vm> References: <20170330122354.GF2800@work-vm> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] xhci migration breakage List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert" Cc: qemu-devel@nongnu.org Hi, > I guess maybe there's a kick needed pre/post migrate? Sure, but it is there already (post_load arms kick_timer for active endpoints), so it isn't *that* simple. Looking at this I have no idea offhand, guess I have to schedule some debugging for tomorrow. Keep me posted in case you continue digging. cheers, Gerd