On 2/8/22 11:49, Alex Bennée wrote:
There are some extra bits used over a vhost-user connection which are
hidden from the device itself. We need to set them here to ensure we
enable things like the protocol extensions.
Currently net/vhost-user.c has it's own inscrutable way of persisting
this data but it really should live in the core vhost_user code.
TIL inscrutable!
Signed-off-by: Alex Bennée <alex.ben...@linaro.org>
Message-Id: <20220726192150.2435175-7-alex.ben...@linaro.org>
---
hw/virtio/vhost-user.c | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>