commit | 151a573accf7a499ec6780656c7e19d436db9e18 | [log] [tgz] |
---|---|---|
author | Vikram Auradkar <auradkar@google.com> | Mon May 09 23:06:05 2022 +0000 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 12 00:21:59 2022 +0000 |
tree | 5a5c77bc44920ba149fbab4243e1b9e0d7a1a2ee | |
parent | 2d93d4473cac2d7d27c45b448852a50bdbb86a6f [diff] |
base: catch-up with downstream windows changes - Updates changes to named-pipe. - Adds high resolution timer support. BUG=b:213153157 TEST=presubmit Change-Id: I08615d343aaa0f6576f3e8df884310adf3ade087 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3639144 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Commit-Queue: Vikram Auradkar <auradkar@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.