Re: [PATCH v2] docs: Explain how to use passt

2025-03-20 Thread Laurent Vivier
Hi, I think it could be interesting to have this information in the current release. Thanks, Laurent On 14/03/2025 09:43, Laurent Vivier wrote: cc: trivial On 11/03/2025 14:27, Laurent Vivier wrote: Add a chapter to explain how to use passt(1) instead of '-net user'. passt(1) can be connecte

Re: [PATCH v2] docs: Explain how to use passt

2025-03-15 Thread Laurent Vivier
cc: trivial On 11/03/2025 14:27, Laurent Vivier wrote: Add a chapter to explain how to use passt(1) instead of '-net user'. passt(1) can be connected to QEMU using UNIX socket or vhost-user. With vhost-user, migration of the VM is allowed and internal state of passt(1) is transfered from one sid

Re: [PATCH v2] docs: Explain how to use passt

2025-03-12 Thread Stefano Brivio
On Tue, 11 Mar 2025 14:27:14 +0100 Laurent Vivier wrote: > Add a chapter to explain how to use passt(1) instead of '-net user'. > passt(1) can be connected to QEMU using UNIX socket or vhost-user. > With vhost-user, migration of the VM is allowed and internal state of > passt(1) is transfered fro

Re: [PATCH v2] docs: Explain how to use passt

2025-03-11 Thread David Gibson
On Tue, Mar 11, 2025 at 02:27:14PM +0100, Laurent Vivier wrote: > Add a chapter to explain how to use passt(1) instead of '-net user'. > passt(1) can be connected to QEMU using UNIX socket or vhost-user. > With vhost-user, migration of the VM is allowed and internal state of > passt(1) is transfere

[PATCH v2] docs: Explain how to use passt

2025-03-11 Thread Laurent Vivier
Add a chapter to explain how to use passt(1) instead of '-net user'. passt(1) can be connected to QEMU using UNIX socket or vhost-user. With vhost-user, migration of the VM is allowed and internal state of passt(1) is transfered from one side to the other Bug: https://gitlab.com/qemu-project/qemu/