[PATCH] slirp: Allow non-local DNS address when restrict is off

2019-10-01 Thread Samuel Thibault
This can be used to set a DNS server to be used by the guest which is different from the one configured on the host. Buglink: https://bugs.launchpad.net/qemu/+bug/1010484 Signed-off-by: Samuel Thibault --- net/slirp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [PATCH] slirp: Allow non-local DNS address when restrict is off

2019-10-01 Thread Thomas Huth
On 01/10/2019 11.04, Philippe Mathieu-Daudé wrote: > Hi Samuel, > > On 9/29/19 8:13 PM, Samuel Thibault wrote: >> This can be used to set a DNS server to be used by the guest which is >> different from the one configured on the host. >> >> This fixes LP 1010484. > > Wow, 7 years old... > > Can

Re: [PATCH] slirp: Allow non-local DNS address when restrict is off

2019-10-01 Thread Philippe Mathieu-Daudé
Hi Samuel, On 9/29/19 8:13 PM, Samuel Thibault wrote: This can be used to set a DNS server to be used by the guest which is different from the one configured on the host. This fixes LP 1010484. Wow, 7 years old... Can you use this format, easier to understand for newcomers: Fixes:

Re: [PATCH] slirp: Allow non-local DNS address when restrict is off

2019-09-29 Thread Marc-André Lureau
On Sun, Sep 29, 2019 at 10:13 PM Samuel Thibault wrote: > > This can be used to set a DNS server to be used by the guest which is > different from the one configured on the host. > > This fixes LP 1010484. > > Signed-off-by: Samuel Thibault Reviewed-by: Marc-André Lureau > --- > net/slirp.c

[PATCH] slirp: Allow non-local DNS address when restrict is off

2019-09-29 Thread Samuel Thibault
This can be used to set a DNS server to be used by the guest which is different from the one configured on the host. This fixes LP 1010484. Signed-off-by: Samuel Thibault --- net/slirp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/slirp.c b/net/slirp.c index