From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56598) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TC1s9-0001FV-57 for qemu-devel@nongnu.org; Thu, 13 Sep 2012 01:21:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TC1s8-00033u-DG for qemu-devel@nongnu.org; Thu, 13 Sep 2012 01:21:53 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46841) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TC1s8-00033T-4j for qemu-devel@nongnu.org; Thu, 13 Sep 2012 01:21:52 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q8D5LoRn014235 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 13 Sep 2012 01:21:51 -0400 Message-ID: <50516D6C.9070806@redhat.com> Date: Thu, 13 Sep 2012 07:21:48 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1347455320-10809-1-git-send-email-hdegoede@redhat.com> In-Reply-To: <1347455320-10809-1-git-send-email-hdegoede@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/9] ehci: Don't set seen to 0 when removing unseen queue-heads List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hans de Goede Cc: qemu-devel@nongnu.org On 09/12/12 15:08, Hans de Goede wrote: > When removing unseen queue-heads from the async queue list, we should not > set the seen flag to 0, as this may cause them to be removed by > ehci_queues_rip_unused() during the next call to ehci_advance_async_state() > if the timer is late or running at a low frequency. Patch series added to usb patch queue. thanks, Gerd