commit | 19ea70b293c6b54b9ae8bbf2a6e4126615bc47cd | [log] [tgz] |
---|---|---|
author | Anton Romanov <romanton@google.com> | Sat Dec 11 01:21:34 2021 +0000 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Dec 14 18:11:31 2021 +0000 |
tree | dcab0c537be13c970e7c6ba760be9e6c0f1287b4 | |
parent | b86f7f6110ef399b2be541ff8c3f8a2c94a348c8 [diff] |
sys_util: fix CMSG_SPACE test on arm32 BUG=b/210015827 TEST=cd common/sys_util; cargo test sock_ctrl Change-Id: I385719ee606279c7d6cbf9faed142fb51bcaef53 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3331736 Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Chirantan Ekbote <chirantan@chromium.org> Commit-Queue: Anton Romanov <romanton@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.