From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60252) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c808H-0000T6-Qs for qemu-devel@nongnu.org; Sat, 19 Nov 2016 02:32:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c808D-0005Or-UJ for qemu-devel@nongnu.org; Sat, 19 Nov 2016 02:32:17 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39032) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c808D-0005Oh-Of for qemu-devel@nongnu.org; Sat, 19 Nov 2016 02:32:13 -0500 References: <20161118175128.17192-1-samuel.thibault@ens-lyon.org> <20161118175128.17192-2-samuel.thibault@ens-lyon.org> From: Thomas Huth Message-ID: <6e88c2ca-d43b-27ab-6acb-fa4c958ca976@redhat.com> Date: Sat, 19 Nov 2016 08:32:07 +0100 MIME-Version: 1.0 In-Reply-To: <20161118175128.17192-2-samuel.thibault@ens-lyon.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL] tftp: fake support for netascii protocol List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, samuel.thibault@ens-lyon.org, Vincent Bernat , Jan Kiszka , Stefan Hajnoczi On 18.11.2016 18:51, Samuel Thibault wrote: > From: Vincent Bernat > > Some network equipments are requesting a file using the netascii > protocol and this is not configurable. Currently, qemu's tftpd only > supports the octet protocol. This commit makes it accept the netascii > protocol as well but do not perform the requested transformation (LF -> > CR,LF) as it would be far more complex. That sounds somewhat wrong to me. QEMU now seems to support a transfer mode that is not really implemented. I think you should at least issue a qemu_log_mask(LOG_UNIMP, "...") call in that case. Thomas PS: As far as I know, this month, PULL requests should be CC:ed to Stefan, not Peter, since Peter is away.