From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38144) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPTeV-0000fu-DR for qemu-devel@nongnu.org; Tue, 09 Apr 2013 04:11:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPTeU-0005II-9R for qemu-devel@nongnu.org; Tue, 09 Apr 2013 04:11:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59331) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPTeU-0005IB-0h for qemu-devel@nongnu.org; Tue, 09 Apr 2013 04:11:38 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r398BbmC004189 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 9 Apr 2013 04:11:37 -0400 From: Hans de Goede Date: Tue, 9 Apr 2013 10:15:11 +0200 Message-Id: <1365495312-9070-1-git-send-email-hdegoede@redhat.com> Subject: [Qemu-devel] [PATCH 0/1] ehci_free_packet: Discard finished packets when the queue is halted v2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org Hi Gerd, Here is a v2 of the patch I send yesterday, changed in v2 is that the warning is only printed when packets with a status of success are dropped, since on a regular stall or disconnect chances are all other packets in the queue also have completed with an error status when we process the queue. This is a normal condition, on which we should not warn / log. Regards, Hans