
24 Feb
2025
24 Feb
'25
1:27 p.m.
On 2/21/25 20:05, Laine Stump wrote:
vhost-user with a passt backend doesn't support using multiple queues.
The path of the socket is auto-generated by libvirt for vhost-user/passt; it can't be set by the user
The passt end of a vhost-user socket is always the server, and the qemu end is always a client.
Signed-off-by: Laine Stump <laine@redhat.com> --- Change since V1 - use single quotes instead of escaped double quotes
src/qemu/qemu_validate.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+)
Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Michal