[PATCH 0/5] virtio-net: live-TAP local migration follow-up

Vladimir Sementsov-Ogievskiy posted 5 patches 1 week, 5 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260914175351.393680-1-vsementsov@yandex-team.ru
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Jason Wang <jasowangio@gmail.com>, Paolo Bonzini <pbonzini@redhat.com>, Zhao Liu <zhao1.liu@intel.com>, Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>
hw/net/virtio-net.c                           |  40 +-
net/tap.c                                     |  11 +-
tests/functional/x86_64/meson.build           |   1 +
tests/functional/x86_64/test_tap_migration.py | 425 ++++++++++++++++++
4 files changed, 448 insertions(+), 29 deletions(-)
create mode 100755 tests/functional/x86_64/test_tap_migration.py
[PATCH 0/5] virtio-net: live-TAP local migration follow-up
Posted by Vladimir Sementsov-Ogievskiy 1 week, 5 days ago
Hi all!

Here is a test (with some fixes and changes, so r-b dropped),
and several small fixes to recently merged live-TAP local migration
series.

Vladimir Sementsov-Ogievskiy (5):
  tests/functional: add test_tap_migration
  net/tap: tap_post_load(): poll only on success
  hw/net: finish backend initialization earler for local migration
  net/tap: move vmstate initialization to new_tap()
  net/tap: net_init_tap_one(): fix failure path

 hw/net/virtio-net.c                           |  40 +-
 net/tap.c                                     |  11 +-
 tests/functional/x86_64/meson.build           |   1 +
 tests/functional/x86_64/test_tap_migration.py | 425 ++++++++++++++++++
 4 files changed, 448 insertions(+), 29 deletions(-)
 create mode 100755 tests/functional/x86_64/test_tap_migration.py

-- 
2.43.0
Re: [PATCH 0/5] virtio-net: live-TAP local migration follow-up
Posted by Vladimir Sementsov-Ogievskiy 1 week, 3 days ago
[add new Jason's address]

On 14.09.26 20:53, Vladimir Sementsov-Ogievskiy wrote:
> Hi all!
> 
> Here is a test (with some fixes and changes, so r-b dropped),
> and several small fixes to recently merged live-TAP local migration
> series.
> 
> Vladimir Sementsov-Ogievskiy (5):
>    tests/functional: add test_tap_migration
>    net/tap: tap_post_load(): poll only on success
>    hw/net: finish backend initialization earler for local migration
>    net/tap: move vmstate initialization to new_tap()
>    net/tap: net_init_tap_one(): fix failure path
> 
>   hw/net/virtio-net.c                           |  40 +-
>   net/tap.c                                     |  11 +-
>   tests/functional/x86_64/meson.build           |   1 +
>   tests/functional/x86_64/test_tap_migration.py | 425 ++++++++++++++++++
>   4 files changed, 448 insertions(+), 29 deletions(-)
>   create mode 100755 tests/functional/x86_64/test_tap_migration.py
> 


-- 
Best regards,
Vladimir