qemu-trivial.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] virtio-net: make VirtIONet.vlans an array instead of a pointer
@ 2025-10-23 13:53 Michael Tokarev
  2025-10-23 13:53 ` [PATCH v2 1/2] " Michael Tokarev
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Michael Tokarev @ 2025-10-23 13:53 UTC (permalink / raw)
  To: qemu-devel; +Cc: Michael Tokarev, qemu-trivial, Michael S. Tsirkin

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



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-10-27 19:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-23 13:53 [PATCH v2 0/2] virtio-net: make VirtIONet.vlans an array instead of a pointer Michael Tokarev
2025-10-23 13:53 ` [PATCH v2 1/2] " Michael Tokarev
2025-10-23 13:53 ` [PATCH v2 2/2] migration/vmstate: remove VMSTATE_BUFFER_POINTER_UNSAFE macro Michael Tokarev
2025-10-23 14:33   ` Peter Xu
2025-10-23 14:46   ` Philippe Mathieu-Daudé
2025-10-27 19:13 ` [PATCH v2 0/2] virtio-net: make VirtIONet.vlans an array instead of a pointer Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).