[Qemu-devel] [PULL 0/2] slirp updates

Samuel Thibault posted 2 patches 6 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170802222810.605-1-samuel.thibault@ens-lyon.org
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
There is a newer version of this series
net/slirp.c   | 134 ++++++++++++++++++++++++++++++++++++++++------------------
slirp/bootp.c |   3 ++
2 files changed, 97 insertions(+), 40 deletions(-)
[Qemu-devel] [PULL 0/2] slirp updates
Posted by Samuel Thibault 6 years, 7 months ago
warning: redirection vers https://people.debian.org/~sthibault/qemu.git/
The following changes since commit aaaec6acad7cf97372d48c1b09126a09697519c8:

  Update version for v2.10.0-rc1 release (2017-08-02 16:36:32 +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 413d463f43fbc4dd3a601e80a5724aa384a265a0:

  slirp: check len against dhcp options array end (2017-08-03 00:26:44 +0200)

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

----------------------------------------------------------------
Hervé Poussineau (1):
      slirp: fill error when failing to initialize user network

Prasad J Pandit (1):
      slirp: check len against dhcp options array end

 net/slirp.c   | 134 ++++++++++++++++++++++++++++++++++++++++------------------
 slirp/bootp.c |   3 ++
 2 files changed, 97 insertions(+), 40 deletions(-)

Re: [Qemu-devel] [PULL 0/2] slirp updates
Posted by Peter Maydell 6 years, 7 months ago
On 2 August 2017 at 23:28, Samuel Thibault <samuel.thibault@ens-lyon.org> wrote:
> warning: redirection vers https://people.debian.org/~sthibault/qemu.git/
> The following changes since commit aaaec6acad7cf97372d48c1b09126a09697519c8:
>
>   Update version for v2.10.0-rc1 release (2017-08-02 16:36:32 +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 413d463f43fbc4dd3a601e80a5724aa384a265a0:
>
>   slirp: check len against dhcp options array end (2017-08-03 00:26:44 +0200)
>
> ----------------------------------------------------------------
> slirp updates
>
> ----------------------------------------------------------------
> Hervé Poussineau (1):
>       slirp: fill error when failing to initialize user network
>
> Prasad J Pandit (1):
>       slirp: check len against dhcp options array end
>
>  net/slirp.c   | 134 ++++++++++++++++++++++++++++++++++++++++------------------
>  slirp/bootp.c |   3 ++
>  2 files changed, 97 insertions(+), 40 deletions(-)

Applied, thanks.

-- PMM