From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42464) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOiZA-0002Qq-Nc for qemu-devel@nongnu.org; Wed, 25 Sep 2013 02:27:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VOiZ4-0005LF-Oa for qemu-devel@nongnu.org; Wed, 25 Sep 2013 02:27:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:19828) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOiZ4-0005LB-GY for qemu-devel@nongnu.org; Wed, 25 Sep 2013 02:27:10 -0400 Message-ID: <1380090426.3625.2.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Wed, 25 Sep 2013 08:27:06 +0200 In-Reply-To: <20130925005535.25429.95578@loki> References: <1377693786-10844-1-git-send-email-kraxel@redhat.com> <1377693786-10844-7-git-send-email-kraxel@redhat.com> <20130925005535.25429.95578@loki> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 05/10] xhci: emulate intr endpoint intervals correctly List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Roth Cc: qemu-devel@nongnu.org On Di, 2013-09-24 at 19:55 -0500, Michael Roth wrote: > Quoting Gerd Hoffmann (2013-08-28 07:43:01) > > Respect the interval for interrupt endpoints, so we don't finish > > transfers as fast as possible but at the rate configured by the guest. > > > > Fixes guest deadlocks triggered by interrupt storms. > > > > Cc: > > Was this meant to go to qemu-stable? Yes. As you seem to be busy collecting stable patches, here is another one without cc qemu-stable which should go into 1.6.1: c58c7b959b93b864a27fd6b3646ee1465ab8832b thanks, Gerd