commit | 0520a95161ed8b1d32242bb05d8e5878c2f2f4ab | [log] [tgz] |
---|---|---|
author | Dennis Kempin <denniskempin@google.com> | Fri Jan 28 13:34:54 2022 -0800 |
committer | Commit Bot <commit-bot@chromium.org> | Sat Jan 29 16:49:32 2022 +0000 |
tree | eb851ddd3d0ba09bbceeaab05ab99b427d382c9e | |
parent | 6b7a9923ae9d50d4e195a776fc0e0895b7743c11 [diff] |
ci/kokoro: Pythonify the simulate script Does the same thing, but in python. This should allow us to make this work on windows as well. BUG=b:216833094 TEST=./simulate.py build-x86_64.sh Change-Id: If6eb214c2a3185fbb60a636b89cd03ecf28b42e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3425651 Reviewed-by: Vikram Auradkar <auradkar@google.com> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Commit-Queue: Dennis Kempin <denniskempin@google.com> Tested-by: Dennis Kempin <denniskempin@google.com> Tested-by: kokoro <noreply+kokoro@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.