10 Nov
2024
10 Nov
'24
7:55 p.m.
Dom Rodriguez <shymega@shymega.org.uk> writes:
crosvm was producing warnings when using `--vhost-user-gpu` and `--vhost-user-fs`, of which the former is fixable, but the latter requires some more work. The latter will be patched later on.
To mitigate the former, I have adjusted the `crosvm` invocations to look something like `--vhost-user $DEVICE,socket=$PATH`, where `$DEVICE` is, in this case, `gpu`, and `$PATH` is the path to the Unix socket.
Signed-off-by: Dom Rodriguez <shymega@shymega.org.uk> ---
The typo gremlins snuck into that last v3 patch, but hopefully v4 will fix it.
img/app/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Thanks! There's also still the --vhost-user-gpu in release/checks/wayland/default.nix.