[PATCH v2 0/2] virtio-net: make VirtIONet.vlans an array instead of a pointer

Michael Tokarev posted 2 patches 3 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20251023135316.31128-1-mjt@tls.msk.ru
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Jason Wang <jasowang@redhat.com>, Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>
hw/net/virtio-net.c            | 9 ++++-----
include/hw/virtio/virtio-net.h | 2 +-
include/migration/vmstate.h    | 9 ---------
3 files changed, 5 insertions(+), 15 deletions(-)
[PATCH v2 0/2] virtio-net: make VirtIONet.vlans an array instead of a pointer
Posted by Michael Tokarev 3 months, 2 weeks ago
This is a v2 version of this patchset, rebased on top
of current master branch (I had to adjust virtio-net changes
a tiny bit).

First patch has been reviewed, but never accepted to any
tree, - I can push it through trivial-patches maybe?

And the second is a trivial change - removal of another
weird migration-related macro - but it requires the
first patch to be applied.  It hasn't been reviewed.

Thanks,

/mjt

Michael Tokarev (2):
  virtio-net: make VirtIONet.vlans an array instead of a pointer
  migration/vmstate: remove VMSTATE_BUFFER_POINTER_UNSAFE macro

 hw/net/virtio-net.c            | 9 ++++-----
 include/hw/virtio/virtio-net.h | 2 +-
 include/migration/vmstate.h    | 9 ---------
 3 files changed, 5 insertions(+), 15 deletions(-)

-- 
2.47.3
Re: [PATCH v2 0/2] virtio-net: make VirtIONet.vlans an array instead of a pointer
Posted by Philippe Mathieu-Daudé 3 months, 2 weeks ago
On 23/10/25 15:53, Michael Tokarev wrote:
> This is a v2 version of this patchset, rebased on top
> of current master branch (I had to adjust virtio-net changes
> a tiny bit).
> 
> First patch has been reviewed, but never accepted to any
> tree, - I can push it through trivial-patches maybe?
> 
> And the second is a trivial change - removal of another
> weird migration-related macro - but it requires the
> first patch to be applied.  It hasn't been reviewed.
> 
> Thanks,
> 
> /mjt
> 
> Michael Tokarev (2):
>    virtio-net: make VirtIONet.vlans an array instead of a pointer
>    migration/vmstate: remove VMSTATE_BUFFER_POINTER_UNSAFE macro

If no objection, I'm queuing this via mu hw-misc tree.