commit | 2d01c1df92238d19a61360a0de8c6f328afe692e | [log] [tgz] |
---|---|---|
author | Daniel Verkamp <dverkamp@chromium.org> | Mon Apr 04 14:12:42 2022 -0700 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 05 20:11:58 2022 +0000 |
tree | 96388675f529b108efabb2efd185ef354eecf7fb | |
parent | e584f835a85bd7d619bc75e14388785173ab8946 [diff] |
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>
crosvm is a virtual machine monitor (VMM) based on Linux’s KVM hypervisor, with a focus on simplicity, security, and speed. crosvm is intended to run Linux guests, originally as a security boundary for running native applications on the Chrome OS platform. Compared to QEMU, crosvm doesn’t emulate architectures or real hardware, instead concentrating on paravirtualized devices, such as the virtio standard.
crosvm is currently used to run Linux/Android guests on Chrome OS devices.