commit | 151ae7eed4ad862bd05bdc0db01a9d32e1bb1d5d | [log] [tgz] |
---|---|---|
author | Dennis Kempin <denniskempin@google.com> | Tue Jan 25 09:13:45 2022 -0800 |
committer | Dennis Kempin <denniskempin@google.com> | Tue Jan 25 23:03:00 2022 +0000 |
tree | eabab8bd82e0b5c405fa57498e85b872dd312da2 | |
parent | 53c216fd07ec47ca0cc7a68d6293a98c9bbb2670 [diff] |
Docs: remove --global from git config This causes problems with repo and should only be set on the crosvm repo. BUG=None TEST=None Change-Id: Id63a60f9ccebf3f7785a1473d15d6a9f88f8cdd0 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3414497 Reviewed-by: Dmitry Torokhov <dtor@chromium.org> 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.