summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2020-01-27 17:14:50 +0000
committerAlyssa Ross <hi@alyssa.is>2020-02-11 16:40:31 +0000
commit1567b172269b9abb68c16a585f9024475b2844e6 (patch)
tree052242596cb3e9bb76ef5709d78324474567d846
parent67b361d284a8cc94780f5797b4369df78a8278ac (diff)
downloadcrosvm-1567b172269b9abb68c16a585f9024475b2844e6.tar
crosvm-1567b172269b9abb68c16a585f9024475b2844e6.tar.gz
crosvm-1567b172269b9abb68c16a585f9024475b2844e6.tar.bz2
crosvm-1567b172269b9abb68c16a585f9024475b2844e6.tar.lz
crosvm-1567b172269b9abb68c16a585f9024475b2844e6.tar.xz
crosvm-1567b172269b9abb68c16a585f9024475b2844e6.tar.zst
crosvm-1567b172269b9abb68c16a585f9024475b2844e6.zip
README: be more specific about Virtio Wayland reqs
-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.