From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49808) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TTXtR-0003j9-Fk for qemu-devel@nongnu.org; Wed, 31 Oct 2012 08:59:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TTXtN-0002B3-0x for qemu-devel@nongnu.org; Wed, 31 Oct 2012 08:59:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53241) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TTXtM-0002Ay-PQ for qemu-devel@nongnu.org; Wed, 31 Oct 2012 08:59:32 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q9VCxVrx003094 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 31 Oct 2012 08:59:31 -0400 From: Hans de Goede Date: Wed, 31 Oct 2012 14:01:13 +0100 Message-Id: <1351688478-14541-1-git-send-email-hdegoede@redhat.com> Subject: [Qemu-devel] [PATCH 0/5] usb: split packet result into actual_length + status v2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org Here is v2 of the split packet result into actual_length + status patchset, as requested this version makes sb_handle_packet and the device's handle_control and handle_data methods return void, to make the sync/async packet handling more alike. This turned out to be quite a bit of work! But is all done now, and it has been thoroughly tested (although with a subset of all supported / emulated qemu usb devices, see the commit message). Please add these to your tree for Anthony. Thanks & Regards, Hans