commit | 6fdbcacce7b2ea3d7f5a9dadaff7471a46862421 | [log] [tgz] |
---|---|---|
author | Dennis Kempin <denniskempin@google.com> | Wed Oct 27 14:47:29 2021 -0700 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Oct 27 22:51:24 2021 +0000 |
tree | 2d432d77062932e6bdb1c169c3312fd83e283077 | |
parent | df7d744fecef34209817e55ea7d309f65288de92 [diff] |
Add uprev_ebuilds script This script allows us to generate manual uprev CLs the same way PUpr creates them. BUG=b:204223210 TEST=./tools/chromeos/uprev_ebuilds Change-Id: I45f9f0f4d33f8782637455b578688fa9b504fe8e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3248905 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.