mbox

[PULL,0/1] slirp update

Message ID 20191006235537.32016-1-samuel.thibault@ens-lyon.org (mailing list archive)
State New, archived
Headers show

Pull-request

https://people.debian.org/~sthibault/qemu.git tags/samuel-thibault

Message

Samuel Thibault Oct. 6, 2019, 11:55 p.m. UTC
The following changes since commit 860d9048c78ce59c5903c3d5209df56f38400986:

  Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190924-pull-request' into staging (2019-09-24 13:51:51 +0100)

are available in the Git repository at:

  https://people.debian.org/~sthibault/qemu.git tags/samuel-thibault

for you to fetch changes up to 120b721f5b590393971673a315f02969ec89cccb:

  slirp: Allow non-local DNS address when restrict is off (2019-10-01 19:03:08 +0200)

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

----------------------------------------------------------------
Samuel Thibault (1):
      slirp: Allow non-local DNS address when restrict is off

 net/slirp.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Peter Maydell Oct. 8, 2019, 11:29 a.m. UTC | #1
On Mon, 7 Oct 2019 at 00:55, Samuel Thibault
<samuel.thibault@ens-lyon.org> wrote:
>
> The following changes since commit 860d9048c78ce59c5903c3d5209df56f38400986:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190924-pull-request' into staging (2019-09-24 13:51:51 +0100)
>
> are available in the Git repository at:
>
>   https://people.debian.org/~sthibault/qemu.git tags/samuel-thibault
>
> for you to fetch changes up to 120b721f5b590393971673a315f02969ec89cccb:
>
>   slirp: Allow non-local DNS address when restrict is off (2019-10-01 19:03:08 +0200)
>
> ----------------------------------------------------------------
> slirp: Allow non-local DNS address when restrict is off
>
> ----------------------------------------------------------------
> Samuel Thibault (1):
>       slirp: Allow non-local DNS address when restrict is off
>
>  net/slirp.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)



Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.2
for any user-visible changes.

-- PMM