[PULL 0/1] slirp update

Samuel Thibault posted 1 patch 6 years, 1 month ago
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test docker-clang@ubuntu failed
Test asan passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20191006235537.32016-1-samuel.thibault@ens-lyon.org
Maintainers: Jason Wang <jasowang@redhat.com>, Jan Kiszka <jan.kiszka@siemens.com>, Samuel Thibault <samuel.thibault@ens-lyon.org>
net/slirp.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PULL 0/1] slirp update
Posted by Samuel Thibault 6 years, 1 month ago
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(-)

Re: [PULL 0/1] slirp update
Posted by Peter Maydell 6 years, 1 month ago
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