mbox

[PULL] slirp: send icmp6 errors when UDP send failed

Message ID 1458482888-7821-1-git-send-email-samuel.thibault@ens-lyon.org
State New
Headers show

Pull-request

http://people.debian.org/~sthibault/qemu.git tags/samuel-thibault-udp-error

Message

Samuel Thibault March 20, 2016, 2:08 p.m. UTC
The following changes since commit 4829e0378dfb91d55af9dfd741bd09e8f2c4f91a:

  Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-03-18' into staging (2016-03-18 17:18:41 +0000)

are available in the git repository at:

  http://people.debian.org/~sthibault/qemu.git tags/samuel-thibault-udp-error

for you to fetch changes up to 35ddb636fa252e92bced3dd3dc240f7bce3ad051:

  slirp: send icmp6 errors when UDP send failed (2016-03-20 14:52:32 +0100)

----------------------------------------------------------------
slirp: send icmp6 errors when UDP send failed

----------------------------------------------------------------
Samuel Thibault (1):
      slirp: send icmp6 errors when UDP send failed

 slirp/udp6.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Peter Maydell March 21, 2016, 9:49 a.m. UTC | #1
On 20 March 2016 at 14:08, Samuel Thibault <samuel.thibault@ens-lyon.org> wrote:
> The following changes since commit 4829e0378dfb91d55af9dfd741bd09e8f2c4f91a:
>
>   Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-03-18' into staging (2016-03-18 17:18:41 +0000)
>
> are available in the git repository at:
>
>   http://people.debian.org/~sthibault/qemu.git tags/samuel-thibault-udp-error
>
> for you to fetch changes up to 35ddb636fa252e92bced3dd3dc240f7bce3ad051:
>
>   slirp: send icmp6 errors when UDP send failed (2016-03-20 14:52:32 +0100)
>
> ----------------------------------------------------------------
> slirp: send icmp6 errors when UDP send failed

This one doesn't seem to have been on the list before either.

thanks
-- PMM