mbox

[PULL] slirp: enhancements of TFTP and small fixes

Message ID 5055814F.4080802@web.de
State New
Headers show

Pull-request

git://git.kiszka.org/qemu.git queues/slirp

Message

Jan Kiszka Sept. 16, 2012, 7:35 a.m. UTC
The following changes since commit e0a1e32dbc41e6b2aabb436a9417dfd32177a3dc:

  Merge branch 'usb.64' of git://git.kraxel.org/qemu (2012-09-11 18:06:56 +0200)

are available in the git repository at:

  git://git.kiszka.org/qemu.git queues/slirp

Hervé Poussineau (3):
      slirp: improve TFTP performance
      slirp: Handle more than 65535 blocks in TFTP transfers
      slirp: Implement TFTP Blocksize option

Jan Kiszka (1):
      slirp: Remove unused return value of tftp_send_next_block

Stefan Weil (2):
      slirp: Remove wrong type casts ins debug statements
      slirp: Fix error reported by static code analysis

 slirp/tcp_subr.c |    8 ++--
 slirp/tftp.c     |  104 ++++++++++++++++++++++++++++++++----------------------
 slirp/tftp.h     |    2 +
 3 files changed, 68 insertions(+), 46 deletions(-)

Comments

Anthony Liguori Sept. 17, 2012, 6:19 p.m. UTC | #1
Jan Kiszka <jan.kiszka@web.de> writes:

> The following changes since commit e0a1e32dbc41e6b2aabb436a9417dfd32177a3dc:
>
>   Merge branch 'usb.64' of git://git.kraxel.org/qemu (2012-09-11 18:06:56 +0200)
>
> are available in the git repository at:
>

Pulled. Thanks.

Regards,

Anthony Liguori

>   git://git.kiszka.org/qemu.git queues/slirp
>
> Hervé Poussineau (3):
>       slirp: improve TFTP performance
>       slirp: Handle more than 65535 blocks in TFTP transfers
>       slirp: Implement TFTP Blocksize option
>
> Jan Kiszka (1):
>       slirp: Remove unused return value of tftp_send_next_block
>
> Stefan Weil (2):
>       slirp: Remove wrong type casts ins debug statements
>       slirp: Fix error reported by static code analysis
>
>  slirp/tcp_subr.c |    8 ++--
>  slirp/tftp.c     |  104 ++++++++++++++++++++++++++++++++----------------------
>  slirp/tftp.h     |    2 +
>  3 files changed, 68 insertions(+), 46 deletions(-)