| commit | 738325c4023d67139afff5dad78e77c14cd7fd88 | [log] [tgz] |
|---|---|---|
| author | Dennis Kempin <denniskempin@google.com> | Tue Jul 26 21:18:57 2022 +0000 |
| committer | crosvm LUCI <crosvm-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 26 21:41:21 2022 +0000 |
| tree | a338522496143226986523fc1216b0545e44541b | |
| parent | 92e4fc9e75ecbca42aa026e2b44b9425e916dd4b [diff] |
infra: Make denniskempin@ reviewer on all recipe changes Non-trivial rolls are sent to OWNERS, which may not be familiar with the changes. BUG=b:239081770 TEST=./infra/recipes.py test run Change-Id: I55c4c8e9a81812c7238c36e95edd512072df9491 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3785280 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Commit-Queue: Dennis Kempin <denniskempin@google.com> Tested-by: 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.