summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorDylan Reid <dgreid@chromium.org>2017-10-06 15:30:34 -0700
committerchrome-bot <chrome-bot@chromium.org>2017-10-09 17:39:04 -0700
commit94bf1bf6b4a7791757937e2ffb2a81e797b82922 (patch)
tree386430a70c5fe176d8ae981aa1ca9b5bfc2d346f /README.md
parentd0c9adc642fc968cb347952eed1d7fd0d0a8e80e (diff)
downloadcrosvm-94bf1bf6b4a7791757937e2ffb2a81e797b82922.tar
crosvm-94bf1bf6b4a7791757937e2ffb2a81e797b82922.tar.gz
crosvm-94bf1bf6b4a7791757937e2ffb2a81e797b82922.tar.bz2
crosvm-94bf1bf6b4a7791757937e2ffb2a81e797b82922.tar.lz
crosvm-94bf1bf6b4a7791757937e2ffb2a81e797b82922.tar.xz
crosvm-94bf1bf6b4a7791757937e2ffb2a81e797b82922.tar.zst
crosvm-94bf1bf6b4a7791757937e2ffb2a81e797b82922.zip
Move vm_control to a top-level crate
Break out vm_control to a crate that will be able to used by more
modules. Having vm_control usable from outside crosvm makes it possible
to move the devices out of crosvm in a later commit.

Change-Id: I1f060700ed49b5d77519d55efa2430490d521256
Signed-off-by: Dylan Reid <dgreid@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/706558
Reviewed-by: Zach Reizner <zachr@chromium.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index b90a8cc..580f5ac 100644
--- a/README.md
+++ b/README.md
@@ -173,6 +173,7 @@ crates are:
 * `syscall_defines` - Lists of syscall numbers in each architecture used to make syscalls not supported in `libc`.
 * `vhost` - Wrappers for creating vhost based devices.
 * `virtio_sys` - Low-level (mostly) auto-generated structures and constants for interfacing with kernel vhost support.
+* `vm_control` - IPC for the VM.
 * `x86_64` - Support code specific to 64 bit intel machines.
 
 The `seccomp` folder contains minijail seccomp policy files for each sandboxed