summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/README.md b/README.md
index 51c200d..09e8c1c 100644
--- a/README.md
+++ b/README.md
@@ -87,14 +87,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.
@@ -117,7 +120,8 @@ requirements:
 * `virtio-wayland` - The `memfd_create` syscall, introduced in Linux 3.17, and a Wayland compositor.
 * `vsock` - Host Linux kernel with vhost-vsock support, introduced in Linux 4.8.
 * `multiprocess` - Host Linux kernel with seccomp-bpf and Linux namespacing support.
-* `virtio-net` - Host Linux kernel with TUN/TAP support (check for `/dev/net/tun`) and running with `CAP_NET_ADMIN` privileges.
+* `virtio-net` - Host Linux kernel with TUN/TAP support (check for
+  `/dev/net/tun`) and running with `CAP_NET_ADMIN` privileges.
 
 ## Emulated Devices