From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:57297) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkcUq-0000Iu-Mj for qemu-devel@nongnu.org; Tue, 10 Jan 2012 09:16:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RkcUl-0004PT-UB for qemu-devel@nongnu.org; Tue, 10 Jan 2012 09:16:16 -0500 Received: from mx1.redhat.com ([209.132.183.28]:37186) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkcUl-0004PL-LR for qemu-devel@nongnu.org; Tue, 10 Jan 2012 09:16:11 -0500 Message-ID: <4F0C4825.8080908@redhat.com> Date: Tue, 10 Jan 2012 15:16:05 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1326201188-13478-1-git-send-email-hdegoede@redhat.com> In-Reply-To: <1326201188-13478-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/5] usb-redir: Clear iso / irq error when stopping the stream List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hans de Goede Cc: qemu-devel@nongnu.org Hi, On 01/10/12 14:13, Hans de Goede wrote: > And ignore status messages from the client which arrive after stream > stop (the stream stop send to the client and an error status reported by > the client my cross each other due to network latency). Series looks fine. Anthony, can you pull it in? thanks, Gerd The following changes since commit 520a02f8b844152929817b686113aed27229d3a9: cris-dis: Clean memory allocation (2012-01-10 09:36:43 +0100) are available in the git repository at: git://git.kraxel.org/qemu usb.35 Hans de Goede (5): usb-redir: Clear iso / irq error when stopping the stream usb-redir: Dynamically adjust iso buffering size based on ep interval usb-redir: Pre-fill our isoc input buffer before sending pkts to the host usb-redir: Try to keep our buffer size near the target size usb-redir: Improve some debugging messages usb-redir.c | 118 +++++++++++++++++++++++++++++++++++++++++++++++++++------- 1 files changed, 103 insertions(+), 15 deletions(-)