Re: [PATCH 05/10] slirp: update for iOS resolv fix

2020-10-14 Thread Joelle van Dyne
Sorry, I was not aware of the rules for RFC. I will remove this one from the v2 patch set. If and when the libslirp changes are in, what are the procedures for sending the QEMU side changes? -j On Tue, Oct 13, 2020 at 7:59 AM Philippe Mathieu-Daudé wrote: > On 10/13/20 4:38 PM, Marc-André Lurea

Re: [PATCH 05/10] slirp: update for iOS resolv fix

2020-10-13 Thread Philippe Mathieu-Daudé
On 10/13/20 4:38 PM, Marc-André Lureau wrote: Hi On Tue, Oct 13, 2020 at 5:34 PM Philippe Mathieu-Daudé mailto:phi...@redhat.com>> wrote: On 10/13/20 1:29 AM, Joelle van Dyne wrote: > From: osy mailto:os...@users.noreply.github.com>> > > We cannot access /etc/resolv.conf on

Re: [PATCH 05/10] slirp: update for iOS resolv fix

2020-10-13 Thread Marc-André Lureau
Hi On Tue, Oct 13, 2020 at 5:34 PM Philippe Mathieu-Daudé wrote: > On 10/13/20 1:29 AM, Joelle van Dyne wrote: > > From: osy > > > > We cannot access /etc/resolv.conf on iOS so libslirp is modified to use > > libresolv instead. > > > > Signed-off-by: Joelle van Dyne > > --- > > .gitmodules |

Re: [PATCH 05/10] slirp: update for iOS resolv fix

2020-10-13 Thread Philippe Mathieu-Daudé
On 10/13/20 1:29 AM, Joelle van Dyne wrote: From: osy We cannot access /etc/resolv.conf on iOS so libslirp is modified to use libresolv instead. Signed-off-by: Joelle van Dyne --- .gitmodules | 2 +- meson.build | 2 ++ slirp | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-)

[PATCH 05/10] slirp: update for iOS resolv fix

2020-10-12 Thread Joelle van Dyne
From: osy We cannot access /etc/resolv.conf on iOS so libslirp is modified to use libresolv instead. Signed-off-by: Joelle van Dyne --- .gitmodules | 2 +- meson.build | 2 ++ slirp | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 2bd