On 2020/7/28 下午1:57, Jason Wang wrote:
The following changes since commit 9303ecb658a0194560d1eecde165a1511223c2d8: Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200727' into staging (2020-07-27 17:25:06 +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 7142cad78d6bf4a1cbcb09d06b39935a7998c24e: net: forbid the reentrant RX (2020-07-28 13:50:41 +0800) ---------------------------------------------------------------- Want to send earlier but most patches just come. - fix vhost-vdpa issues when no peer - fix virtio-pci queue enabling check - forbid reentrant RX ---------------------------------------------------------------- Jason Wang (2): virtio-net: check the existence of peer before accessing vDPA config net: forbid the reentrant RX Laurent Vivier (1): virtio-pci: fix virtio_pci_queue_enabled()
Just notice this has been merged. Will send a V2. Thanks
Yuri Benditovich (1): virtio-pci: fix wrong index in virtio_pci_queue_enabled hw/net/virtio-net.c | 30 +++++++++++++++++++----------- hw/virtio/virtio-pci.c | 4 ++-- hw/virtio/virtio.c | 7 ++++++- include/hw/virtio/virtio.h | 1 + net/queue.c | 3 +++ 5 files changed, 31 insertions(+), 14 deletions(-)