mbox

[PULL] Fix ipv6 options according to documentation

Message ID 1459415846-18286-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

Message

Samuel Thibault March 31, 2016, 9:17 a.m. UTC
The following changes since commit 9370a3bbc478f623dd21d783560629ea2064625b:

  Update version for v2.6.0-rc0 release (2016-03-30 19:25:40 +0100)

are available in the git repository at:

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

for you to fetch changes up to 891a2bb58c5c4cbedc82e9606b049bf4c298b88b:

  Fix ipv6 options according to documentation (2016-03-31 01:08:29 +0200)

----------------------------------------------------------------
slirp updates

----------------------------------------------------------------
Samuel Thibault (1):
      Fix ipv6 options according to documentation

 net/net.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Comments

Peter Maydell March 31, 2016, 11:29 a.m. UTC | #1
On 31 March 2016 at 10:17, Samuel Thibault <samuel.thibault@ens-lyon.org> wrote:
> The following changes since commit 9370a3bbc478f623dd21d783560629ea2064625b:
>
>   Update version for v2.6.0-rc0 release (2016-03-30 19:25:40 +0100)
>
> are available in the git repository at:
>
>   http://people.debian.org/~sthibault/qemu.git tags/samuel-thibault
>
> for you to fetch changes up to 891a2bb58c5c4cbedc82e9606b049bf4c298b88b:
>
>   Fix ipv6 options according to documentation (2016-03-31 01:08:29 +0200)
>
> ----------------------------------------------------------------
> slirp updates
>
> ----------------------------------------------------------------
> Samuel Thibault (1):
>       Fix ipv6 options according to documentation

Applied, thanks.

-- PMM