[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PULL 0/4] Net patches
From: |
Peter Maydell |
Subject: |
Re: [PULL 0/4] Net patches |
Date: |
Tue, 26 Nov 2019 12:36:09 +0000 |
On Mon, 25 Nov 2019 at 15:40, Jason Wang <address@hidden> wrote:
>
> 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(-)
Applied, thanks.
Please update the changelog at https://wiki.qemu.org/ChangeLog/4.2
for any user-visible changes.
-- PMM