From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NUpOA-0005FV-16 for qemu-devel@nongnu.org; Tue, 12 Jan 2010 17:39:02 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NUpO5-0005AC-28 for qemu-devel@nongnu.org; Tue, 12 Jan 2010 17:39:01 -0500 Received: from [199.232.76.173] (port=33068 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUpO4-0005A4-S5 for qemu-devel@nongnu.org; Tue, 12 Jan 2010 17:38:56 -0500 Received: from jehova.dsm.dk ([194.182.129.245]:42232) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NUpO4-0005Qt-7R for qemu-devel@nongnu.org; Tue, 12 Jan 2010 17:38:56 -0500 Received: by bwz4 with SMTP id 4so15122335bwz.2 for ; Tue, 12 Jan 2010 14:38:44 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <4B4B80DE.4050607@codemonkey.ws> References: <20100107170128.6751.qmail@jehova.dsm.dk> <4B4B80DE.4050607@codemonkey.ws> Date: Tue, 12 Jan 2010 22:38:44 +0000 Message-ID: <5d932cdc1001121438k38c8c98fp9d60cd1e5660423a@mail.gmail.com> Subject: Re: [Qemu-devel] [PATCH] [tftp] Handle TFTP ERROR from client From: Thomas Horsten Content-Type: text/plain; charset=ISO-8859-1 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org 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 response to a thread), could you please apply that one as well? The subject was "Qemu's internal TFTP server breaks lock-step-iness of TFTP", and it's archived here: http://lists.gnu.org/archive/html/qemu-devel/2010-01/msg00449.html Thomas