[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL V2 0/3] Net patches
From: |
Jason Wang |
Subject: |
[PULL V2 0/3] Net patches |
Date: |
Tue, 28 Jul 2020 17:10:16 +0800 |
The following changes since commit 93ea484375ab473379dd9c836261ef484bd71ab1:
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
(2020-07-27 21:00:01 +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 22dc8663d9fc7baa22100544c600b6285a63c7a3:
net: forbid the reentrant RX (2020-07-28 16:57:58 +0800)
----------------------------------------------------------------
Want to send earlier but most patches just come.
- fix vhost-vdpa issues when no peer
- fix virtio-pci queue enabling index value
- forbid reentrant RX
Changes from V1:
- drop the patch that has been merged
----------------------------------------------------------------
Jason Wang (2):
virtio-net: check the existence of peer before accessing vDPA config
net: forbid the reentrant RX
Yuri Benditovich (1):
virtio-pci: fix wrong index in virtio_pci_queue_enabled
hw/net/virtio-net.c | 30 +++++++++++++++++++-----------
hw/virtio/virtio-pci.c | 2 +-
net/queue.c | 3 +++
3 files changed, 23 insertions(+), 12 deletions(-)
- [PULL V2 0/3] Net patches,
Jason Wang <=