Tested v2 again with virtio-net regression tests, everything works fine. Tested-by: Lei Yang <leiy...@redhat.com>
On Mon, Jul 14, 2025 at 10:28 PM Konstantin Shkolnyy <k...@linux.ibm.com> wrote: > > On 14-Jul-25 04:31, Akihiko Odaki wrote: > > Konstantin, I would also want you to test this new version. Please also > > give it Tested-by, and, if possible, Reviewed-by. > > It works as expected during the boot. All bits in vlans[] remain set > until virtio_pci_common_write(VIRTIO_PCI_GUEST_FEATURES) comes with > VIRTIO_NET_F_CTRL_VLAN set, and clears vlans[]. Then I see > virtio_net_set_status(0xb) and virtio_net_set_status(0xf). > > I can't test migration because currently it's not supported on s390 for > PCI devices. > > Tested-by: Konstantin Shkolnyy <k...@linux.ibm.com> > >