[PATCH] qemu: fix multiple missing setup/teardown of passt process for interface type='vhostuser'

2025-08-24 Thread Laine Stump via Devel
passt networking support was originally added only for , and all of the codepaths leading to qemuPasst*() functions were protected with if (net->type == VIR_DOMAIN_NET_TYPE_USER && net->backend.type == VIR_DOMAIN_NET_BACKEND_PASST) When support was later added to use a vhost-user socket

Re: [PATCH] qemu: fix multiple missing setup/teardown of passt process for interface type='vhostuser'

2025-08-24 Thread Martin Kletzander via Devel
On Sun, Aug 24, 2025 at 11:49:10PM -0400, Laine Stump via Devel wrote: passt networking support was originally added only for , and all of the codepaths leading to qemuPasst*() functions were protected with if (net->type == VIR_DOMAIN_NET_TYPE_USER && net->backend.type == VIR_DOMAIN_NET_