On Fri, Sep 05, 2025 at 04:50:36PM +0300, Vladimir Sementsov-Ogievskiy wrote:
> @@ -3525,6 +3609,15 @@ static const VMStateDescription 
> vmstate_virtio_net_device = {
>           * but based on the uint.
>           */
>          VMSTATE_BUFFER_POINTER_UNSAFE(vlans, VirtIONet, 0, MAX_VLAN >> 3),
> +        {
> +            .name = "tap",
> +            .info = &(const VMStateInfo) {
> +                .name = "virtio-net vhost-user backend state",

Just randomly spot this line; likely we need s/vhost-user/tap/..

But of course it'll be much better if this can be a subsection, as
commented previous..

> +                .get = virtio_net_tap_load,
> +                .put = virtio_net_tap_save,
> +            },
> +            .field_exists = virtio_net_is_tap_local,
> +        },

-- 
Peter Xu


Reply via email to