[PATCH] docs: Explain how to use passt

2025-03-15 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/

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

2025-03-10 Thread David Gibson
On Mon, Mar 10, 2025 at 07:00:50PM +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

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

2025-03-10 Thread Paolo Bonzini
On 3/10/25 19:00, Laurent Vivier wrote: +Using passt as the user mode network stack +~~ + +`passt(1)`_ can be used as a simple replacement for SLIRP (``-net user``). I would use just `passt` for the link, linking to passt.top only the first time and...