commit | 5a250fcb263790b2d4113e352d46f60a93140eff | [log] [tgz] |
---|---|---|
author | Dennis Kempin <denniskempin@google.com> | Tue Jan 11 14:25:27 2022 -0800 |
committer | Dennis Kempin <denniskempin@google.com> | Tue Jan 11 23:35:39 2022 +0000 |
tree | 6ece7554bd69c2d288b9c012592a400e4718a61c | |
parent | a06f22f2acefc285f83ac219d0f6824adef40c34 [diff] |
merge-into-chromeos: Create chain of merge commits We can use the gerrit api to detect previous merge commits the bot has made, then use those as the base for the next merge. This will create smaller merges and is easier to manage as we do not have to abandon so many changes. One complication is detecting possible cherry picks the oncall may have added to the previous merge commit. Only open merge commits are taken into account. BUG=b:213932296 TEST=./ci/kokoro/simulate build-merge-into-chromeos.sh Change-Id: I795109be4c45bec49068c3e292a3947505755442 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3381832 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> 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.