From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52172) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3jwx-0003VV-F3 for qemu-devel@nongnu.org; Tue, 21 Aug 2012 04:36:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T3jws-0003yA-Fb for qemu-devel@nongnu.org; Tue, 21 Aug 2012 04:36:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:11656) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3jws-0003xv-7X for qemu-devel@nongnu.org; Tue, 21 Aug 2012 04:36:30 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q7L8aT77022896 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 21 Aug 2012 04:36:29 -0400 Message-ID: <5033488B.4090100@redhat.com> Date: Tue, 21 Aug 2012 10:36:27 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1345217228-9734-1-git-send-email-hdegoede@redhat.com> In-Reply-To: <1345217228-9734-1-git-send-email-hdegoede@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] usb-redir: Never return USB_RET_NAK for async handled packets List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hans de Goede Cc: qemu-devel@nongnu.org On 08/17/12 17:27, Hans de Goede wrote: > USB_RET_NAK is not a valid response for async handled packets (and will > trigger an assert as such). > > Also drop the warning when receiving a status of cancelled for packets not > cancelled by qemu itself, this can happen when a device gets unredirected > by the usbredir-host while transfers are pending. Patch added to usb patch queue (2+3 from v1 too). thanks, Gerd