mbox

[PULL,00/10] Net patches

Message ID 1445926124-30681-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 Oct. 27, 2015, 6:08 a.m. UTC
The following changes since commit 9666248a85fd889bfb6118f769e9c73039b998ed:

  Merge remote-tracking branch 'remotes/sstabellini/tags/xen-2015-10-26' into staging (2015-10-26 13:13:38 +0000)

are available in the git repository at:

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

for you to fetch changes up to a3e8a3f382363d5fd452cfc15f90a688d70023d9:

  net: free the string returned by object_get_canonical_path_component (2015-10-27 10:30:42 +0800)

----------------------------------------------------------------

----------------------------------------------------------------
Sebastian Huber (1):
      net: cadence_gem: Set initial MAC address

Shmulik Ladkani (1):
      vmxnet3: Do not fill stats if device is inactive

Thomas Huth (5):
      net/dump: Add support for receive_iov function
      net/dump: Rework net-dump init functions
      net/dump: Separate the NetClientState from the DumpState
      net/dump: Provide the dumping facility as a net-filter
      options: Add documentation for filter-dump

Vladislav Yasevich (1):
      net: Remove duplicate data from query-rx-filter on multiqueue net devices

Yang Hongyang (2):
      net: make iov_to_buf take right size argument in nc_sendv_compat()
      net: free the string returned by object_get_canonical_path_component

 hw/net/cadence_gem.c |   6 ++
 hw/net/vmxnet3.c     |   4 +
 net/dump.c           | 228 ++++++++++++++++++++++++++++++++++++++++++++-------
 net/net.c            |  13 ++-
 qemu-options.hx      |   8 ++
 vl.c                 |   7 +-
 6 files changed, 232 insertions(+), 34 deletions(-)

Comments

Peter Maydell Oct. 27, 2015, 11:12 a.m. UTC | #1
On 27 October 2015 at 06:08, Jason Wang <jasowang@redhat.com> wrote:
> The following changes since commit 9666248a85fd889bfb6118f769e9c73039b998ed:
>
>   Merge remote-tracking branch 'remotes/sstabellini/tags/xen-2015-10-26' into staging (2015-10-26 13:13:38 +0000)
>
> are available in the git repository at:
>
>   https://github.com/jasowang/qemu.git tags/net-pull-request
>
> for you to fetch changes up to a3e8a3f382363d5fd452cfc15f90a688d70023d9:
>
>   net: free the string returned by object_get_canonical_path_component (2015-10-27 10:30:42 +0800)
>
> ----------------------------------------------------------------
>
> ----------------------------------------------------------------
> Sebastian Huber (1):
>       net: cadence_gem: Set initial MAC address
>
> Shmulik Ladkani (1):
>       vmxnet3: Do not fill stats if device is inactive
>
> Thomas Huth (5):
>       net/dump: Add support for receive_iov function
>       net/dump: Rework net-dump init functions
>       net/dump: Separate the NetClientState from the DumpState
>       net/dump: Provide the dumping facility as a net-filter
>       options: Add documentation for filter-dump
>
> Vladislav Yasevich (1):
>       net: Remove duplicate data from query-rx-filter on multiqueue net devices
>
> Yang Hongyang (2):
>       net: make iov_to_buf take right size argument in nc_sendv_compat()
>       net: free the string returned by object_get_canonical_path_component

Applied, thanks.

-- PMM