From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46120) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TB8MK-0003Wv-6d for qemu-devel@nongnu.org; Mon, 10 Sep 2012 14:05:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TB8MD-0001HP-Fd for qemu-devel@nongnu.org; Mon, 10 Sep 2012 14:05:20 -0400 Received: from smtp1-g21.free.fr ([212.27.42.1]:34436) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TB8MC-0000wP-P7 for qemu-devel@nongnu.org; Mon, 10 Sep 2012 14:05:13 -0400 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Mon, 10 Sep 2012 20:05:42 +0200 Message-Id: <1347300346-14482-1-git-send-email-hpoussin@reactos.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH v2 0/3] slirp: tftp server improvements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Jan Kiszka , =?UTF-8?q?Herv=C3=A9=20Poussineau?= These patches have already been sent in April 2011, and contain some fixe= s for the internal TFTP server. With these patches, MS Windows PE can be booted via PXE, and 32MB file li= mitation has been removed. This has been tested with MS Windows 2003 PXE boot client, PXELINUX and g= PXE. Indentation seems a little bit off in patch 3/3, because surrounding code= indentation is one tab followed by spaces. I've indented new lines by re= placing the tab by 8 spaces. Other patches also have indentation errors reported by checkpatch.pl, but= I kept indentation consistent. Changes v1 -> v2 - rebased - updated with Aur=C3=A9lien Jarno remarks - improved commit messages Herv=C3=A9 Poussineau (3): slirp: improve TFTP performance slirp: Handle more than 65535 blocks in TFTP transfers slirp: Implement TFTP Blocksize option slirp/tftp.c | 81 +++++++++++++++++++++++++++++++++++++++-------------= ------ slirp/tftp.h | 2 ++ 2 files changed, 57 insertions(+), 26 deletions(-) --=20 1.7.10.4