From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:41760) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QBWW7-0005US-KW for qemu-devel@nongnu.org; Sun, 17 Apr 2011 14:16:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QBWW6-0000rG-PF for qemu-devel@nongnu.org; Sun, 17 Apr 2011 14:16:15 -0400 Received: from smtp5-g21.free.fr ([212.27.42.5]:40088) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QBWW6-0000r3-5W for qemu-devel@nongnu.org; Sun, 17 Apr 2011 14:16:14 -0400 Message-ID: <4DAB2E60.4080503@reactos.org> Date: Sun, 17 Apr 2011 20:16:00 +0200 From: =?ISO-8859-1?Q?Herv=E9_Poussineau?= MIME-Version: 1.0 References: <1302549054-2248-1-git-send-email-hpoussin@reactos.org> <1302549054-2248-2-git-send-email-hpoussin@reactos.org> <20110416091525.GA22205@stefanha-thinkpad.localdomain> In-Reply-To: <20110416091525.GA22205@stefanha-thinkpad.localdomain> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 1/3] slirp: Implement TFTP Blocksize option List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Herve Poussineau , qemu-devel@nongnu.org Hi, Yes, I've tried booting with PXELINUX and gPXE, and I didn't see any=20 problem. Herv=E9 Stefan Hajnoczi a =E9crit : > On Mon, Apr 11, 2011 at 07:10:52PM +0000, Herve Poussineau wrote: > =20 >> From: Herv? Poussineau >> >> This option is described in RFC 1783. As this is only an optional fiel= d, >> we may ignore it in some situations and handle it in some others. >> Here, if client requests a block size bigger than the block size we em= it >> (512 bytes), accept the option with a value of 512 >> >> Signed-off-by: Herv? Poussineau >> --- >> slirp/tftp.c | 40 ++++++++++++++++++++++++++++++++-------- >> 1 files changed, 32 insertions(+), 8 deletions(-) >> =20 > > Have you tested PXELINUX and gPXE? > > Stefan > > > =20