crosvm/src
Zach Reizner 66cf8bbb34 crosvm: add control socket for crosvm inter-process control
This change adds the control socket, a unix domain socket on the
filesystem that other programs can use to control the operation of
crosvm during runtime. Currently only shutdown is supported.

BUG=None
TEST=cargo test

Change-Id: Ic5f91647e28d279debaa2f9f7dbcb606ca96439b
Reviewed-on: https://chromium-review.googlesource.com/514416
Commit-Ready: Zach Reizner <zachr@chromium.org>
Tested-by: Zach Reizner <zachr@chromium.org>
Reviewed-by: Dylan Reid <dgreid@chromium.org>
2017-06-30 12:51:24 -07:00
..
hw sys_util: move handle_eintr!() to sys_util so it can be reused 2017-06-30 12:51:24 -07:00
control_socket.rs crosvm: add control socket for crosvm inter-process control 2017-06-30 12:51:24 -07:00
kernel_cmdline.rs crosvm: add kernel command line builder 2017-06-27 10:55:48 -07:00