crosvm/common
Daniel Verkamp 2d01c1df92 base, sys_util: remove Timer::is_armed function
This is currently only used in tests, and removing it makes the
cross-platform Timer API simpler to implement. The Windows version of
Timer did not implement this API, so it was already unusable in portable
code.

BUG=b:215618361
TEST=tools/presubmit
TEST=cargo test -p base timer

Change-Id: I57ab15e8b652d0df3664d95bc7759b9c84fe5e10
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3570178
Reviewed-by: Noah Gold <nkgold@google.com>
Reviewed-by: Alexandre Courbot <acourbot@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
2022-04-05 20:11:58 +00:00
..
assertions
audio_streams Refactoring Script: Move win_(sys_)util 2022-03-22 22:23:41 +00:00
balloon_control
cros-fuzz
cros_async base, sys_util: remove Timer::is_armed function 2022-04-05 20:11:58 +00:00
cros_asyncv2
data_model Upstream data_model 2022-03-10 18:48:52 +00:00
io_uring Refactoring script: Copy common/io_uring to io_uring 2022-03-21 19:52:56 +00:00
p9
sync
sys_util base, sys_util: remove Timer::is_armed function 2022-04-05 20:11:58 +00:00
sys_util_core Refactoring: use super:: instead of crate:: 2022-03-16 23:59:29 +00:00
README.md

Crosvm General Purpose Libraries

The crates in this folder are general purpose libraries used by other projects in ChromeOS as well.

To make them accessible independendly of crosvm, each of these crates is excluded from the crosvm workspace.

List of libraries

  • cros-fuzz: Support crate for fuzzing rust code in ChromeOS
  • p9: Server implementation of the 9p file system protocol