From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52393) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TC2Ng-0008JV-4R for qemu-devel@nongnu.org; Thu, 13 Sep 2012 01:54:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TC2Ne-00041q-PN for qemu-devel@nongnu.org; Thu, 13 Sep 2012 01:54:28 -0400 Received: from smtp1-g21.free.fr ([212.27.42.1]:43333) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TC2Ne-00040H-3U for qemu-devel@nongnu.org; Thu, 13 Sep 2012 01:54:26 -0400 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Thu, 13 Sep 2012 07:54:59 +0200 Message-Id: <1347515701-5513-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 v3 0/2] 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 2/2, because surrounding code= indentation is one tab followed by spaces. I've indented new lines by re= placing the tab by 8 spaces. Patch 1/2 also has indentation errors reported by checkpatch.pl, but I ke= pt indentation consistent. Changes v1 -> v2 - rebased - updated with Aur=C3=A9lien Jarno remarks - improved commit messages Changes v2 -> v3 - removed patch 1/3, already applied to slirp queue - updated with Jan Kiszka remarks Herv=C3=A9 Poussineau (2): slirp: Handle more than 65535 blocks in TFTP transfers slirp: Implement TFTP Blocksize option slirp/tftp.c | 66 ++++++++++++++++++++++++++++++++++++++--------------= ------ slirp/tftp.h | 1 + 2 files changed, 44 insertions(+), 23 deletions(-) --=20 1.7.10.4