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(a)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(a)redhat.com>
Michal