[PULL 0/3] Net patches

Jason Wang posted 3 patches 1 year ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20231121095737.31438-1-jasowang@redhat.com
Maintainers: Beniamino Galvani <b.galvani@gmail.com>, Peter Maydell <peter.maydell@linaro.org>, Strahinja Jankovic <strahinja.p.jankovic@gmail.com>, Jason Wang <jasowang@redhat.com>, "Edgar E. Iglesias" <edgar.iglesias@gmail.com>, Alistair Francis <alistair@alistair23.me>, Dmitry Fleytman <dmitry.fleytman@gmail.com>, Akihiko Odaki <akihiko.odaki@daynix.com>, Stefan Weil <sw@weilnetz.de>, "Cédric Le Goater" <clg@kaod.org>, Andrew Jeffery <andrew@codeconstruct.com.au>, Joel Stanley <joel@jms.id.au>, Richard Henderson <richard.henderson@linaro.org>, Helge Deller <deller@gmx.de>, Sriram Yagnaraman <sriram.yagnaraman@est.tech>, Thomas Huth <huth@tuxfamily.org>, Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>, Subbaraya Sundeep <sundeep.lkml@gmail.com>, Jan Kiszka <jan.kiszka@web.de>, Tyrone Ting <kfting@nuvoton.com>, Hao Wu <wuhaotsh@google.com>, Max Filippov <jcmvbkbc@gmail.com>, Jiri Pirko <jiri@resnulli.us>, Nicholas Piggin <npiggin@gmail.com>, Daniel Henrique Barboza <danielhb413@gmail.com>, David Gibson <david@gibson.dropbear.id.au>, Harsh Prateek Bora <harshpb@linux.ibm.com>, Sven Schnelle <svens@stackframe.org>, "Michael S. Tsirkin" <mst@redhat.com>, Stefano Stabellini <sstabellini@kernel.org>, Anthony Perard <anthony.perard@citrix.com>, Paul Durrant <paul@xen.org>, Rob Herring <robh@kernel.org>, Gerd Hoffmann <kraxel@redhat.com>
There is a newer version of this series
hw/net/allwinner-sun8i-emac.c |  3 ++-
hw/net/allwinner_emac.c       |  3 ++-
hw/net/cadence_gem.c          |  3 ++-
hw/net/dp8393x.c              |  3 ++-
hw/net/e1000.c                |  3 ++-
hw/net/e1000e.c               |  2 +-
hw/net/eepro100.c             |  4 +++-
hw/net/etraxfs_eth.c          |  3 ++-
hw/net/fsl_etsec/etsec.c      |  3 ++-
hw/net/ftgmac100.c            |  3 ++-
hw/net/i82596.c               |  2 +-
hw/net/igb.c                  |  2 +-
hw/net/imx_fec.c              |  2 +-
hw/net/lan9118.c              |  3 ++-
hw/net/mcf_fec.c              |  3 ++-
hw/net/mipsnet.c              |  3 ++-
hw/net/msf2-emac.c            |  3 ++-
hw/net/mv88w8618_eth.c        |  3 ++-
hw/net/ne2000-isa.c           |  3 ++-
hw/net/ne2000-pci.c           |  3 ++-
hw/net/npcm7xx_emc.c          |  3 ++-
hw/net/opencores_eth.c        |  3 ++-
hw/net/pcnet.c                |  3 ++-
hw/net/rocker/rocker_fp.c     |  4 ++--
hw/net/rtl8139.c              |  3 ++-
hw/net/smc91c111.c            |  3 ++-
hw/net/spapr_llan.c           |  3 ++-
hw/net/stellaris_enet.c       |  3 ++-
hw/net/sungem.c               |  2 +-
hw/net/sunhme.c               |  3 ++-
hw/net/tulip.c                |  3 ++-
hw/net/virtio-net.c           |  6 ++++--
hw/net/vmxnet3.c              |  2 +-
hw/net/xen_nic.c              |  3 ++-
hw/net/xgmac.c                |  3 ++-
hw/net/xilinx_axienet.c       |  3 ++-
hw/net/xilinx_ethlite.c       |  3 ++-
hw/usb/dev-network.c          |  3 ++-
include/net/net.h             |  2 ++
net/net.c                     | 43 +++++++++++++++++++++++++++++++++++++------
40 files changed, 112 insertions(+), 46 deletions(-)
[PULL 0/3] Net patches
Posted by Jason Wang 1 year ago
The following changes since commit af9264da80073435fd78944bc5a46e695897d7e5:

  Merge tag '20231119-xtensa-1' of https://github.com/OSLL/qemu-xtensa into staging (2023-11-20 05:25:19 -0500)

are available in the git repository at:

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

for you to fetch changes up to 84f85eb95f14add02efd5e69f2ff7783d79b24f7:

  net: do not delete nics in net_cleanup() (2023-11-21 15:42:34 +0800)

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

----------------------------------------------------------------
Akihiko Odaki (2):
      net: Provide MemReentrancyGuard * to qemu_new_nic()
      net: Update MemReentrancyGuard for NIC

David Woodhouse (1):
      net: do not delete nics in net_cleanup()

 hw/net/allwinner-sun8i-emac.c |  3 ++-
 hw/net/allwinner_emac.c       |  3 ++-
 hw/net/cadence_gem.c          |  3 ++-
 hw/net/dp8393x.c              |  3 ++-
 hw/net/e1000.c                |  3 ++-
 hw/net/e1000e.c               |  2 +-
 hw/net/eepro100.c             |  4 +++-
 hw/net/etraxfs_eth.c          |  3 ++-
 hw/net/fsl_etsec/etsec.c      |  3 ++-
 hw/net/ftgmac100.c            |  3 ++-
 hw/net/i82596.c               |  2 +-
 hw/net/igb.c                  |  2 +-
 hw/net/imx_fec.c              |  2 +-
 hw/net/lan9118.c              |  3 ++-
 hw/net/mcf_fec.c              |  3 ++-
 hw/net/mipsnet.c              |  3 ++-
 hw/net/msf2-emac.c            |  3 ++-
 hw/net/mv88w8618_eth.c        |  3 ++-
 hw/net/ne2000-isa.c           |  3 ++-
 hw/net/ne2000-pci.c           |  3 ++-
 hw/net/npcm7xx_emc.c          |  3 ++-
 hw/net/opencores_eth.c        |  3 ++-
 hw/net/pcnet.c                |  3 ++-
 hw/net/rocker/rocker_fp.c     |  4 ++--
 hw/net/rtl8139.c              |  3 ++-
 hw/net/smc91c111.c            |  3 ++-
 hw/net/spapr_llan.c           |  3 ++-
 hw/net/stellaris_enet.c       |  3 ++-
 hw/net/sungem.c               |  2 +-
 hw/net/sunhme.c               |  3 ++-
 hw/net/tulip.c                |  3 ++-
 hw/net/virtio-net.c           |  6 ++++--
 hw/net/vmxnet3.c              |  2 +-
 hw/net/xen_nic.c              |  3 ++-
 hw/net/xgmac.c                |  3 ++-
 hw/net/xilinx_axienet.c       |  3 ++-
 hw/net/xilinx_ethlite.c       |  3 ++-
 hw/usb/dev-network.c          |  3 ++-
 include/net/net.h             |  2 ++
 net/net.c                     | 43 +++++++++++++++++++++++++++++++++++++------
 40 files changed, 112 insertions(+), 46 deletions(-)
Re: [PULL 0/3] Net patches
Posted by Stefan Hajnoczi 1 year ago
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/8.2 for any user-visible changes.