mbox

[0/2,PULL] slirp: Small fixes

Message ID cover.1317208328.git.jan.kiszka@siemens.com
State New
Headers show

Pull-request

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

Message

Jan Kiszka Sept. 28, 2011, 11:12 a.m. UTC
The following changes since commit 46f3069cba94aab44b3b4f87bc270759b4a700fa:

  PPC: use memory API to construct the PCI hole (2011-09-27 19:16:46 +0000)

are available in the git repository at:
  git://git.kiszka.org/qemu.git queues/slirp

CC: Fabien Chouteau <chouteau@adacore.com>
CC: Thomas Huth <thuth@linux.vnet.ibm.com>

Jan Kiszka (1):
  slirp: Fix use after release on tcp_input

Thomas Huth (1):
  slirp: Fix packet expiration

 slirp/mbuf.h      |    5 +++--
 slirp/tcp_input.c |   22 ++++++++++------------
 2 files changed, 13 insertions(+), 14 deletions(-)

Comments

Anthony Liguori Sept. 29, 2011, 8:05 p.m. UTC | #1
On 09/28/2011 06:12 AM, Jan Kiszka wrote:
> The following changes since commit 46f3069cba94aab44b3b4f87bc270759b4a700fa:
>
>    PPC: use memory API to construct the PCI hole (2011-09-27 19:16:46 +0000)
>
> are available in the git repository at:
>    git://git.kiszka.org/qemu.git queues/slirp

Pulled.  Thanks.

Regards,

Anthony Liguori

>
> CC: Fabien Chouteau<chouteau@adacore.com>
> CC: Thomas Huth<thuth@linux.vnet.ibm.com>
>
> Jan Kiszka (1):
>    slirp: Fix use after release on tcp_input
>
> Thomas Huth (1):
>    slirp: Fix packet expiration
>
>   slirp/mbuf.h      |    5 +++--
>   slirp/tcp_input.c |   22 ++++++++++------------
>   2 files changed, 13 insertions(+), 14 deletions(-)
>