mbox

[PULL,V2,0/6] Net patches

Message ID 1468895935-23097-1-git-send-email-jasowang@redhat.com
State New
Headers show

Pull-request

https://github.com/jasowang/qemu.git tags/net-pull-request

Message

Jason Wang July 19, 2016, 2:38 a.m. UTC
The following changes since commit 6b92bbfe812746fe7841a24c24e6460f5359ce72:

  Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' into staging (2016-07-15 16:56:08 +0100)

are available in the git repository at:

  https://github.com/jasowang/qemu.git tags/net-pull-request

for you to fetch changes up to 103916cbe923f08080717942f1b5f9c4eb74aa11:

  e1000e: fix building without CONFIG_VMXNET3_PCI (2016-07-18 16:17:02 +0800)

----------------------------------------------------------------
Changes from V1:
- no changes, V1 just misses the list.

----------------------------------------------------------------
Jason Wang (1):
      e1000e: fix building without CONFIG_VMXNET3_PCI

Jiri Pirko (1):
      MAINTAINERS: release Scott from being a rocker maintainer

Paolo Bonzini (4):
      e1000e: fix incorrect access to pointer
      net: fix incorrect access to pointer
      net: fix incorrect argument to iov_to_buf
      tap: fix memory leak on failure to create a multiqueue tap device

 MAINTAINERS          |  1 -
 hw/net/Makefile.objs |  1 +
 hw/net/e1000e_core.c |  4 ++--
 net/eth.c            |  6 +++---
 net/tap.c            | 22 ++++++++++++++++------
 5 files changed, 22 insertions(+), 12 deletions(-)

Comments

Peter Maydell July 19, 2016, 12:41 p.m. UTC | #1
On 19 July 2016 at 03:38, Jason Wang <jasowang@redhat.com> wrote:
> The following changes since commit 6b92bbfe812746fe7841a24c24e6460f5359ce72:
>
>   Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' into staging (2016-07-15 16:56:08 +0100)
>
> are available in the git repository at:
>
>   https://github.com/jasowang/qemu.git tags/net-pull-request
>
> for you to fetch changes up to 103916cbe923f08080717942f1b5f9c4eb74aa11:
>
>   e1000e: fix building without CONFIG_VMXNET3_PCI (2016-07-18 16:17:02 +0800)
>
> ----------------------------------------------------------------
> Changes from V1:
> - no changes, V1 just misses the list.
>

Applied, thanks.

-- PMM