Re: [PATCH] virtio-net: vhost-user: Implement internal migration

2025-01-15 Thread Laurent Vivier
On 15/01/2025 11:10, Michael S. Tsirkin wrote: On Wed, Dec 18, 2024 at 03:34:53PM +0100, Laurent Vivier wrote: Add support of VHOST_USER_PROTOCOL_F_DEVICE_STATE in virtio-net with vhost-user backend. Cc: Hanna Czenczek Signed-off-by: Laurent Vivier Breaks windows builds: https://gitlab.co

Re: [PATCH] virtio-net: vhost-user: Implement internal migration

2025-01-15 Thread Michael S. Tsirkin
On Wed, Dec 18, 2024 at 03:34:53PM +0100, Laurent Vivier wrote: > Add support of VHOST_USER_PROTOCOL_F_DEVICE_STATE in virtio-net > with vhost-user backend. > > Cc: Hanna Czenczek > Signed-off-by: Laurent Vivier Breaks windows builds: https://gitlab.com/mstredhat/qemu/-/jobs/8855973625 > ---

Re: [PATCH] virtio-net: vhost-user: Implement internal migration

2025-01-08 Thread Laurent Vivier
On 18/12/2024 15:34, Laurent Vivier wrote: Add support of VHOST_USER_PROTOCOL_F_DEVICE_STATE in virtio-net with vhost-user backend. Cc: Hanna Czenczek Signed-off-by: Laurent Vivier --- hw/net/virtio-net.c | 135 1 file changed, 112 insertions(+),

Re: [PATCH] virtio-net: vhost-user: Implement internal migration

2024-12-18 Thread Lei Yang
I tested this patch with virtio-net regression tests,everything works fine. Tested-by: Lei Yang On Wed, Dec 18, 2024 at 10:36 PM Laurent Vivier wrote: > > Add support of VHOST_USER_PROTOCOL_F_DEVICE_STATE in virtio-net > with vhost-user backend. > > Cc: Hanna Czenczek > Signed-off-by: Laurent

[PATCH] virtio-net: vhost-user: Implement internal migration

2024-12-18 Thread Laurent Vivier
Add support of VHOST_USER_PROTOCOL_F_DEVICE_STATE in virtio-net with vhost-user backend. Cc: Hanna Czenczek Signed-off-by: Laurent Vivier --- hw/net/virtio-net.c | 135 1 file changed, 112 insertions(+), 23 deletions(-) diff --git a/hw/net/virtio-ne