commit | e225a10959009369b8667010278fce36064951b3 | [log] [tgz] |
---|---|---|
author | Dennis Kempin <denniskempin@google.com> | Mon Feb 07 11:50:54 2022 -0800 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Feb 08 17:08:51 2022 +0000 |
tree | 3deb777d429ec9575766a7ee897f15c2138b16b3 | |
parent | 0440d35c31597ff5e3c5851ce4566372be224101 [diff] |
Enable cros_async tests Adds use_uring checks to a few more test cases that are using the URingExecutor. BUG=b:218374759 TEST=./tools/run_tests Change-Id: Ie5822dea4f22c2e8cffab13549c07873e89129d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3443634 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Dennis Kempin <denniskempin@google.com>
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.