commit | 1c4bb91c032f7fd983bd09095035b6b276a4521e | [log] [tgz] |
---|---|---|
author | Chirantan Ekbote <chirantan@chromium.org> | Fri Dec 03 23:24:11 2021 +0900 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Dec 22 04:36:37 2021 +0000 |
tree | 4a36f458ef3a944fd7c4372a28bc80e360610282 | |
parent | 9df49a362464ca7f4195d35eb660cca864293895 [diff] |
cros_asyncv2: Add async UnixSeqPacket BUG=b:195468578 TEST=unit tests Change-Id: Id9242a4b94d9e1ea72fc09449acbeefc1e2cb9df Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3312767 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Chirantan Ekbote <chirantan@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.