Re: [Qemu-devel] [PATCH v2] slirp: Implement RFC2132 TFTP server name

2018-08-27 Thread Fam Zheng
On Mon, 08/27 08:51, Thomas Huth wrote: > On 2018-08-27 04:22, Fam Zheng wrote: > > This new usernet option can be used to add data for option 66 (tftp > > server name) in the BOOTP reply, which is useful in PXE based automatic > > OS install such as OpenBSD. > > > > Signed-off-by: Fam Zheng > >

Re: [Qemu-devel] [PATCH v2] slirp: Implement RFC2132 TFTP server name

2018-08-26 Thread Thomas Huth
On 2018-08-27 04:22, Fam Zheng wrote: > This new usernet option can be used to add data for option 66 (tftp > server name) in the BOOTP reply, which is useful in PXE based automatic > OS install such as OpenBSD. > > Signed-off-by: Fam Zheng > --- > > v2: - Adjust parameter order and field placem

[Qemu-devel] [PATCH v2] slirp: Implement RFC2132 TFTP server name

2018-08-26 Thread Fam Zheng
This new usernet option can be used to add data for option 66 (tftp server name) in the BOOTP reply, which is useful in PXE based automatic OS install such as OpenBSD. Signed-off-by: Fam Zheng --- v2: - Adjust parameter order and field placement to be closer to other tftp options. [Samuel] -