Re: [Qemu-devel] [PATCH 1/2 v4] slirp: Add domainname option to slirp's DHCP server

2018-03-04 Thread Samuel Thibault
Benjamin Drung, on mar. 27 févr. 2018 17:06:01 +0100, wrote: > This patch will allow the user to include the domainname option in > replies from the built-in DHCP server. > > Signed-off-by: Benjamin Drung Reviewed-by: Samuel Thibault and applied to my tree. Samuel > --- > net/slirp.c |

[Qemu-devel] [PATCH 1/2 v4] slirp: Add domainname option to slirp's DHCP server

2018-02-27 Thread Benjamin Drung
This patch will allow the user to include the domainname option in replies from the built-in DHCP server. Signed-off-by: Benjamin Drung --- net/slirp.c | 12 +--- qapi/net.json| 4 qemu-options.hx | 7 +-- slirp/bootp.c| 8 slirp/libslirp.h | 2 +- sli