[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/4] Net patches
From: |
Jason Wang |
Subject: |
[PULL 0/4] Net patches |
Date: |
Mon, 25 Nov 2019 23:40:03 +0800 |
The following changes since commit 122e6d2a9c1bf8aa1d51409c15809a82621515b1:
Merge remote-tracking branch 'remotes/gkurz/tags/9p-fix-2019-11-23' into
staging (2019-11-25 13:39:45 +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 4d0e59ace29277b2faa5b33c719be9baaa659093:
net/virtio: return error when device_opts arg is NULL (2019-11-25 23:30:29
+0800)
----------------------------------------------------------------
----------------------------------------------------------------
Jens Freimann (4):
net/virtio: fix dev_unplug_pending
net/virtio: return early when failover primary alread added
net/virtio: fix re-plugging of primary device
net/virtio: return error when device_opts arg is NULL
hw/net/virtio-net.c | 58 +++++++++++++++++++++++++++++++++++------------------
migration/savevm.c | 3 ++-
2 files changed, 40 insertions(+), 21 deletions(-)
2.5.0
- [PULL 0/4] Net patches,
Jason Wang <=
- [PULL 1/4] net/virtio: fix dev_unplug_pending, Jason Wang, 2019/11/25
- [PULL 3/4] net/virtio: fix re-plugging of primary device, Jason Wang, 2019/11/25
- [PULL 4/4] net/virtio: return error when device_opts arg is NULL, Jason Wang, 2019/11/25
- [PULL 2/4] net/virtio: return early when failover primary alread added, Jason Wang, 2019/11/25
- Re: [PULL 0/4] Net patches, Peter Maydell, 2019/11/26