commit | eb962a69932400e8f097c6d39226d8eb2679884d | [log] [tgz] |
---|---|---|
author | Dennis Kempin <denniskempin@google.com> | Wed Feb 16 10:01:35 2022 -0800 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Feb 17 19:11:03 2022 +0000 |
tree | acb1cb4f40e59c4997d3862a33d8c8d7d5ce67b7 | |
parent | 05bd01793d82c740f5c4bd0c19eb69423382cb56 [diff] |
create_merge: Add BUG= lines into merge commit message This will trigger the usual gerrit automation to notify the bugs about the merge being submitted, which will help identify when fixes have landed in chromeos. BUG=b:219743659 TEST=./tools/chromeos/create_merge Change-Id: I6365f3c5596a94a6990caf1e1733e8040e5e8fff Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3469495 Reviewed-by: Noah Gold <nkgold@google.com> Reviewed-by: Junichi Uekawa <uekawa@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.