[Qemu-devel] [PULL 0/8] Net patches

Jason Wang posted 8 patches 6 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1510625498-4821-1-git-send-email-jasowang@redhat.com
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
There is a newer version of this series
hw/net/eepro100.c    | 31 +++++++++++++-------------
include/hw/compat.h  |  4 ++++
include/hw/pci/pci.h |  1 +
net/colo-compare.c   | 61 ++++++++++++++++++++++++++++++----------------------
net/colo.c           | 18 +++++++++-------
net/colo.h           |  1 +
net/socket.c         |  6 +++---
qemu-options.hx      |  2 +-
8 files changed, 71 insertions(+), 53 deletions(-)
[Qemu-devel] [PULL 0/8] Net patches
Posted by Jason Wang 6 years, 4 months ago
The following changes since commit 4ffa88c99c54d2a30f79e3dbecec50b023eff1c8:

  Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2017-11-08-1' into staging (2017-11-10 16:01:35 +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 bb160b571fe469b03228d4502c75a18045978a74:

  net/socket: fix coverity issue (2017-11-13 18:05:12 +0800)

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

----------------------------------------------------------------
Jens Freimann (2):
      net: fix check for number of parameters to -netdev socket
      net/socket: fix coverity issue

Mao Zhongyi (4):
      colo-compare: Insert packet into the suitable position of packet queue directly
      colo-compare: compare the packet in a specified Connection
      colo-compare: Fix comments
      colo: Consolidate the duplicate code chunk into a routine

Mike Nawrocki (2):
      Fix eepro100 simple transmission mode
      Add new PCI ID for i82559a

 hw/net/eepro100.c    | 31 +++++++++++++-------------
 include/hw/compat.h  |  4 ++++
 include/hw/pci/pci.h |  1 +
 net/colo-compare.c   | 61 ++++++++++++++++++++++++++++++----------------------
 net/colo.c           | 18 +++++++++-------
 net/colo.h           |  1 +
 net/socket.c         |  6 +++---
 qemu-options.hx      |  2 +-
 8 files changed, 71 insertions(+), 53 deletions(-)


Re: [Qemu-devel] [PULL 0/8] Net patches
Posted by Peter Maydell 6 years, 4 months ago
On 14 November 2017 at 02:11, Jason Wang <jasowang@redhat.com> wrote:
> The following changes since commit 4ffa88c99c54d2a30f79e3dbecec50b023eff1c8:
>
>   Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2017-11-08-1' into staging (2017-11-10 16:01:35 +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 bb160b571fe469b03228d4502c75a18045978a74:
>
>   net/socket: fix coverity issue (2017-11-13 18:05:12 +0800)
>
> ----------------------------------------------------------------
>
> ----------------------------------------------------------------
> Jens Freimann (2):
>       net: fix check for number of parameters to -netdev socket
>       net/socket: fix coverity issue
>
> Mao Zhongyi (4):
>       colo-compare: Insert packet into the suitable position of packet queue directly
>       colo-compare: compare the packet in a specified Connection
>       colo-compare: Fix comments
>       colo: Consolidate the duplicate code chunk into a routine
>
> Mike Nawrocki (2):
>       Fix eepro100 simple transmission mode
>       Add new PCI ID for i82559a

Applied, thanks.

-- PMM