Re: [Qemu-devel] [PATCH] [tftp] Handle TFTP ERROR from client

2010-01-12 Thread Anthony Liguori
On 01/12/2010 04:38 PM, Thomas Horsten wrote: 2010/1/11 Anthony Liguori: On 01/07/2010 11:01 AM, Thomas Horsten wrote: ...The patch from Milan Plzik to return after sending OACK is also required for a complete fix. Applied. Thanks. Thanks. It appears that the

Re: [Qemu-devel] [PATCH] [tftp] Handle TFTP ERROR from client

2010-01-12 Thread Thomas Horsten
2010/1/11 Anthony Liguori : > On 01/07/2010 11:01 AM, Thomas Horsten wrote: >> ...The patch from Milan Plzik to return >> after sending OACK is also required for a complete fix. > Applied. Thanks. Thanks. It appears that the patch Milan submitted was missed (probably because it was in a respon

Re: [Qemu-devel] [PATCH] [tftp] Handle TFTP ERROR from client

2010-01-11 Thread Anthony Liguori
On 01/07/2010 11:01 AM, Thomas Horsten wrote: If a PXE client only wants to find out the size of a file, it will open the file and then abort the transfer by sending a TFTP ERROR packet. The ERROR packet should cause qemu to terminate the session. If not, the sessions will soon run out and cause

[Qemu-devel] [PATCH] [tftp] Handle TFTP ERROR from client

2010-01-07 Thread Thomas Horsten
If a PXE client only wants to find out the size of a file, it will open the file and then abort the transfer by sending a TFTP ERROR packet. The ERROR packet should cause qemu to terminate the session. If not, the sessions will soon run out and cause timeouts in the client. Also, if a TFTP sessio