From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33083) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDfv0-0007A3-LF for qemu-devel@nongnu.org; Mon, 17 Sep 2012 14:19:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TDfuz-0007Kb-Jq for qemu-devel@nongnu.org; Mon, 17 Sep 2012 14:19:38 -0400 Received: from e3.ny.us.ibm.com ([32.97.182.143]:34982) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDfuz-0007Gu-FT for qemu-devel@nongnu.org; Mon, 17 Sep 2012 14:19:37 -0400 Received: from /spool/local by e3.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 17 Sep 2012 14:19:24 -0400 Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [9.56.224.215]) by d01relay03.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q8HIJJZr123588 for ; Mon, 17 Sep 2012 14:19:20 -0400 Received: from d01av01.pok.ibm.com (loopback [127.0.0.1]) by d01av01.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q8HIJE9a026058 for ; Mon, 17 Sep 2012 14:19:19 -0400 From: Anthony Liguori In-Reply-To: <5055814F.4080802@web.de> References: <5055814F.4080802@web.de> Date: Mon, 17 Sep 2012 13:19:08 -0500 Message-ID: <87ehm05x7n.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL] slirp: enhancements of TFTP and small fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Stefan Weil , =?utf-8?Q?Herv=C3=A9?= Poussineau , qemu-devel Jan Kiszka writes: > The following changes since commit e0a1e32dbc41e6b2aabb436a9417dfd32177a3= dc: > > Merge branch 'usb.64' of git://git.kraxel.org/qemu (2012-09-11 18:06:56= +0200) > > are available in the git repository at: > Pulled. Thanks. Regards, Anthony Liguori > git://git.kiszka.org/qemu.git queues/slirp > > Herv=C3=A9 Poussineau (3): > slirp: improve TFTP performance > slirp: Handle more than 65535 blocks in TFTP transfers > slirp: Implement TFTP Blocksize option > > Jan Kiszka (1): > slirp: Remove unused return value of tftp_send_next_block > > Stefan Weil (2): > slirp: Remove wrong type casts ins debug statements > slirp: Fix error reported by static code analysis > > slirp/tcp_subr.c | 8 ++-- > slirp/tftp.c | 104 ++++++++++++++++++++++++++++++++----------------= ------ > slirp/tftp.h | 2 + > 3 files changed, 68 insertions(+), 46 deletions(-)