summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 921101d..92fd1b4 100644
--- a/README.md
+++ b/README.md
@@ -82,14 +82,17 @@ the `--disable-sandbox` option.
 
 ### Virtio Wayland
 
-Virtio Wayland support requires special support on the part of the guest and as
-such is unlikely to work out of the box unless you are using a Chrome OS kernel
-along with a `termina` rootfs.
+Virtio Wayland support requires special support on the part of the
+guest and as such is unlikely to work out of the box unless you have
+the virtio_wl driver from the Chromium OS kernel, and are running
+[Sommelier][] inside the VM.
 
 To use it, ensure that the `XDG_RUNTIME_DIR` enviroment variable is set and that
 the path `$XDG_RUNTIME_DIR/wayland-0` points to the socket of the Wayland
 compositor you would like the guest to use.
 
+[Sommelier]: https://chromium.googlesource.com/chromiumos/platform2/+/vm_tools/sommelier
+
 ## Defaults
 
 The following are crosvm's default arguments and how to override them.