On 18.11.2016 18:51, Samuel Thibault wrote: > From: Vincent Bernat <vinc...@bernat.im> > > 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.