Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20251015132136.1083972-1-vsementsov@yandex-team.ru
Maintainers: Eduardo Habkost <eduardo@habkost.net>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Yanan Wang <wangyanan55@huawei.com>, Zhao Liu <zhao1.liu@intel.com>, "Michael S. Tsirkin" <mst@redhat.com>, Jason Wang <jasowang@redhat.com>, Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>, Stefan Weil <sw@weilnetz.de>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>, Thomas Huth <thuth@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>
hw/core/machine.c | 1 +
hw/net/virtio-net.c | 151 ++++++-
include/hw/virtio/virtio-net.h | 1 +
include/migration/vmstate.h | 1 +
include/net/tap.h | 5 +
migration/migration.c | 4 +
migration/options.c | 18 +
migration/options.h | 2 +
migration/savevm.c | 15 +
migration/savevm.h | 1 +
net/tap-bsd.c | 3 +-
net/tap-linux.c | 19 +-
net/tap-solaris.c | 3 +-
net/tap-stub.c | 3 +-
net/tap-win32.c | 11 +
net/tap.c | 425 +++++++++++++-----
net/tap_int.h | 3 +-
qapi/migration.json | 38 +-
tests/functional/qemu_test/decorators.py | 16 +
tests/functional/test_x86_64_tap_migration.py | 395 ++++++++++++++++
20 files changed, 984 insertions(+), 131 deletions(-)
create mode 100644 tests/functional/test_x86_64_tap_migration.py