commit | 097623dce41a6fa4a23e41cb4790e3a66f48fcb6 | [log] [tgz] |
---|---|---|
author | David Stevens <stevensd@chromium.org> | Tue Mar 01 14:33:55 2022 +0900 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Mar 17 01:58:11 2022 +0000 |
tree | f862c378c9adb9d192cd0f06e788281591ab97a4 | |
parent | eba2940049ae2e6f05f89f4ae748d94a85edb31d [diff] |
arch: return system allocator config Have the arch code return the SystemAllocatorConfig instead of a SystemAllocator. This will be used to allow the core code to apply additional restrictions on top of the arch code's restrictions. BUG=b:181736020 TEST=compiles Change-Id: I4d9ca277f039586e664648492c8744967dcd2ee5 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3516665 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Reviewed-by: Junichi Uekawa <uekawa@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: David Stevens <stevensd@chromium.org>
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.